You are viewing a plain text version of this content. The canonical link for it is here.
Posted to dev@velocity.apache.org by nb...@apache.org on 2006/11/28 03:09:06 UTC

svn commit: r479846 - /jakarta/velocity/tools/trunk/build.xml

Author: nbubna
Date: Mon Nov 27 18:09:05 2006
New Revision: 479846

URL: http://svn.apache.org/viewvc?view=rev&rev=479846
Log:
minor updates to release target

Modified:
    jakarta/velocity/tools/trunk/build.xml

Modified: jakarta/velocity/tools/trunk/build.xml
URL: http://svn.apache.org/viewvc/jakarta/velocity/tools/trunk/build.xml?view=diff&rev=479846&r1=479845&r2=479846
==============================================================================
--- jakarta/velocity/tools/trunk/build.xml (original)
+++ jakarta/velocity/tools/trunk/build.xml Mon Nov 27 18:09:05 2006
@@ -438,6 +438,7 @@
 
     <!-- Gather misc docs/files -->
     <mkdir dir="${release.dir}"/>
+    <copy todir="${release.dir}" file="${basedir}/CONTRIBUTORS"/>
     <copy todir="${release.dir}" file="${basedir}/LICENSE"/>
     <copy todir="${release.dir}" file="${basedir}/NOTICE"/>
     <copy todir="${release.dir}" file="${basedir}/STATUS"/>
@@ -451,17 +452,9 @@
     </copy>
 
     <!-- Gather all project dependencies -->
-    <copy todir="${release.dir}/lib" file="${commons-beanutils.jar}"/>
-    <copy todir="${release.dir}/lib" file="${commons-collections.jar}"/>
-    <copy todir="${release.dir}/lib" file="${commons-digester.jar}"/>
-    <copy todir="${release.dir}/lib" file="${commons-logging.jar}"/>
-    <copy todir="${release.dir}/lib" file="${commons-validator.jar}"/>
-    <copy todir="${release.dir}/lib" file="${commons-validator.jar}"/>
-    <copy todir="${release.dir}/lib" file="${sslext.jar}"/>
-    <copy todir="${release.dir}/lib" file="${struts.jar}"/>
-    <copy todir="${release.dir}/lib" file="${oro.jar}"/>
-    <copy todir="${release.dir}/lib" file="${velocity.jar}"/>
-    <copy todir="${release.dir}/lib" file="${commons-lang.jar}"/>
+    <copy todir="${release.dir}/lib">
+      <fileset dir="${lib.dir}" includes="*.jar"/>
+    </copy>
 
     <!-- Gather example war files -->
     <mkdir dir="${release.dir}/examples"/>
@@ -486,6 +479,11 @@
          basedir="${dist.dir}/release"/>
     <gzip zipfile="${dist.dir}/${project.id}.tar.gz"
           src="${dist.dir}/${project.id}.tar"/>
+
+    <!-- Delete TAR files as they're no longer needed -->
+    <delete>
+      <fileset dir="${dist.dir}" includes="*.tar"/>
+    </delete>
 
     <!-- Create checksums for the binary distribution files -->
     <checksum file="${dist.dir}/${project.id}.zip" algorithm="md5" fileext=".md5"/>



---------------------------------------------------------------------
To unsubscribe, e-mail: dev-unsubscribe@velocity.apache.org
For additional commands, e-mail: dev-help@velocity.apache.org