You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@lenya.apache.org by mi...@apache.org on 2006/06/26 17:49:34 UTC

svn commit: r417216 - /lenya/trunk/src/targets/properties-build.xml

Author: michi
Date: Mon Jun 26 08:49:34 2006
New Revision: 417216

URL: http://svn.apache.org/viewvc?rev=417216&view=rev
Log:
classpath fixed

Modified:
    lenya/trunk/src/targets/properties-build.xml

Modified: lenya/trunk/src/targets/properties-build.xml
URL: http://svn.apache.org/viewvc/lenya/trunk/src/targets/properties-build.xml?rev=417216&r1=417215&r2=417216&view=diff
==============================================================================
--- lenya/trunk/src/targets/properties-build.xml (original)
+++ lenya/trunk/src/targets/properties-build.xml Mon Jun 26 08:49:34 2006
@@ -125,7 +125,7 @@
   contents of the cocoon webapp are here
   -->
   <property name="src.webapp.dir" value="src/webapp"/>
-  <property name="tools.tasks.dest" value="tools/anttasks"/>
+  <property name="tools.tasks.dest" value="tools/anttasks/build/classes"/>
   <property name="src.resource.dir"  value="src/resources"/>
   <!-- hsqldb database config files directory -->
   <property name="src.database.dir" value="src/webapp/WEB-INF/db"/>
@@ -163,8 +163,8 @@
   <!-- Compile tasks -->
   <target name="compile-build-tasks" description="Target to compile tasks needed during build">
 
-    <javac srcdir="tools/anttasks"
-           destdir="tools/anttasks"
+    <javac srcdir="tools/anttasks/src"
+           destdir="tools/anttasks/build/classes"
            debug="${debug}"
            optimize="{optimize}"
            deprecation="${deprecation}"



---------------------------------------------------------------------
To unsubscribe, e-mail: commits-unsubscribe@lenya.apache.org
For additional commands, e-mail: commits-help@lenya.apache.org