You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@jena.apache.org by an...@apache.org on 2012/09/15 13:18:53 UTC

svn commit: r1385041 - /jena/trunk/jena-fuseki/assembly-dist.xml

Author: andy
Date: Sat Sep 15 11:18:53 2012
New Revision: 1385041

URL: http://svn.apache.org/viewvc?rev=1385041&view=rev
Log:
Note possibility of including the Fuseki sources.

Modified:
    jena/trunk/jena-fuseki/assembly-dist.xml

Modified: jena/trunk/jena-fuseki/assembly-dist.xml
URL: http://svn.apache.org/viewvc/jena/trunk/jena-fuseki/assembly-dist.xml?rev=1385041&r1=1385040&r2=1385041&view=diff
==============================================================================
--- jena/trunk/jena-fuseki/assembly-dist.xml (original)
+++ jena/trunk/jena-fuseki/assembly-dist.xml Sat Sep 15 11:18:53 2012
@@ -40,6 +40,12 @@ Assumes jar made and onejar has been ass
       <outputDirectory></outputDirectory>
       <destName>fuseki-server.jar</destName>
     </file>
+    <!-- include sources in binary distribution?
+    <file>
+      <source>${project.artifactId}-${project.version}-sources.jar</source>
+      <outputDirectory></outputDirectory>
+    </file>
+    -->
     <file>
       <source>dist/LICENSE-dist</source>
       <destName>LICENSE</destName>