[Yanel-commits] rev 31478 - public/yanel/contributions/ajax-components

michi at wyona.com michi at wyona.com
Fri Feb 8 09:38:54 CET 2008


Author: michi
Date: 2008-02-08 09:38:54 +0100 (Fri, 08 Feb 2008)
New Revision: 31478

Modified:
   public/yanel/contributions/ajax-components/build.xml
Log:
usage target added and set to default

Modified: public/yanel/contributions/ajax-components/build.xml
===================================================================
--- public/yanel/contributions/ajax-components/build.xml	2008-02-08 08:19:42 UTC (rev 31477)
+++ public/yanel/contributions/ajax-components/build.xml	2008-02-08 08:38:54 UTC (rev 31478)
@@ -1,7 +1,12 @@
 <?xml version="1.0"?>
 
-<project default="google.compile" name="AJAX components">
+<project default="usage" name="AJAX components">
 
+  <target name="usage" description="Usage">
+    <echo>USAGE: ant -Dcomponent.home.dir=src/PROJECT_NAME google.compile</echo>
+    <echo>NOTE: Read the README.txt or execute "ant -projecthelp"</echo>
+  </target>
+
   <target name="init" description="Initialize build properties">
     <echo>Initializing build</echo>
 



More information about the Yanel-commits mailing list