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 rd...@apache.org on 2011/05/08 13:15:33 UTC

svn commit: r1100720 - /james/mailet/ai/trunk/pom.xml

Author: rdonkin
Date: Sun May  8 11:15:33 2011
New Revision: 1100720

URL: http://svn.apache.org/viewvc?rev=1100720&view=rev
Log:
Correct package name for OSGi generation

Modified:
    james/mailet/ai/trunk/pom.xml

Modified: james/mailet/ai/trunk/pom.xml
URL: http://svn.apache.org/viewvc/james/mailet/ai/trunk/pom.xml?rev=1100720&r1=1100719&r2=1100720&view=diff
==============================================================================
--- james/mailet/ai/trunk/pom.xml (original)
+++ james/mailet/ai/trunk/pom.xml Sun May  8 11:15:33 2011
@@ -344,7 +344,7 @@ OSGI
          <extensions>true</extensions>
          <configuration>
             <instructions>
-               <Export-Package>org.apache.james.mime4j.*</Export-Package>
+               <Export-Package>org.apache.james.ai.*</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