You are viewing a plain text version of this content. The canonical link for it is here.
Posted to server-dev@james.apache.org by no...@apache.org on 2010/09/11 19:14:36 UTC

svn commit: r996177 - /james/imap/trunk/parent/pom.xml

Author: norman
Date: Sat Sep 11 17:14:35 2010
New Revision: 996177

URL: http://svn.apache.org/viewvc?rev=996177&view=rev
Log:
Include mailbox package in osgi export

Modified:
    james/imap/trunk/parent/pom.xml

Modified: james/imap/trunk/parent/pom.xml
URL: http://svn.apache.org/viewvc/james/imap/trunk/parent/pom.xml?rev=996177&r1=996176&r2=996177&view=diff
==============================================================================
--- james/imap/trunk/parent/pom.xml (original)
+++ james/imap/trunk/parent/pom.xml Sat Sep 11 17:14:35 2010
@@ -104,7 +104,7 @@
         <extensions>true</extensions>
         <configuration>
           <instructions>
-            <Export-Package>org.apache.james.imap.*</Export-Package>
+            <Export-Package>org.apache.james.imap.*,org.apache.james.mailbox.*</Export-Package>
             <Embed-Dependency>*;scope=runtime</Embed-Dependency>
           </instructions>
         </configuration>



---------------------------------------------------------------------
To unsubscribe, e-mail: server-dev-unsubscribe@james.apache.org
For additional commands, e-mail: server-dev-help@james.apache.org