You are viewing a plain text version of this content. The canonical link for it is here.
Posted to derby-commits@db.apache.org by fu...@apache.org on 2004/11/30 02:19:02 UTC

svn commit: r106977 - /incubator/derby/code/trunk/build.xml

Author: fuzzylogic
Date: Mon Nov 29 17:19:01 2004
New Revision: 106977

URL: http://svn.apache.org/viewcvs?view=rev&rev=106977
Log:
Add license and copyright files to the locale jars.

Modified:
   incubator/derby/code/trunk/build.xml

Modified: incubator/derby/code/trunk/build.xml
Url: http://svn.apache.org/viewcvs/incubator/derby/code/trunk/build.xml?view=diff&rev=106977&p1=incubator/derby/code/trunk/build.xml&r1=106976&p2=incubator/derby/code/trunk/build.xml&r2=106977
==============================================================================
--- incubator/derby/code/trunk/build.xml	(original)
+++ incubator/derby/code/trunk/build.xml	Mon Nov 29 17:19:01 2004
@@ -859,6 +859,13 @@
 <!-- - - - - - - - - - - - - - locale jar targets - - - - - - - - - - - -->
 
   <target name="derbylocalejars" depends="initjars">
+ 
+    <!-- copy license file to lists dir for inclusion in derbynet.jar -->
+
+    <mkdir dir="${derby.jar.dir}/lists/META-INF"/>
+    <copy todir="${derby.jar.dir}/lists/META-INF">
+      <fileset dir="${basedir}" includes="LICENSE*,NOTICE*,COPYRIGHT*"/>
+    </copy>
 
     <!-- call localejar for each locale -->
 
@@ -919,6 +926,8 @@
 	       includes="org/apache/derby/info/*_${locale.iname}.properties,
 	                 org/apache/derby/loc/*_${locale.iname}.properties,
 	                 org/apache/derby/loc/drda/*_${locale.iname}.properties"/>
+      <fileset dir="${derby.jar.dir}/lists"
+               includes="META-INF/**"/>
     </jar>
   </target>