From 89bda83e0570ab87c6e449f5955613d5385e90b3 Mon Sep 17 00:00:00 2001 From: "alexanders@b2ef00c0-3703-41da-baef-cfe82387ac0c" Date: Wed, 3 Feb 2010 00:50:41 +0000 Subject: removed obsolete svn folder from hg tree --HG-- extra : convert_revision : svn%3Ab2ef00c0-3703-41da-baef-cfe82387ac0c/trunk%408 --- 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