I have changed the webapp-mgt UI pom as follows
<build>
<plugins>
<plugin>
<groupId>org.apache.felix</groupId>
<artifactId>maven-bundle-plugin</artifactId>
<version>1.4.0</version>
<extensions>true</extensions>
<configuration>
<instructions>
<Bundle-SymbolicName>${pom.artifactId}</Bundle-SymbolicName>
<Bundle-Name>${pom.artifactId}</Bundle-Name>
<Export-Package>
!org.wso2.carbon.webapp.mgt.ui.internal,
*
org.wso2.carbon.webapp.mgt.ui.*;version="${carbon.platform.package.export.version}"
*
</Export-Package>
<Bundle-Activator>
org.wso2.carbon.webapp.mgt.ui.internal.WebappManagementUIActivator
</Bundle-Activator>
<Private-Package>org.wso2.carbon.webapp.mgt.ui.internal</Private-Package>
<Carbon-Component>UIBundle</Carbon-Component>
<Import-Package>
!org.wso2.carbon.webapp.mgt.ui.*,
*
org.wso2.carbon.webapp.mgt.stub.*;version="${carbon.platform.package.import.version.range}",
*
org.apache.axis2.*;
version="${axis2.osgi.version.range.service-mgt}",
org.apache.axiom.*;
version="${axiom.osgi.version.range.service-mgt}",
*;resolution:=optional
</Import-Package>
</instructions>
</configuration>
</plugin>
</plugins>
</build>
On Fri, Apr 1, 2011 at 8:39 AM, Afkham Azeez <[email protected]> wrote:
> See attachment of webapp-mgt-ui component.
>
> Isuru,
> Why have you put the split package statement? Why have you imported the
> export version instead of the version range?
>
> I think many other components will have the same issue.
>
> Team,
> Please revisit/review all the components you changed and make sure that no
> mistakes have been made.
>
> --
> *Afkham Azeez*
> Senior Software Architect & Senior Manager; WSO2, Inc.; http://wso2.com,
> *
> *
> *Member; Apache Software Foundation;
> **http://www.apache.org/*<http://www.apache.org/>
> *
> email: **[email protected]* <[email protected]>* cell: +94 77 3320919
> blog: **http://blog.afkham.org* <http://blog.afkham.org>*
> twitter: **http://twitter.com/afkham_azeez*<http://twitter.com/afkham_azeez>
> *
> linked-in: **http://lk.linkedin.com/in/afkhamazeez*
> *
> *
> *Lean . Enterprise . Middleware*
>
>
--
*Afkham Azeez*
Senior Software Architect & Senior Manager; WSO2, Inc.; http://wso2.com,
*
*
*Member; Apache Software Foundation;
**http://www.apache.org/*<http://www.apache.org/>
*
email: **[email protected]* <[email protected]>* cell: +94 77 3320919
blog: **http://blog.afkham.org* <http://blog.afkham.org>*
twitter: **http://twitter.com/afkham_azeez*<http://twitter.com/afkham_azeez>
*
linked-in: **http://lk.linkedin.com/in/afkhamazeez*
*
*
*Lean . Enterprise . Middleware*
_______________________________________________
Carbon-dev mailing list
[email protected]
http://mail.wso2.org/cgi-bin/mailman/listinfo/carbon-dev