From 98e2821b38a775737e42a2479a6bc65107210859 Mon Sep 17 00:00:00 2001 From: Elliot Kroo Date: Thu, 11 Mar 2010 15:21:30 -0800 Subject: reorganizing the first level of folders (trunk/branch folders are not the git way :) --- infrastructure/rhino1_7R1/build.xml | 310 ++++++++++++++++++++++++++++++++++++ 1 file changed, 310 insertions(+) create mode 100644 infrastructure/rhino1_7R1/build.xml (limited to 'infrastructure/rhino1_7R1/build.xml') diff --git a/infrastructure/rhino1_7R1/build.xml b/infrastructure/rhino1_7R1/build.xml new file mode 100644 index 0000000..fabbffa --- /dev/null +++ b/infrastructure/rhino1_7R1/build.xml @@ -0,0 +1,310 @@ + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + Calling ${xmlimplsrc-build-file} + + + + + + + Calling ${xmlimplsrc-build-file} + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + +The following targets are available with this build file: + + clean remove all compiled classes and copied property files + + compile compile classes and copy all property files + into ${classes} directory + excluding deprecated code + + compile-all compile all classes and copy all property files + into ${classes} directory + including deprecated code + + deepclean remove all generated files and directories + + dist create ${dist.file} with full Rhino distribution + + help print this help + + jar create ${rhino.jar} in ${dist.dir} + + smalljar create ${small-rhino.jar} in ${dist.dir} with + minimalist set of Rhino classes. See footprint.html + from the doc directory for details. + + javadoc generate Rhino API documentation + in ${dist.dir}/javadoc + + source-zip create ${dist.source-only-zip} with all Rhino + source files necessary to recreate ${dist.file} + + + + -- cgit v1.2.3