You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@any23.apache.org by si...@apache.org on 2012/06/28 22:40:36 UTC

svn commit: r1355153 - /incubator/any23/trunk/sources-dist/src/main/assembly/src.xml

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>