diff options
Diffstat (limited to 'tools/antipede/build.xtarget')
-rw-r--r-- | tools/antipede/build.xtarget | 18 |
1 files changed, 17 insertions, 1 deletions
diff --git a/tools/antipede/build.xtarget b/tools/antipede/build.xtarget index 6b040aaf20..72f1a1e68e 100644 --- a/tools/antipede/build.xtarget +++ b/tools/antipede/build.xtarget @@ -177,4 +177,20 @@ inheritAll="true" dir="." target="${cent-target}" /> - </target>
\ No newline at end of file + </target> + + + <!-- ================================== --> + <!-- Create a cent.jar package --> + <!-- using an already deployed cent --> + <!-- ================================== --> + + <target name="jar-cent" depends="-init" + description="Compile java source code"> + + <antcall target="call-cent"> + <param name="cent-name" value="centipede"/> + <param name="cent-target" value="jar-cent"/> + </antcall> + + </target>
\ No newline at end of file |