Author: psteitz
Date: Fri Jan 11 21:37:43 2008
New Revision: 611369
URL: http://svn.apache.org/viewvc?rev=611369&view=rev
Log:
Removed jar from source distro; added pom.xml; removed checkstyle.xml.
Modified:
commons/proper/pool/branches/1_4_RELEASE_BRANCH/maven.xml
Modified: commons/proper/pool/branches/1_4_RELEASE_BRANCH/maven.xml
URL:
http://svn.apache.org/viewvc/commons/proper/pool/branches/1_4_RELEASE_BRANCH/maven.xml?rev=611369&r1=611368&r2=611369&view=diff
==============================================================================
--- commons/proper/pool/branches/1_4_RELEASE_BRANCH/maven.xml (original)
+++ commons/proper/pool/branches/1_4_RELEASE_BRANCH/maven.xml Fri Jan 11
21:37:43 2008
@@ -51,16 +51,9 @@
<ant:copy todir="${maven.dist.src.assembly.dir}">
<ant:fileset dir=".">
<ant:include name="NOTICE.txt"/>
+ <ant:include name="pom.xml"/>
<ant:include name="RELEASE-NOTES.txt"/>
<ant:include name="release-notes.jsl"/>
- <ant:include name="checkstyle.xml"/>
- </ant:fileset>
- </ant:copy>
-
- <!-- Copy Jars -->
- <ant:copy todir="${maven.dist.src.assembly.dir}">
- <ant:fileset dir="${maven.build.dir}">
- <ant:include name="*.jar"/>
</ant:fileset>
</ant:copy>