Author: lewismc
Date: Thu Apr 19 13:44:17 2012
New Revision: 1327944
URL: http://svn.apache.org/viewvc?rev=1327944&view=rev
Log:
wrong directory config.
Modified:
gora/trunk/sources-dist/src/main/assembly/src.xml
Modified: gora/trunk/sources-dist/src/main/assembly/src.xml
URL:
http://svn.apache.org/viewvc/gora/trunk/sources-dist/src/main/assembly/src.xml?rev=1327944&r1=1327943&r2=1327944&view=diff
==============================================================================
--- gora/trunk/sources-dist/src/main/assembly/src.xml (original)
+++ gora/trunk/sources-dist/src/main/assembly/src.xml Thu Apr 19 13:44:17 2012
@@ -15,7 +15,10 @@
limitations under the License.
-->
-<assembly
xsi:schemaLocation="http://maven.apache.org/plugins/maven-assembly-plugin/assembly/1.1.1
http://maven.apache.org/xsd/assembly-1.1.1.xsd">
+<assembly
+ xmlns="http://maven.apache.org/plugins/maven-assembly-plugin/assembly/1.1.2"
+ xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance"
+
xsi:schemaLocation="http://maven.apache.org/plugins/maven-assembly-plugin/assembly/1.1.2
http://maven.apache.org/xsd/assembly-1.1.2.xsd">
<id>src</id>
<formats>
@@ -27,7 +30,7 @@
<fileSets>
<!-- include all modules -->
<fileSet>
- <directory>${basedir}/../</directory>
+ <directory>${basedir}</directory>
<excludes>
<!-- exclude target dirs -->
<exclude>**/target/</exclude>