Revision: 17972
          http://sourceforge.net/p/gate/code/17972
Author:   ian_roberts
Date:     2014-05-11 19:19:31 +0000 (Sun, 11 May 2014)
Log Message:
-----------
Should only include src/main in the sources JAR

Modified Paths:
--------------
    gate/branches/release-8.0/build/deploy/maven/build.xml

Modified: gate/branches/release-8.0/build/deploy/maven/build.xml
===================================================================
--- gate/branches/release-8.0/build/deploy/maven/build.xml      2014-05-11 
18:01:11 UTC (rev 17971)
+++ gate/branches/release-8.0/build/deploy/maven/build.xml      2014-05-11 
19:19:31 UTC (rev 17972)
@@ -150,7 +150,7 @@
         <jar destfile="${basename.to.stage}-javadoc.jar"
              basedir="${top}/doc/javadoc"
              excludes="internal/**, src-html/**" />
-        <jar destfile="${basename.to.stage}-sources.jar" basedir="${top}/src"/>
+        <jar destfile="${basename.to.stage}-sources.jar" 
basedir="${top}/src/main"/>
     </target>
 
     <target name="stage.gate-compiler-jdt" depends="stage.init">

This was sent by the SourceForge.net collaborative development platform, the 
world's largest Open Source development site.


------------------------------------------------------------------------------
Is your legacy SCM system holding you back? Join Perforce May 7 to find out:
&#149; 3 signs your SCM is hindering your productivity
&#149; Requirements for releasing software faster
&#149; Expert tips and advice for migrating your SCM now
http://p.sf.net/sfu/perforce
_______________________________________________
GATE-cvs mailing list
[email protected]
https://lists.sourceforge.net/lists/listinfo/gate-cvs

Reply via email to