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/03/01 00:50:12 UTC

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

Author: michi
Date: Tue Feb 28 15:50:10 2006
New Revision: 381832

URL: http://svn.apache.org/viewcvs?rev=381832&view=rev
Log:
compile tasks target (re)added

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

Modified: lenya/trunk/src/targets/properties-build.xml
URL: http://svn.apache.org/viewcvs/lenya/trunk/src/targets/properties-build.xml?rev=381832&r1=381831&r2=381832&view=diff
==============================================================================
--- lenya/trunk/src/targets/properties-build.xml (original)
+++ lenya/trunk/src/targets/properties-build.xml Tue Feb 28 15:50:10 2006
@@ -138,6 +138,22 @@
     <taskdef name="bulkCopy"        classpath="${tools.tasks.dest}" classname="org.apache.lenya.cms.ant.BulkCopyTask"/>
     <taskdef name="copyPubs"        classpath="${tools.tasks.dest}" classname="org.apache.lenya.cms.ant.CopyTask"/>
     <taskdef name="xpatch"          classpath="${cocoon.src.dir}/tools/anttasks" classname="XConfToolTask" />
-  </target>  
+  </target>
+
+  <!-- Compile tasks -->
+  <target name="compile-tasks">
+
+    <javac srcdir="tools/anttasks"
+           destdir="tools/anttasks"
+           debug="${debug}"
+           optimize="{optimize}"
+           deprecation="${deprecation}"
+           target="${target.vm}"
+           nowarn="${nowarn}"
+           source="${target.vm}"/>
+	   <!--
+           classpathref="classpath"
+	   -->
+  </target>
 
 </project>



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