Author: norman
Date: Mon Jun 27 10:14:29 2011
New Revision: 1140085
URL: http://svn.apache.org/viewvc?rev=1140085&view=rev
Log:
Fix a bit of OSGI meta-data. See JAMES-835
Modified:
james/server/trunk/container-spring/pom.xml
james/server/trunk/mailetcontainer-library/pom.xml
Modified: james/server/trunk/container-spring/pom.xml
URL:
http://svn.apache.org/viewvc/james/server/trunk/container-spring/pom.xml?rev=1140085&r1=1140084&r2=1140085&view=diff
==============================================================================
--- james/server/trunk/container-spring/pom.xml (original)
+++ james/server/trunk/container-spring/pom.xml Mon Jun 27 10:14:29 2011
@@ -30,10 +30,14 @@
<properties>
<!-- OSGI stuff -->
<james.osgi.export>
+ !org.apache.james.container.spring.resource.*,
+ !org.apache.james.container.spring.context.*,
org.apache.james.*
</james.osgi.export>
- <!-- exclude spring web support for now -->
+ <!-- exclude spring web support and commons-daemon for now -->
<james.osgi.import>
+ !org.apache.commons.commons.daemon.*,
+ !org.apache.james.mailbox.copier.*,
!org.springframework.web.*,
*
</james.osgi.import>
Modified: james/server/trunk/mailetcontainer-library/pom.xml
URL:
http://svn.apache.org/viewvc/james/server/trunk/mailetcontainer-library/pom.xml?rev=1140085&r1=1140084&r2=1140085&view=diff
==============================================================================
--- james/server/trunk/mailetcontainer-library/pom.xml (original)
+++ james/server/trunk/mailetcontainer-library/pom.xml Mon Jun 27 10:14:29 2011
@@ -27,6 +27,16 @@
<groupId>org.apache.james</groupId>
<artifactId>james-server-mailetcontainer-library</artifactId>
<name>Apache James Server Mailetcontainer library</name>
+ <properties>
+ <!-- OSGI stuff -->
+ <james.osgi.export>
+ org.apache.james.mailetcontainer.*
+ </james.osgi.export>
+ <james.osgi.import>
+ *
+ </james.osgi.import>
+ </properties>
+
<build>
<plugins>
<plugin>
---------------------------------------------------------------------
To unsubscribe, e-mail: [email protected]
For additional commands, e-mail: [email protected]