Log Message
Exclude temporary Maven files from source distribution.
Modified Paths
Diff
Modified: trunk/xstream-distribution/src/assembly/assembly-src.xml (1955 => 1956)
--- trunk/xstream-distribution/src/assembly/assembly-src.xml 2012-01-07 12:33:53 UTC (rev 1955)
+++ trunk/xstream-distribution/src/assembly/assembly-src.xml 2012-01-07 12:56:09 UTC (rev 1956)
@@ -1,6 +1,6 @@
<!--
Copyright (C) 2006 Joe Walnes.
- Copyright (C) 2006, 2007, 2011 XStream committers.
+ Copyright (C) 2006, 2007, 2011, 2012 XStream committers.
All rights reserved.
The software in this package is published under the terms of the BSD
@@ -31,6 +31,7 @@
<exclude>**/*.bak</exclude>
<exclude>**/*.classpath</exclude>
<exclude>**/*.jps</exclude>
+ <exclude>**/*.releaseBackup</exclude>
</excludes>
</fileSet>
</fileSets>
To unsubscribe from this list please visit:
