Author: rfeng
Date: Tue Jan 20 14:02:37 2009
New Revision: 736131
URL: http://svn.apache.org/viewvc?rev=736131&view=rev
Log:
Generate manifest jar for the distro
Modified:
tuscany/java/sca/distribution/core/pom.xml
Modified: tuscany/java/sca/distribution/core/pom.xml
URL:
http://svn.apache.org/viewvc/tuscany/java/sca/distribution/core/pom.xml?rev=736131&r1=736130&r2=736131&view=diff
==============================================================================
--- tuscany/java/sca/distribution/core/pom.xml (original)
+++ tuscany/java/sca/distribution/core/pom.xml Tue Jan 20 14:02:37 2009
@@ -278,6 +278,7 @@
</goals>
<configuration>
<targetDirectory>target/modules</targetDirectory>
+
<generateManifestJar>true</generateManifestJar>
</configuration>
</execution>
</executions>