Author: ruwan
Date: Thu Sep 23 05:29:09 2010
New Revision: 1000322
URL: http://svn.apache.org/viewvc?rev=1000322&view=rev
Log:
Enabling the source pack
Modified:
synapse/branches/2.0/modules/distribution/pom.xml
Modified: synapse/branches/2.0/modules/distribution/pom.xml
URL:
http://svn.apache.org/viewvc/synapse/branches/2.0/modules/distribution/pom.xml?rev=1000322&r1=1000321&r2=1000322&view=diff
==============================================================================
--- synapse/branches/2.0/modules/distribution/pom.xml (original)
+++ synapse/branches/2.0/modules/distribution/pom.xml Thu Sep 23 05:29:09 2010
@@ -176,7 +176,7 @@
<configuration>
<descriptors>
<descriptor>src/main/assembly/bin.xml</descriptor>
-
<!--<descriptor>src/main/assembly/src.xml</descriptor>-->
+
<descriptor>src/main/assembly/src.xml</descriptor>
</descriptors>
<finalName>synapse-${synapse.version}</finalName>
</configuration>