Author: azeez Date: Thu Oct 30 23:39:09 2008 New Revision: 23151 URL: http://wso2.org/svn/browse/wso2?view=rev&revision=23151
Log: Added operation mgt dep 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=23151&r1=23150&r2=23151&view=diff ============================================================================== --- trunk/wsas/java/carbon/distribution/bin.xml (original) +++ trunk/wsas/java/carbon/distribution/bin.xml Thu Oct 30 23:39:09 2008 @@ -113,6 +113,8 @@ <include>org.wso2.carbon:org.wso2.carbon.service.mgt:jar</include> <include>org.wso2.carbon:org.wso2.carbon.service.mgt.ui:jar</include> + <include>org.wso2.carbon:org.wso2.carbon.operation.mgt:jar</include> + <include>org.wso2.carbon:org.wso2.carbon.operation.mgt.ui:jar</include> <include>org.wso2.carbon:org.wso2.carbon.server.admin:jar</include> <include>org.wso2.carbon:org.wso2.carbon.server.admin.ui:jar</include> <include>org.wso2.carbon:org.wso2.carbon.statistics:jar</include> Modified: trunk/wsas/java/carbon/distribution/pom.xml URL: http://wso2.org/svn/browse/wso2/trunk/wsas/java/carbon/distribution/pom.xml?rev=23151&r1=23150&r2=23151&view=diff ============================================================================== --- trunk/wsas/java/carbon/distribution/pom.xml (original) +++ trunk/wsas/java/carbon/distribution/pom.xml Thu Oct 30 23:39:09 2008 @@ -248,6 +248,18 @@ <dependency> <groupId>org.wso2.carbon</groupId> + <artifactId>org.wso2.carbon.operation.mgt</artifactId> + <version>SNAPSHOT</version> + </dependency> + + <dependency> + <groupId>org.wso2.carbon</groupId> + <artifactId>org.wso2.carbon.operation.mgt.ui</artifactId> + <version>SNAPSHOT</version> + </dependency> + + <dependency> + <groupId>org.wso2.carbon</groupId> <artifactId>org.wso2.carbon.transport.mgt</artifactId> <version>SNAPSHOT</version> </dependency> _______________________________________________ Wsas-java-dev mailing list [email protected] http://mailman.wso2.org/cgi-bin/mailman/listinfo/wsas-java-dev
