You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@jena.apache.org by ch...@apache.org on 2012/10/11 17:49:15 UTC

svn commit: r1397124 - /jena/Scratch/Eyeball/trunk/assembly-eyeball.xml

Author: chrisdollin
Date: Thu Oct 11 15:49:15 2012
New Revision: 1397124

URL: http://svn.apache.org/viewvc?rev=1397124&view=rev
Log:
tweak

Modified:
    jena/Scratch/Eyeball/trunk/assembly-eyeball.xml

Modified: jena/Scratch/Eyeball/trunk/assembly-eyeball.xml
URL: http://svn.apache.org/viewvc/jena/Scratch/Eyeball/trunk/assembly-eyeball.xml?rev=1397124&r1=1397123&r2=1397124&view=diff
==============================================================================
--- jena/Scratch/Eyeball/trunk/assembly-eyeball.xml (original)
+++ jena/Scratch/Eyeball/trunk/assembly-eyeball.xml Thu Oct 11 15:49:15 2012
@@ -27,8 +27,6 @@ just want -jar-with-dependences to by re
   <id>eyeball</id>
   <formats> <format>jar</format> </formats>
 
-  <includeBaseDirectory>false</includeBaseDirectory>
-  
   <dependencySets>
     <dependencySet>
       <useProjectArtifact>true</useProjectArtifact>
@@ -39,7 +37,7 @@ just want -jar-with-dependences to by re
   
   <fileSets>
     <fileSet>
-        <includes> <include>mirror/**</include> </includes>
+       <directory>mirror</directory> 
     </fileSet>
   </fileSets>
 </assembly>