curcuru 2003/05/05 12:48:24
Modified: java/xpath_rwapi Tag: xslt20 build2.xml
Log:
Add simple exportsrc target for Eclipse users etc. (experimental)
Revision Changes Path
No revision
No revision
1.1.2.4 +9 -1 xml-xalan/java/xpath_rwapi/Attic/build2.xml
Index: build2.xml
===================================================================
RCS file: /home/cvs/xml-xalan/java/xpath_rwapi/Attic/build2.xml,v
retrieving revision 1.1.2.3
retrieving revision 1.1.2.4
diff -u -r1.1.2.3 -r1.1.2.4
--- build2.xml 16 Apr 2003 14:40:32 -0000 1.1.2.3
+++ build2.xml 5 May 2003 19:48:24 -0000 1.1.2.4
@@ -159,6 +159,14 @@
</java>
</target>
+ <target name="exportsrc" depends="jar"
+ description="Create exportable files for inclusion in other projects
(experimental!)">
+ <zip zipfile="${build.dir}/xpath-src.zip" >
+ <zipfileset dir="${src.dir}">
+ </zipfileset>
+ </zip>
+ </target>
+
<!-- ==== Documentation targets ==== -->
<target name="apidocs" depends="jar" description="[6]Build API
documentation">
---------------------------------------------------------------------
To unsubscribe, e-mail: [EMAIL PROTECTED]
For additional commands, e-mail: [EMAIL PROTECTED]