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/15 15:59:57 UTC

svn commit: r414585 - /lenya/trunk/tools/configure/build.xml

Author: michi
Date: Thu Jun 15 06:59:56 2006
New Revision: 414585

URL: http://svn.apache.org/viewvc?rev=414585&view=rev
Log:
put compile target in here such that it can be used standalone

Added:
    lenya/trunk/tools/configure/build.xml

Added: lenya/trunk/tools/configure/build.xml
URL: http://svn.apache.org/viewvc/lenya/trunk/tools/configure/build.xml?rev=414585&view=auto
==============================================================================
--- lenya/trunk/tools/configure/build.xml (added)
+++ lenya/trunk/tools/configure/build.xml Thu Jun 15 06:59:56 2006
@@ -0,0 +1,8 @@
+<?xml version="1.0"?>
+
+<project default="compile" name="lenya-configure">
+
+  <target name="compile" description="Compile java classes and create libs">
+    <echo>Hello Configure Build Tool. See README.txt</echo>
+  </target>
+</project>



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