Author: jkaputin
Date: Fri Apr 13 08:07:04 2007
New Revision: 528517
URL: http://svn.apache.org/viewvc?view=rev&rev=528517
Log:
Copy license files for dependent jar files to
the archive /lib directory rather than to the
top directory. Follows the approach used by Axis2.
Modified:
incubator/woden/branches/M7a/build.xml
Modified: incubator/woden/branches/M7a/build.xml
URL:
http://svn.apache.org/viewvc/incubator/woden/branches/M7a/build.xml?view=diff&rev=528517&r1=528516&r2=528517
==============================================================================
--- incubator/woden/branches/M7a/build.xml (original)
+++ incubator/woden/branches/M7a/build.xml Fri Apr 13 08:07:04 2007
@@ -558,13 +558,17 @@
<copy todir="${archiveDir}">
<fileset dir="${build.home}">
<include name="LICENSE" />
- <include name="LICENSE.dom" />
- <include name="LICENSE.sax" />
- <include name="LICENSE.xerces" />
- <include name="LICENSE.wsdl2.html" />
<include name="NOTICE" />
<include name="README" />
<include name="release-notes.html" />
+ </fileset>
+ </copy>
+ <copy todir="${archiveDir}/lib">
+ <fileset dir="${build.home}">
+ <include name="LICENSE.dom" />
+ <include name="LICENSE.sax" />
+ <include name="LICENSE.xerces" />
+ <include name="LICENSE.wsdl4j.html" />
</fileset>
</copy>
---------------------------------------------------------------------
To unsubscribe, e-mail: [EMAIL PROTECTED]
For additional commands, e-mail: [EMAIL PROTECTED]