This is an automated email from the ASF dual-hosted git repository.

andy pushed a commit to branch main
in repository https://gitbox.apache.org/repos/asf/jena.git

commit 617ed7e70674039cff370c5dd3248f7c9ec04a3a
Author: Andy Seaborne <[email protected]>
AuthorDate: Thu Jan 2 15:15:19 2025 +0000

    Update assembly distro builder
---
 jena-fuseki2/apache-jena-fuseki/assembly-dist.xml | 25 ++++++++---------------
 jena-fuseki2/apache-jena-fuseki/dist/README       |  4 ----
 jena-fuseki2/apache-jena-fuseki/fuseki-backup     |  2 +-
 jena-fuseki2/apache-jena-fuseki/fuseki-server.bat |  2 +-
 4 files changed, 10 insertions(+), 23 deletions(-)

diff --git a/jena-fuseki2/apache-jena-fuseki/assembly-dist.xml 
b/jena-fuseki2/apache-jena-fuseki/assembly-dist.xml
index f55ec0417f..438adc0ed3 100644
--- a/jena-fuseki2/apache-jena-fuseki/assembly-dist.xml
+++ b/jena-fuseki2/apache-jena-fuseki/assembly-dist.xml
@@ -43,23 +43,15 @@
       <outputFileNameMapping>fuseki-server.jar</outputFileNameMapping>
     </dependencySet>
   </dependencySets>
-
-  <files>
-    <file>
-      <source>dist/LICENSE</source>
-      <destName>LICENSE</destName>
-    </file>
-    <file>
-      <source>dist/NOTICE</source>
-      <destName>NOTICE</destName>
-    </file>
-    <file>
-      <source>dist/README</source>
-      <destName>README</destName>
-    </file>
-  </files>
-
+  
   <fileSets>
+
+    <fileSet>
+      <!-- NOTICE, LICENSE, README -->
+      <directory>dist</directory>
+      <outputDirectory></outputDirectory>
+    </fileSet>
+    
     <fileSet>
       <outputDirectory></outputDirectory>
       <includes>
@@ -86,7 +78,6 @@
       <includes>
         <include>fuseki-server</include>
         <include>fuseki-backup</include>
-        <include>bin/*</include>
       </includes>
     </fileSet>
     
diff --git a/jena-fuseki2/apache-jena-fuseki/dist/README 
b/jena-fuseki2/apache-jena-fuseki/dist/README
index aac1b23bbb..509cab04e0 100644
--- a/jena-fuseki2/apache-jena-fuseki/dist/README
+++ b/jena-fuseki2/apache-jena-fuseki/dist/README
@@ -17,10 +17,6 @@ The script 'fuseki' is a Linux init script to run Fuseki as 
an OS service.
 The file 'fuseki.service' is a systemd unit file to run Fuseki2 as a service.
 Instructions are in comments at the start of the files.
 
-The directory 'bin/' contains some scripts execute SPARQL Protocol and
-SPARQL Graph Store Protocol operations.
-Documentation: http://jena.apache.org/documentation/fuseki2/soh.html
-
 A WAR file to run Fuseki in a webapp container server, such as Apache
 Tomcat, can be obtained from https://downloads.apache.org/jena/binaries/
 or https://repo1.maven.org/maven2/org/apache/jena/jena-fuseki-war/.
diff --git a/jena-fuseki2/apache-jena-fuseki/fuseki-backup 
b/jena-fuseki2/apache-jena-fuseki/fuseki-backup
index 4a1df6b7ec..2b6e23c128 100755
--- a/jena-fuseki2/apache-jena-fuseki/fuseki-backup
+++ b/jena-fuseki2/apache-jena-fuseki/fuseki-backup
@@ -1,4 +1,4 @@
-#!/bin/bash
+#!/usr/bin/env bash
 # Licensed to the Apache Software Foundation (ASF) under one
 # or more contributor license agreements.  See the NOTICE file
 # distributed with this work for additional information
diff --git a/jena-fuseki2/apache-jena-fuseki/fuseki-server.bat 
b/jena-fuseki2/apache-jena-fuseki/fuseki-server.bat
index b9656e2366..5ab6e0f058 100644
--- a/jena-fuseki2/apache-jena-fuseki/fuseki-server.bat
+++ b/jena-fuseki2/apache-jena-fuseki/fuseki-server.bat
@@ -16,7 +16,7 @@
 
 @echo off
 @REM modify this to name the server jar
-java -Xmx1500M -cp fuseki-server.jar 
org.apache.jena.fuseki.main.cmds.FusekiServerCmd %*
+java -Xmx4G -cp fuseki-server.jar 
org.apache.jena.fuseki.main.cmds.FusekiServerCmd %*
 
 @REM Adding custom code to the Fuseki server:
 @REM  

Reply via email to