Author: veithen
Date: Mon Nov 1 20:59:20 2010
New Revision: 1029835
URL: http://svn.apache.org/viewvc?rev=1029835&view=rev
Log:
Exclude the DEPENDENCIES file from the binary distribution.
Modified:
webservices/commons/trunk/modules/axiom/src/main/assembly/bin.xml
Modified: webservices/commons/trunk/modules/axiom/src/main/assembly/bin.xml
URL:
http://svn.apache.org/viewvc/webservices/commons/trunk/modules/axiom/src/main/assembly/bin.xml?rev=1029835&r1=1029834&r2=1029835&view=diff
==============================================================================
--- webservices/commons/trunk/modules/axiom/src/main/assembly/bin.xml (original)
+++ webservices/commons/trunk/modules/axiom/src/main/assembly/bin.xml Mon Nov
1 20:59:20 2010
@@ -33,6 +33,10 @@
<fileSet>
<directory>${project.build.directory}/maven-shared-archive-resources/META-INF</directory>
<outputDirectory>/</outputDirectory>
+ <excludes>
+ <!-- The root project has no dependencies; no need to include
an empty file -->
+ <exclude>DEPENDENCIES</exclude>
+ </excludes>
</fileSet>
<fileSet>
<directory>${project.build.directory}/docbkx/pdf</directory>