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/02 11:57:16 UTC

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

Author: michi
Date: Thu Mar  2 02:57:14 2006
New Revision: 382347

URL: http://svn.apache.org/viewcvs?rev=382347&view=rev
Log:
compile target for building configure 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=382347&r1=382346&r2=382347&view=diff
==============================================================================
--- lenya/trunk/src/targets/properties-build.xml (original)
+++ lenya/trunk/src/targets/properties-build.xml Thu Mar  2 02:57:14 2006
@@ -156,4 +156,20 @@
 	   -->
   </target>
 
+  <!-- Compile Configure Command Line Tool -->
+  <target name="compile-configure" description="Compile configure command line tool">
+
+    <javac srcdir="tools/configure/src"
+           destdir="tools/configure/build"
+           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