You are viewing a plain text version of this content. The canonical link for it is here.
Posted to dev@velocity.apache.org by he...@apache.org on 2006/10/12 18:25:46 UTC

svn commit: r463304 - /jakarta/velocity/engine/trunk/build/build.xml

Author: henning
Date: Thu Oct 12 09:25:45 2006
New Revision: 463304

URL: http://svn.apache.org/viewvc?view=rev&rev=463304
Log:
Minor tweaks relating to the LICENSE.txt -> LICENSE, add NOTICE to the
distribution jars.


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

Modified: jakarta/velocity/engine/trunk/build/build.xml
URL: http://svn.apache.org/viewvc/jakarta/velocity/engine/trunk/build/build.xml?view=diff&rev=463304&r1=463303&r2=463304
==============================================================================
--- jakarta/velocity/engine/trunk/build/build.xml (original)
+++ jakarta/velocity/engine/trunk/build/build.xml Thu Oct 12 09:25:45 2006
@@ -429,7 +429,11 @@
   <target name="build-jar">
     <jar jarfile="${build.dir}/${jarname}.jar">
 
-      <metainf dir="${velocity.dir}" includes="LICENSE.txt"/>
+      <metainf dir="${velocity.dir}">
+        <include name="LICENSE"/>
+        <include name="NOTICE"/>
+      </metainf>
+
       <fileset dir="${build.dest}"/>
       <fileset dir="${build.deps}"/>
       <manifest>
@@ -456,7 +460,11 @@
           depends="prepare"
           description="Builds the Velocity Source Jar File">
     <jar jarfile="${build.dir}/${final.name}-src.jar">
-      <metainf dir="${velocity.dir}" includes="LICENSE.txt"/>
+      <metainf dir="${velocity.dir}">
+        <include name="LICENSE"/>
+        <include name="NOTICE"/>
+      </metainf>
+
       <fileset dir="${build.src}"/>
       <manifest>
         <attribute name="Created-By" value="Apache Ant"/>
@@ -636,10 +644,11 @@
       </fileset>
     </copy>
 
-    <copy
-      file="${velocity.dir}/LICENSE.txt"
-      tofile="${dist.dir}/LICENSE.txt"
-    />
+    <copy file="${velocity.dir}/LICENSE"
+          tofile="${dist.dir}/LICENSE" />
+
+    <copy file="${velocity.dir}/NOTICE"
+          tofile="${dist.dir}/NOTICE" />
 
     <copy
       file="${velocity.dir}/README.txt"



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