Author: brett
Date: Fri Jan 13 13:19:43 2012
New Revision: 1231048
URL: http://svn.apache.org/viewvc?rev=1231048&view=rev
Log:
revert previous commit, as it is deliberately excluded, and exclude more things
that can be found in central
Modified:
incubator/npanday/trunk/dist/npanday-repository-builder/pom.xml
Modified: incubator/npanday/trunk/dist/npanday-repository-builder/pom.xml
URL:
http://svn.apache.org/viewvc/incubator/npanday/trunk/dist/npanday-repository-builder/pom.xml?rev=1231048&r1=1231047&r2=1231048&view=diff
==============================================================================
--- incubator/npanday/trunk/dist/npanday-repository-builder/pom.xml (original)
+++ incubator/npanday/trunk/dist/npanday-repository-builder/pom.xml Fri Jan 13
13:19:43 2012
@@ -28,14 +28,6 @@
<packaging>pom</packaging>
<name>NPanday :: Repository Builder</name>
<dependencies>
- <!-- Include Apache Parent POM which will be required by the projects as
well - repository currently doesn't traverse to external parents -->
- <dependency>
- <groupId>org.apache</groupId>
- <artifactId>apache</artifactId>
- <version>10</version>
- <type>pom</type>
- </dependency>
-
<!--
NPANDAY PLUGINS
-->
@@ -263,20 +255,26 @@
<tar destfile="${project.build.directory}/repository-bin.tar">
<tarfileset dir="${project.build.directory}/repository-bin"
preserveLeadingSlashes="true">
<exclude name="**/commons-*/**" />
+ <exclude name="**/backport-util-concurrent/**" />
<exclude name="**/classworlds/**" />
<exclude name="**/com/**" />
<exclude name="**/de/**" />
+ <exclude name="**/dom4j/**" />
+ <exclude name="**/javassist/**" />
<exclude name="**/jdom/**" />
<exclude name="**/jline/**" />
<exclude name="**/jtidy/**" />
<exclude name="**/junit/**" />
+ <exclude name="**/nekohtml/**" />
<exclude name="**/net/**" />
<exclude name="**/org/apache/ant/**" />
<exclude name="**/org/apache/commons/**" />
<exclude name="**/org/apache/apache/**" />
+ <exclude name="**/org/apache/jackrabbit/**" />
<exclude name="**/org/apache/maven/**" />
<exclude name="**/org/codehaus/**" />
<exclude name="**/org/easymock/**" />
+ <exclude name="**/org/reflections/**" />
<exclude name="**/org/slf4j/**" />
<exclude name="**/org/sonatype/**" />
<exclude name="**/slide/**" />