[EMAIL PROTECTED] wrote:
Author: kristwaa
Date: Thu Aug 16 04:11:03 2007
New Revision: 566660

URL: http://svn.apache.org/viewvc?view=rev&rev=566660
Log:
DERBY-2906: Trial fix replacing a block of code with a method call that does 
the same.

Oops!!
I did not commit a trial fix, but a trivial fix...

I'll correct the svn log, don't want to give people the wrong ideas ;)


--
Kristian

Patch file: n/a

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

Modified: db/derby/code/trunk/build.xml
URL: 
http://svn.apache.org/viewvc/db/derby/code/trunk/build.xml?view=diff&rev=566660&r1=566659&r2=566660
==============================================================================
--- db/derby/code/trunk/build.xml (original)
+++ db/derby/code/trunk/build.xml Thu Aug 16 04:11:03 2007
@@ -1391,10 +1391,8 @@
       <fileset dir="${derby.jar.dir}/lists" includes="**/*"/>
     </delete>
- <mkdir dir="${derby.jar.dir}/lists/META-INF"/>
-    <copy todir="${derby.jar.dir}/lists/META-INF">
-      <fileset dir="${basedir}" includes="LICENSE*,NOTICE*"/>
-    </copy>
+    <!-- copy boilerplate common to derby jar files -->
+    <antcall target="meta-inf-common"/>
<manifest file="${derby.jar.dir}/lists/smfcmd.mf">
       <attribute name="Main-Class" value="org.apache.derby.iapi.tools.run"/>



Reply via email to