Author: azeez Date: Wed Nov 12 06:59:14 2008 New Revision: 23732 URL: http://wso2.org/svn/browse/wso2?view=rev&revision=23732
Log: Fixing the duplicate file problem: Modified: trunk/wsas/java/carbon/distribution/bin.xml trunk/wsas/java/carbon/distribution/pom.xml Modified: trunk/wsas/java/carbon/distribution/bin.xml URL: http://wso2.org/svn/browse/wso2/trunk/wsas/java/carbon/distribution/bin.xml?rev=23732&r1=23731&r2=23732&view=diff ============================================================================== --- trunk/wsas/java/carbon/distribution/bin.xml (original) +++ trunk/wsas/java/carbon/distribution/bin.xml Wed Nov 12 06:59:14 2008 @@ -15,6 +15,7 @@ <exclude>**/services/sample01.aar</exclude> <exclude>**/services/echo/**</exclude> <exclude>**/repository/services/version/**</exclude> + <exclude>**/pom.xml</exclude> </excludes> </fileSet> <fileSet> Modified: trunk/wsas/java/carbon/distribution/pom.xml URL: http://wso2.org/svn/browse/wso2/trunk/wsas/java/carbon/distribution/pom.xml?rev=23732&r1=23731&r2=23732&view=diff ============================================================================== --- trunk/wsas/java/carbon/distribution/pom.xml (original) +++ trunk/wsas/java/carbon/distribution/pom.xml Wed Nov 12 06:59:14 2008 @@ -59,7 +59,7 @@ <!-- TODO all other Carbon --> - <dependency> + <dependency> <groupId>org.wso2.carbon</groupId> <artifactId>org.wso2.carbon.authenticator</artifactId> <version>0.7</version> _______________________________________________ Wsas-java-dev mailing list [email protected] http://mailman.wso2.org/cgi-bin/mailman/listinfo/wsas-java-dev
