This is an automated email from the ASF dual-hosted git repository.
andy pushed a commit to branch master
in repository https://gitbox.apache.org/repos/asf/jena.git
The following commit(s) were added to refs/heads/master by this push:
new 779acbc JENA-1834: Mark scripts executable
new d5cd4d1 Merge pull request #685 from afs/jena-1836-fuseki-exec
779acbc is described below
commit 779acbc0751a802e706dcefd3181ecfaac69af42
Author: Andy Seaborne <[email protected]>
AuthorDate: Sat Feb 1 09:30:44 2020 +0000
JENA-1834: Mark scripts executable
---
jena-fuseki2/apache-jena-fuseki/assembly-dist.xml | 14 +++++++++++---
1 file changed, 11 insertions(+), 3 deletions(-)
diff --git a/jena-fuseki2/apache-jena-fuseki/assembly-dist.xml
b/jena-fuseki2/apache-jena-fuseki/assembly-dist.xml
index 8d20aa4..1e3dcd0 100644
--- a/jena-fuseki2/apache-jena-fuseki/assembly-dist.xml
+++ b/jena-fuseki2/apache-jena-fuseki/assembly-dist.xml
@@ -87,14 +87,22 @@
<include>log4j.properties</include>
<include>fuseki</include>
<include>fuseki.service</include>
- <include>fuseki-server</include>
- <include>fuseki-backup</include>
<include>fuseki-server.bat</include>
- <include>bin/*</include>
</includes>
</fileSet>
<fileSet>
+ <!-- Exeutables -->
+ <outputDirectory></outputDirectory>
+ <fileMode>0755</fileMode>
+ <includes>
+ <include>fuseki-server</include>
+ <include>fuseki-backup</include>
+ <include>bin/*</include>
+ </includes>
+ </fileSet>
+
+ <fileSet>
<directory>../jena-fuseki-webapp/src/main/webapp</directory>
<outputDirectory>webapp</outputDirectory>
</fileSet>