Add build target
[kaka/cakelight.git] / build.xml
index 4ec16b0..67547df 100644 (file)
--- a/build.xml
+++ b/build.xml
   <target name="build.modules" depends="init, clean, compile.module.cakelight, jar" description="build all modules"/>
   
   <target name="all" depends="build.modules" description="build all"/>
+
+  <target name="build" depends="compile.module.cakelight" description="build cakelight"/>
 </project>
\ No newline at end of file