Author: ruwan Date: Mon May 25 01:37:16 2009 New Revision: 36710 URL: http://wso2.org/svn/browse/wso2?view=rev&revision=36710
Log: excluding the cipher-text.properties file coming from carbon Modified: trunk/esb/java/modules/distribution/src/main/assembly/bin.xml Modified: trunk/esb/java/modules/distribution/src/main/assembly/bin.xml URL: http://wso2.org/svn/browse/wso2/trunk/esb/java/modules/distribution/src/main/assembly/bin.xml?rev=36710&r1=36709&r2=36710&view=diff ============================================================================== --- trunk/esb/java/modules/distribution/src/main/assembly/bin.xml (original) +++ trunk/esb/java/modules/distribution/src/main/assembly/bin.xml Mon May 25 01:37:16 2009 @@ -13,6 +13,7 @@ <exclude>**/conf/axis2.xml</exclude> <exclude>**/conf/synapse.xml</exclude> <exclude>**/conf/wrapper.conf</exclude> + <exclude>**/conf/cipher-text.properties</exclude> <exclude>**/log4j.properties</exclude> <exclude>**/native/*</exclude> <exclude>**/services/sample01.aar</exclude> _______________________________________________ Esb-java-dev mailing list [email protected] https://wso2.org/cgi-bin/mailman/listinfo/esb-java-dev
