Revision: 15881
          http://gate.svn.sourceforge.net/gate/?rev=15881&view=rev
Author:   ian_roberts
Date:     2012-06-08 14:27:38 +0000 (Fri, 08 Jun 2012)
Log Message:
-----------
Changed path ID to avoid clashing with parent build file.

Modified Paths:
--------------
    gate/trunk/build/launcher/build.xml

Modified: gate/trunk/build/launcher/build.xml
===================================================================
--- gate/trunk/build/launcher/build.xml 2012-06-08 14:03:31 UTC (rev 15880)
+++ gate/trunk/build/launcher/build.xml 2012-06-08 14:27:38 UTC (rev 15881)
@@ -17,7 +17,7 @@
    </fileset>
 
    <!-- The build CLASSPATH -->
-   <path id="build.class.path">
+   <path id="launcher.build.class.path">
      <fileset refid="libs" />
    </path>
   
@@ -30,7 +30,7 @@
   <target name="compile" depends="prepare">
     <javac srcdir="${src.dir}"
            destdir="${classes.dir}"
-           classpathref="build.class.path"
+           classpathref="launcher.build.class.path"
            debug="true"
            debuglevel="lines,source"
            encoding="UTF-8"

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


------------------------------------------------------------------------------
Live Security Virtual Conference
Exclusive live event will cover all the ways today's security and 
threat landscape has changed and how IT managers can respond. Discussions 
will include endpoint security, mobile security and the latest in malware 
threats. http://www.accelacomm.com/jaw/sfrnl04242012/114/50122263/
_______________________________________________
GATE-cvs mailing list
[email protected]
https://lists.sourceforge.net/lists/listinfo/gate-cvs

Reply via email to