Author: isuru Date: Wed Jul 15 05:30:36 2009 New Revision: 41313 URL: http://wso2.org/svn/browse/wso2?view=rev&revision=41313
Log: adding apps Modified: trunk/esb/java/modules/distribution/pom.xml trunk/esb/java/modules/distribution/src/main/assembly/dist.xml Modified: trunk/esb/java/modules/distribution/pom.xml URL: http://wso2.org/svn/browse/wso2/trunk/esb/java/modules/distribution/pom.xml?rev=41313&r1=41312&r2=41313&view=diff ============================================================================== --- trunk/esb/java/modules/distribution/pom.xml (original) +++ trunk/esb/java/modules/distribution/pom.xml Wed Jul 15 05:30:36 2009 @@ -1107,6 +1107,30 @@ <artifactId>bcprov-jdk15</artifactId> <version>132</version> </dependency> + + <dependency> + <groupId>org.wso2.carbon</groupId> + <artifactId>org.wso2.carbon.application.deployer.synapse</artifactId> + <version>0.0.0.SNAPSHOT</version> + </dependency> + + <dependency> + <groupId>org.wso2.carbon</groupId> + <artifactId>org.wso2.carbon.application.mgt.ui</artifactId> + <version>0.0.0.SNAPSHOT</version> + </dependency> + + <dependency> + <groupId>org.wso2.carbon</groupId> + <artifactId>org.wso2.carbon.application.upload</artifactId> + <version>0.0.0.SNAPSHOT</version> + </dependency> + + <dependency> + <groupId>org.wso2.carbon</groupId> + <artifactId>org.wso2.carbon.application.mgt</artifactId> + <version>0.0.0.SNAPSHOT</version> + </dependency> </dependencies> Modified: trunk/esb/java/modules/distribution/src/main/assembly/dist.xml URL: http://wso2.org/svn/browse/wso2/trunk/esb/java/modules/distribution/src/main/assembly/dist.xml?rev=41313&r1=41312&r2=41313&view=diff ============================================================================== --- trunk/esb/java/modules/distribution/src/main/assembly/dist.xml (original) +++ trunk/esb/java/modules/distribution/src/main/assembly/dist.xml Wed Jul 15 05:30:36 2009 @@ -39,6 +39,9 @@ <include>org.wso2.carbon:org.wso2.carbon.task:jar</include> <include>org.wso2.carbon:org.wso2.carbon.task.services:jar</include> <include>org.wso2.carbon:org.wso2.carbon.startup:jar</include> + <include>org.wso2.carbon:org.wso2.carbon.application.upload:jar</include> + <include>org.wso2.carbon:org.wso2.carbon.application.mgt:jar</include> + <include>org.wso2.carbon:org.wso2.carbon.application.deployer.synapse:jar</include> <include>org.wso2.carbon:org.wso2.carbon.datasource:jar</include> <include>org.wso2.carbon:org.wso2.carbon.mediation.configadmin:jar</include> @@ -155,6 +158,7 @@ <include>org.wso2.carbon:org.wso2.carbon.caching.ui:jar</include> <include>org.wso2.carbon:org.wso2.carbon.tracer.ui:jar</include> <include>org.wso2.carbon:org.wso2.carbon.transport.mgt.ui:jar</include> + <include>org.wso2.carbon:org.wso2.carbon.application.mgt.ui:jar</include> <include>org.wso2.carbon:org.wso2.carbon.tryit.external.ui:jar</include> _______________________________________________ Esb-java-dev mailing list [email protected] https://wso2.org/cgi-bin/mailman/listinfo/esb-java-dev
