Author: olegk
Date: Wed Mar 14 15:55:50 2007
New Revision: 518368
URL: http://svn.apache.org/viewvc?view=rev&rev=518368
Log:
Include NOTICE file in the bin and src distributions
Modified:
jakarta/commons/proper/httpclient/trunk/maven.xml
Modified: jakarta/commons/proper/httpclient/trunk/maven.xml
URL:
http://svn.apache.org/viewvc/jakarta/commons/proper/httpclient/trunk/maven.xml?view=diff&rev=518368&r1=518367&r2=518368
==============================================================================
--- jakarta/commons/proper/httpclient/trunk/maven.xml (original)
+++ jakarta/commons/proper/httpclient/trunk/maven.xml Wed Mar 14 15:55:50 2007
@@ -24,6 +24,7 @@
</ant:copy>
<ant:copy file="release_notes.txt"
tofile="${maven.dist.bin.assembly.dir}/RELEASE_NOTES.txt" />
+ <ant:copy file="NOTICE.txt"
tofile="${maven.dist.bin.assembly.dir}/NOTICE.txt" />
<ant:fixcrlf srcdir="${maven.dist.bin.assembly.dir}" eol="lf"
encoding="ISO-8859-1"
includes="**/*.xml **/*.properties **/*.html **/*.css" />
@@ -33,10 +34,11 @@
<ant:copy file="LICENSE.txt"
tofile="${maven.dist.bin.assembly.dir}/LICENSE" />
<ant:copy file="README.txt" tofile="${maven.dist.bin.assembly.dir}/README"
/>
+ <ant:copy file="NOTICE.txt" tofile="${maven.dist.bin.assembly.dir}/NOTICE"
/>
<ant:copy file="release_notes.txt"
tofile="${maven.dist.bin.assembly.dir}/RELEASE_NOTES" />
<ant:fixcrlf srcdir="${maven.dist.bin.assembly.dir}" eol="lf"
encoding="ISO-8859-1"
- includes="LICENSE README RELEASE_NOTES" />
+ includes="LICENSE README NOTICE RELEASE_NOTES" />
</postGoal>
@@ -61,6 +63,7 @@
</ant:copy>
<ant:copy file="release_notes.txt"
tofile="${maven.dist.src.assembly.dir}/RELEASE_NOTES.txt" />
+ <ant:copy file="NOTICE.txt"
tofile="${maven.dist.src.assembly.dir}/NOTICE.txt" />
<ant:fixcrlf srcdir="${maven.dist.src.assembly.dir}" javafiles="true"
eol="lf" tab="remove" tablength="4" encoding="ISO-8859-1"
@@ -74,10 +77,11 @@
<ant:copy file="LICENSE.txt"
tofile="${maven.dist.src.assembly.dir}/LICENSE" />
<ant:copy file="README.txt" tofile="${maven.dist.src.assembly.dir}/README"
/>
+ <ant:copy file="NOTICE.txt" tofile="${maven.dist.src.assembly.dir}/NOTICE"
/>
<ant:copy file="release_notes.txt"
tofile="${maven.dist.src.assembly.dir}/RELEASE_NOTES" />
<ant:fixcrlf srcdir="${maven.dist.src.assembly.dir}" eol="lf"
encoding="ISO-8859-1"
- includes="LICENSE README RELEASE_NOTES" />
+ includes="LICENSE README NOTICE RELEASE_NOTES" />
</postGoal>
---------------------------------------------------------------------
To unsubscribe, e-mail: [EMAIL PROTECTED]
For additional commands, e-mail: [EMAIL PROTECTED]