[Carbon-commits] [Carbon] svn commit r52830 - in trunk/carbon/org.wso2.carbon.ui.menu: . org.wso2.carbon.ui.menu.general org.wso2.carbon.ui.menu.governance org.wso2.carbon.ui.menu.registry org.wso2.carbon.ui.menu.tools
ruwan at wso2.com
ruwan at wso2.com
Sun Jan 10 02:17:10 PST 2010
Author: ruwan
Date: Sun Jan 10 02:17:08 2010
New Revision: 52830
URL: http://wso2.org/svn/browse/wso2?view=rev&revision=52830
Log:
reformating
Modified:
trunk/carbon/org.wso2.carbon.ui.menu/org.wso2.carbon.ui.menu.general/pom.xml
trunk/carbon/org.wso2.carbon.ui.menu/org.wso2.carbon.ui.menu.governance/pom.xml
trunk/carbon/org.wso2.carbon.ui.menu/org.wso2.carbon.ui.menu.registry/pom.xml
trunk/carbon/org.wso2.carbon.ui.menu/org.wso2.carbon.ui.menu.tools/pom.xml
trunk/carbon/org.wso2.carbon.ui.menu/pom.xml
Modified: trunk/carbon/org.wso2.carbon.ui.menu/org.wso2.carbon.ui.menu.general/pom.xml
URL: http://wso2.org/svn/browse/wso2/trunk/carbon/org.wso2.carbon.ui.menu/org.wso2.carbon.ui.menu.general/pom.xml?rev=52830&r1=52829&r2=52830&view=diff
==============================================================================
--- trunk/carbon/org.wso2.carbon.ui.menu/org.wso2.carbon.ui.menu.general/pom.xml (original)
+++ trunk/carbon/org.wso2.carbon.ui.menu/org.wso2.carbon.ui.menu.general/pom.xml Sun Jan 10 02:17:08 2010
@@ -51,6 +51,7 @@
<Bundle-SymbolicName>${pom.artifactId}</Bundle-SymbolicName>
<Bundle-Name>${pom.artifactId}</Bundle-Name>
<Export-Package>*</Export-Package>
+ <Import-Package></Import-Package>
<Bundle-ClassPath>.</Bundle-ClassPath>
<Fragment-Host>org.wso2.carbon.ui</Fragment-Host>
</instructions>
@@ -58,4 +59,5 @@
</plugin>
</plugins>
</build>
+
</project>
Modified: trunk/carbon/org.wso2.carbon.ui.menu/org.wso2.carbon.ui.menu.governance/pom.xml
URL: http://wso2.org/svn/browse/wso2/trunk/carbon/org.wso2.carbon.ui.menu/org.wso2.carbon.ui.menu.governance/pom.xml?rev=52830&r1=52829&r2=52830&view=diff
==============================================================================
--- trunk/carbon/org.wso2.carbon.ui.menu/org.wso2.carbon.ui.menu.governance/pom.xml (original)
+++ trunk/carbon/org.wso2.carbon.ui.menu/org.wso2.carbon.ui.menu.governance/pom.xml Sun Jan 10 02:17:08 2010
@@ -50,7 +50,8 @@
<instructions>
<Bundle-SymbolicName>${pom.artifactId}</Bundle-SymbolicName>
<Bundle-Name>${pom.artifactId}</Bundle-Name>
- <Export-Package>*</Export-Package>
+ <Export-Package>!*</Export-Package>
+ <Import-Package></Import-Package>
<Bundle-ClassPath>.</Bundle-ClassPath>
<Fragment-Host>org.wso2.carbon.ui</Fragment-Host>
</instructions>
@@ -58,4 +59,5 @@
</plugin>
</plugins>
</build>
+
</project>
Modified: trunk/carbon/org.wso2.carbon.ui.menu/org.wso2.carbon.ui.menu.registry/pom.xml
URL: http://wso2.org/svn/browse/wso2/trunk/carbon/org.wso2.carbon.ui.menu/org.wso2.carbon.ui.menu.registry/pom.xml?rev=52830&r1=52829&r2=52830&view=diff
==============================================================================
--- trunk/carbon/org.wso2.carbon.ui.menu/org.wso2.carbon.ui.menu.registry/pom.xml (original)
+++ trunk/carbon/org.wso2.carbon.ui.menu/org.wso2.carbon.ui.menu.registry/pom.xml Sun Jan 10 02:17:08 2010
@@ -51,6 +51,7 @@
<Bundle-SymbolicName>${pom.artifactId}</Bundle-SymbolicName>
<Bundle-Name>${pom.artifactId}</Bundle-Name>
<Export-Package>*</Export-Package>
+ <Import-Package></Import-Package>
<Bundle-ClassPath>.</Bundle-ClassPath>
<Fragment-Host>org.wso2.carbon.ui</Fragment-Host>
</instructions>
@@ -58,4 +59,5 @@
</plugin>
</plugins>
</build>
+
</project>
Modified: trunk/carbon/org.wso2.carbon.ui.menu/org.wso2.carbon.ui.menu.tools/pom.xml
URL: http://wso2.org/svn/browse/wso2/trunk/carbon/org.wso2.carbon.ui.menu/org.wso2.carbon.ui.menu.tools/pom.xml?rev=52830&r1=52829&r2=52830&view=diff
==============================================================================
--- trunk/carbon/org.wso2.carbon.ui.menu/org.wso2.carbon.ui.menu.tools/pom.xml (original)
+++ trunk/carbon/org.wso2.carbon.ui.menu/org.wso2.carbon.ui.menu.tools/pom.xml Sun Jan 10 02:17:08 2010
@@ -52,6 +52,7 @@
<Bundle-SymbolicName>${pom.artifactId}</Bundle-SymbolicName>
<Bundle-Name>${pom.artifactId}</Bundle-Name>
<Export-Package>*</Export-Package>
+ <Import-Package></Import-Package>
<Bundle-ClassPath>.</Bundle-ClassPath>
<Fragment-Host>org.wso2.carbon.ui</Fragment-Host>
</instructions>
@@ -59,4 +60,5 @@
</plugin>
</plugins>
</build>
+
</project>
Modified: trunk/carbon/org.wso2.carbon.ui.menu/pom.xml
URL: http://wso2.org/svn/browse/wso2/trunk/carbon/org.wso2.carbon.ui.menu/pom.xml?rev=52830&r1=52829&r2=52830&view=diff
==============================================================================
--- trunk/carbon/org.wso2.carbon.ui.menu/pom.xml (original)
+++ trunk/carbon/org.wso2.carbon.ui.menu/pom.xml Sun Jan 10 02:17:08 2010
@@ -24,7 +24,6 @@
<version>3.0.0-SNAPSHOT</version>
</parent>
-
<modelVersion>4.0.0</modelVersion>
<artifactId>carbon-ui-menu-parent</artifactId>
<packaging>pom</packaging>
@@ -32,7 +31,6 @@
<name>WSO2 Carbon - Parent Menu</name>
<url>http://wso2.org</url>
-
<modules>
<module>org.wso2.carbon.ui.menu.general</module>
<module>org.wso2.carbon.ui.menu.registry</module>
More information about the Carbon-commits
mailing list