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:11:16 UTC

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

Author: norman
Date: Sat Sep 11 17:11:16 2010
New Revision: 996175

URL: http://svn.apache.org/viewvc?rev=996175&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=996175&r1=996174&r2=996175&view=diff
==============================================================================
--- james/imap/trunk/parent/pom.xml (original)
+++ james/imap/trunk/parent/pom.xml Sat Sep 11 17:11:16 2010
@@ -27,16 +27,16 @@
   <groupId>org.apache.james</groupId>
   <artifactId>apache-james-imap-parent</artifactId>
   <name>Apache JAMES Imap Parent pom</name>
-  <version>0.1-M2-SNAPSHOT</version>
+  <version>0.1</version>
   <description>The Apache JAMES Imap Protocol</description>
   <url>http://james.apache.org/imap/</url>
   <inceptionYear>2002</inceptionYear>
   <packaging>pom</packaging>
 
   <scm>
-    <connection>scm:svn:http://svn.apache.org/repos/asf/james/imap/trunk</connection>
-    <developerConnection>scm:svn:https://svn.apache.org/repos/asf/james/imap/trunk</developerConnection>
-    <url>http://svn.apache.org/viewcvs.cgi/james/imap/trunk?root=Apache-SVN</url>
+    <connection>scm:svn:http://svn.apache.org/repos/asf/james/imap/tags/apache-james-imap-0.1</connection>
+    <developerConnection>scm:svn:https://svn.apache.org/repos/asf/james/imap/tags/apache-james-imap-0.1</developerConnection>
+    <url>http://svn.apache.org/viewcvs.cgi/james/imap/trunk/tags/apache-james-imap-0.1?root=Apache-SVN</url>
   </scm>
 
 <repositories>
@@ -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