Author: ruwan
Date: Tue May  5 20:04:26 2009
New Revision: 35054
URL: http://wso2.org/svn/browse/wso2?view=rev&revision=35054

Log:
cleanup bundle manifest generation

Modified:
   trunk/esb/java/modules/styles/pom.xml

Modified: trunk/esb/java/modules/styles/pom.xml
URL: 
http://wso2.org/svn/browse/wso2/trunk/esb/java/modules/styles/pom.xml?rev=35054&r1=35053&r2=35054&view=diff
==============================================================================
--- trunk/esb/java/modules/styles/pom.xml       (original)
+++ trunk/esb/java/modules/styles/pom.xml       Tue May  5 20:04:26 2009
@@ -56,14 +56,8 @@
                         
<Bundle-SymbolicName>${pom.artifactId}</Bundle-SymbolicName>
                         <Bundle-Name>${pom.artifactId}</Bundle-Name>
                         <Bundle-Version>1.0.0</Bundle-Version>
-                        <Import-Package>
-                            org.osgi.framework,
-                            org.osgi.service.http,
-                            org.wso2.carbon.ui,
-                            *;resolution:=optional
-                        </Import-Package>
-                        <Private-Package>org.wso2.esb.styles</Private-Package>
                         <Fragment-Host>org.wso2.carbon.ui</Fragment-Host>
+                        <Private-Package>*</Private-Package>
                     </instructions>
                 </configuration>
             </plugin>

_______________________________________________
Esb-java-dev mailing list
[email protected]
https://wso2.org/cgi-bin/mailman/listinfo/esb-java-dev

Reply via email to