jon 01/08/10 10:17:26
Modified: build build.xml
Log:
added install-jar target
Revision Changes Path
1.40 +12 -0 jakarta-velocity/build/build.xml
Index: build.xml
===================================================================
RCS file: /home/cvs/jakarta-velocity/build/build.xml,v
retrieving revision 1.39
retrieving revision 1.40
diff -u -r1.39 -r1.40
--- build.xml 2001/08/08 11:18:29 1.39
+++ build.xml 2001/08/10 17:17:26 1.40
@@ -591,6 +591,18 @@
<delete dir="${dist.root}" quiet="true"/>
</target>
+ <!-- ================================================================== -->
+ <!-- I N S T A L L J A R -->
+ <!-- ================================================================== -->
+ <target name="install-jar" depends="jar"
+ description="==> Installs .jar file in ${lib.repo}">
+ <copy todir="${lib.repo}" filtering="no">
+ <fileset dir="${build.dir}">
+ <include name="${final.name}.jar"/>
+ </fileset>
+ </copy>
+ </target>
+
<!-- =================================================================== -->
<!-- Cleans up the build directory -->
<!-- =================================================================== -->
- cvs commit: jakarta-velocity/build build.xml geirm
- cvs commit: jakarta-velocity/build build.xml geirm
- cvs commit: jakarta-velocity/build build.xml geirm
- cvs commit: jakarta-velocity/build build.xml geirm
- cvs commit: jakarta-velocity/build build.xml geirm
- cvs commit: jakarta-velocity/build build.xml geirm
- cvs commit: jakarta-velocity/build build.xml geirm
- cvs commit: jakarta-velocity/build build.xml geirm
- cvs commit: jakarta-velocity/build build.xml geirm
- cvs commit: jakarta-velocity/build build.xml dlr
- cvs commit: jakarta-velocity/build build.xml jon
- cvs commit: jakarta-velocity/build build.xml jon
- cvs commit: jakarta-velocity/build build.xml geirm
- cvs commit: jakarta-velocity/build build.xml geirm
- cvs commit: jakarta-velocity/build build.xml geirm
- cvs commit: jakarta-velocity/build build.xml geirm
- cvs commit: jakarta-velocity/build build.xml geirm
- cvs commit: jakarta-velocity/build build.xml geirm
- cvs commit: jakarta-velocity/build build.xml jon
- cvs commit: jakarta-velocity/build build.xml geirm
- cvs commit: jakarta-velocity/build build.xml geirm
