Author: sameera Date: Wed Aug 19 12:12:05 2009 New Revision: 43798 URL: http://wso2.org/svn/browse/wso2?view=rev&revision=43798
Log: adding synapse-core feature to esb p2 profile Modified: branches/esb/java/2.1.1/product/modules/features/p2-profile-generation/pom.xml Modified: branches/esb/java/2.1.1/product/modules/features/p2-profile-generation/pom.xml URL: http://wso2.org/svn/browse/wso2/branches/esb/java/2.1.1/product/modules/features/p2-profile-generation/pom.xml?rev=43798&r1=43797&r2=43798&view=diff ============================================================================== --- branches/esb/java/2.1.1/product/modules/features/p2-profile-generation/pom.xml (original) +++ branches/esb/java/2.1.1/product/modules/features/p2-profile-generation/pom.xml Wed Aug 19 12:12:05 2009 @@ -263,6 +263,14 @@ <outputDirectory>target/p2-features</outputDirectory> </artifactItem> <artifactItem> + <groupId>org.wso2.carbon</groupId> + <artifactId>synapse.core.feature</artifactId> + <version>${synapse.version}</version> + <type>zip</type> + <overWrite>true</overWrite> + <outputDirectory>target/p2-features</outputDirectory> + </artifactItem> + <artifactItem> <groupId>org.wso2.esb</groupId> <artifactId>org.wso2.esb.styles.feature</artifactId> <version>${pom.version}</version> @@ -522,6 +530,10 @@ <version>${carbon.version}</version> </feature> <feature> + <id>synapse.core.feature.group</id> + <version>${synapse.version}</version> + </feature> + <feature> <id>org.wso2.esb.styles.feature.group</id> <version>${pom.version}</version> </feature> _______________________________________________ Esb-java-dev mailing list [email protected] https://wso2.org/cgi-bin/mailman/listinfo/esb-java-dev
