Author: sanka
Date: Wed May 3 03:03:57 2006
New Revision: 399232
URL: http://svn.apache.org/viewcvs?rev=399232&view=rev
Log:
final preparations for neethi-1.0.1 release
Modified:
webservices/commons/trunk/modules/neethi/maven.xml
Modified: webservices/commons/trunk/modules/neethi/maven.xml
URL:
http://svn.apache.org/viewcvs/webservices/commons/trunk/modules/neethi/maven.xml?rev=399232&r1=399231&r2=399232&view=diff
==============================================================================
--- webservices/commons/trunk/modules/neethi/maven.xml (original)
+++ webservices/commons/trunk/modules/neethi/maven.xml Wed May 3 03:03:57 2006
@@ -90,17 +90,7 @@
<!-- <ant:exclude name="**/*.license"/> -->
</ant:fileset>
</ant:copy>
- <!--
- <resources>
- <resource>
- <directory>${dist.src.root.file}</directory>
- <includes>
- <include>NOTICE.txt</include>
- </includes>
- <targetPath>META-INF</targetPath>
- </resource>
- </resources>
- -->
+
<ant:zip destfile="${build.dist.dir}/${dist.name}-src.zip"
basedir="${dist.src.root.file}"/>
<ant:tar tarfile="${build.dist.dir}/${dist.name}-src.tar"
basedir="${dist.src.root.file}"/>
@@ -152,6 +142,8 @@
<ant:copy file="${license.file}" todir="${dist.bin.file}" />
<ant:copy file="${readme.file}" todir="${dist.bin.file}" />
+
+ <ant:copy file="${notice.file}" todir="${dist.bin.file}" />
<ant:copy file="${authors.file}" todir="${dist.bin.file}" />