[Carbon-commits] [Carbon] svn commit r92271 - in trunk/carbon/features/bam: org.wso2.carbon.bam.server.feature org.wso2.carbon.bam.ui.feature

buddhikac at wso2.com buddhikac at wso2.com
Fri Apr 22 01:58:05 PDT 2011


Author: buddhikac
Date: Fri Apr 22 01:58:05 2011
New Revision: 92271
URL: http://wso2.org/svn/browse/wso2?view=rev&revision=92271

Log:
Fixing BAM feature properties issue.


Modified:
   trunk/carbon/features/bam/org.wso2.carbon.bam.server.feature/pom.xml
   trunk/carbon/features/bam/org.wso2.carbon.bam.ui.feature/pom.xml

Modified: trunk/carbon/features/bam/org.wso2.carbon.bam.server.feature/pom.xml
URL: http://wso2.org/svn/browse/wso2/trunk/carbon/features/bam/org.wso2.carbon.bam.server.feature/pom.xml?rev=92271&r1=92270&r2=92271&view=diff
==============================================================================
--- trunk/carbon/features/bam/org.wso2.carbon.bam.server.feature/pom.xml	(original)
+++ trunk/carbon/features/bam/org.wso2.carbon.bam.server.feature/pom.xml	Fri Apr 22 01:58:05 2011
@@ -83,22 +83,31 @@
                         <configuration>
                             <id>org.wso2.carbon.bam.server</id>
                             <propertiesFile>../../feature.properties</propertiesFile>
-                            <properties>
-                                <propertyDef>org.wso2.carbon.p2.category.type:server</propertyDef>
-                                <propertyDef>org.eclipse.equinox.p2.type.group:false</propertyDef>
-                            </properties>
+                            <adviceFile>
+                                <properties>
+                                    <propertyDef>org.wso2.carbon.p2.category.type:server
+                                    </propertyDef>
+                                    <propertyDef>org.eclipse.equinox.p2.type.group:false
+                                    </propertyDef>
+                                </properties>
+                            </adviceFile>
                             <bundles>
                                 <bundleDef>org.wso2.carbon:org.wso2.carbon.bam.core</bundleDef>
                                 <bundleDef>org.wso2.carbon:org.wso2.carbon.bam.common</bundleDef>
                                 <bundleDef>org.wso2.carbon:org.wso2.carbon.bam.util</bundleDef>
                                 <bundleDef>org.wso2.carbon:org.wso2.carbon.bam.cep</bundleDef>
-                                <bundleDef>org.wso2.carbon:org.wso2.carbon.bam.services.stub</bundleDef>
-                                <bundleDef>org.wso2.carbon:org.wso2.carbon.operation.mgt.stub</bundleDef>
-                                <bundleDef>org.wso2.carbon:org.wso2.carbon.service.mgt.stub</bundleDef>
-                                <bundleDef>org.wso2.carbon:org.wso2.carbon.statistics.stub</bundleDef>
+                                <bundleDef>org.wso2.carbon:org.wso2.carbon.bam.services.stub
+                                </bundleDef>
+                                <bundleDef>org.wso2.carbon:org.wso2.carbon.operation.mgt.stub
+                                </bundleDef>
+                                <bundleDef>org.wso2.carbon:org.wso2.carbon.service.mgt.stub
+                                </bundleDef>
+                                <bundleDef>org.wso2.carbon:org.wso2.carbon.statistics.stub
+                                </bundleDef>
                             </bundles>
                             <importFeatures>
-                                <importFeatureDef>org.wso2.carbon.core.server:${wso2carbon.version}</importFeatureDef>
+                                <importFeatureDef>org.wso2.carbon.core.server:${wso2carbon.version}
+                                </importFeatureDef>
                             </importFeatures>
                         </configuration>
                     </execution>

Modified: trunk/carbon/features/bam/org.wso2.carbon.bam.ui.feature/pom.xml
URL: http://wso2.org/svn/browse/wso2/trunk/carbon/features/bam/org.wso2.carbon.bam.ui.feature/pom.xml?rev=92271&r1=92270&r2=92271&view=diff
==============================================================================
--- trunk/carbon/features/bam/org.wso2.carbon.bam.ui.feature/pom.xml	(original)
+++ trunk/carbon/features/bam/org.wso2.carbon.bam.ui.feature/pom.xml	Fri Apr 22 01:58:05 2011
@@ -30,7 +30,8 @@
     <packaging>pom</packaging>
     <name>WSO2 Carbon - BAM Management UI Feature</name>
     <url>http://wso2.org</url>
-    <description>This feature contains the bundles required for BAM front-end functionality</description>
+    <description>This feature contains the bundles required for BAM front-end functionality
+    </description>
 
     <dependencies>
         <dependency>
@@ -63,17 +64,20 @@
                         <configuration>
                             <id>org.wso2.carbon.bam.ui</id>
                             <propertiesFile>../../feature.properties</propertiesFile>
-                            <properties>
-                                <propertyDef>org.wso2.carbon.p2.category.type:console</propertyDef>
-                                <propertyDef>org.eclipse.equinox.p2.type.group:false</propertyDef>
-                            </properties>
+                            <adviceFile>
+                                <properties>
+                                    <propertyDef>org.wso2.carbon.p2.category.type:console</propertyDef>
+                                    <propertyDef>org.eclipse.equinox.p2.type.group:false</propertyDef>
+                                </properties>
+                            </adviceFile>
                             <bundles>
                                 <bundleDef>org.wso2.carbon:org.wso2.carbon.bam.ui</bundleDef>
                                 <bundleDef>org.wso2.carbon:org.wso2.carbon.bam.gauges.ui</bundleDef>
                                 <bundleDef>org.wso2.carbon:org.wso2.carbon.bam.stub</bundleDef>
                             </bundles>
                             <importFeatures>
-                                <importFeatureDef>org.wso2.carbon.core.ui:${wso2carbon.version}</importFeatureDef>
+                                <importFeatureDef>org.wso2.carbon.core.ui:${wso2carbon.version}
+                                </importFeatureDef>
                             </importFeatures>
                         </configuration>
                     </execution>


More information about the Carbon-commits mailing list