Author: norman
Date: Mon Jul 4 10:00:07 2011
New Revision: 1142602
URL: http://svn.apache.org/viewvc?rev=1142602&view=rev
Log:
Add osgi metadata for ldap module. See JAMES-835
Modified:
james/server/trunk/ldap/pom.xml
Modified: james/server/trunk/ldap/pom.xml
URL:
http://svn.apache.org/viewvc/james/server/trunk/ldap/pom.xml?rev=1142602&r1=1142601&r2=1142602&view=diff
==============================================================================
--- james/server/trunk/ldap/pom.xml (original)
+++ james/server/trunk/ldap/pom.xml Mon Jul 4 10:00:07 2011
@@ -27,7 +27,15 @@
<groupId>org.apache.james</groupId>
<artifactId>james-server-ldap</artifactId>
<name>Apache James Server LDAP Data Implementation</name>
-
+ <properties>
+ <!-- OSGI stuff -->
+ <james.osgi.export>
+ org.apache.james.*,
+ </james.osgi.export>
+ <james.osgi.import>
+ *
+ </james.osgi.import>
+ </properties>
<dependencies>
<dependency>
<groupId>org.apache.james</groupId>
---------------------------------------------------------------------
To unsubscribe, e-mail: [email protected]
For additional commands, e-mail: [email protected]