Revision: 15242
          http://gate.svn.sourceforge.net/gate/?rev=15242&view=rev
Author:   markagreenwood
Date:     2012-01-28 12:38:46 +0000 (Sat, 28 Jan 2012)
Log Message:
-----------
use the java2html from the lib folder that we pull in via ivy -- if we don't 
want them in the distro sync against runtime before building the jars/installers

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

Removed Paths:
-------------
    gate/trunk/build/lib/

Modified: gate/trunk/build.xml
===================================================================
--- gate/trunk/build.xml        2012-01-28 02:28:24 UTC (rev 15241)
+++ gate/trunk/build.xml        2012-01-28 12:38:46 UTC (rev 15242)
@@ -581,7 +581,7 @@
 
        <!-- Make documentation -->
        <target name="java2html.taskdef">
-               <taskdef name="java2html" 
classname="de.java2html.anttasks.Java2HtmlTask" 
classpath="${buildDir}/lib/java2html.jar" />
+               <taskdef name="java2html" 
classname="de.java2html.anttasks.Java2HtmlTask" classpath="lib/java2html.jar" />
        </target>
 
        <target name="javadoc.core" depends="java2html.taskdef">

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


------------------------------------------------------------------------------
Try before you buy = See our experts in action!
The most comprehensive online learning library for Microsoft developers
is just $99.99! Visual Studio, SharePoint, SQL - plus HTML5, CSS3, MVC3,
Metro Style Apps, more. Free future releases when you subscribe now!
http://p.sf.net/sfu/learndevnow-dev2
_______________________________________________
GATE-cvs mailing list
[email protected]
https://lists.sourceforge.net/lists/listinfo/gate-cvs

Reply via email to