Author: simonetripodi
Date: Thu Jun 28 20:40:35 2012
New Revision: 1355153
URL: http://svn.apache.org/viewvc?rev=1355153&view=rev
Log:
include the whole sources in the src assemblies, not just the source module
itself
Modified:
incubator/any23/trunk/sources-dist/src/main/assembly/src.xml
Modified: incubator/any23/trunk/sources-dist/src/main/assembly/src.xml
URL:
http://svn.apache.org/viewvc/incubator/any23/trunk/sources-dist/src/main/assembly/src.xml?rev=1355153&r1=1355152&r2=1355153&view=diff
==============================================================================
--- incubator/any23/trunk/sources-dist/src/main/assembly/src.xml (original)
+++ incubator/any23/trunk/sources-dist/src/main/assembly/src.xml Thu Jun 28
20:40:35 2012
@@ -31,7 +31,7 @@
| include all modules
-->
<fileSet>
- <directory>${basedir}</directory>
+ <directory>${basedir}/../</directory>
<excludes>
<!-- exclude target dirs -->
<exclude>**/target/</exclude>