Author: azeez Date: Tue Jun 9 12:22:39 2009 New Revision: 38387 URL: http://wso2.org/svn/browse/wso2?view=rev&revision=38387
Log: Do not delete keys dir Modified: trunk/wsas/java/modules/samples/CommodityQuote/pom.xml Modified: trunk/wsas/java/modules/samples/CommodityQuote/pom.xml URL: http://wso2.org/svn/browse/wso2/trunk/wsas/java/modules/samples/CommodityQuote/pom.xml?rev=38387&r1=38386&r2=38387&view=diff ============================================================================== --- trunk/wsas/java/modules/samples/CommodityQuote/pom.xml (original) +++ trunk/wsas/java/modules/samples/CommodityQuote/pom.xml Tue Jun 9 12:22:39 2009 @@ -54,7 +54,7 @@ <configuration> <tasks> <property name="keys.dir" value="${basedir}/keys"/> - <delete dir="${keys.dir}"/> + <!--<delete dir="${keys.dir}"/>--> <java classname="org.wso2.carbon.utils.codegen.CodegenHelper" fork="true"> <arg value="./conf/codegen.xml"/> _______________________________________________ Wsas-java-dev mailing list [email protected] https://wso2.org/cgi-bin/mailman/listinfo/wsas-java-dev
