You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@directory.apache.org by el...@apache.org on 2011/10/17 16:53:46 UTC

svn commit: r1185230 - /directory/shared/trunk/ldap/schema/data/pom.xml

Author: elecharny
Date: Mon Oct 17 14:53:46 2011
New Revision: 1185230

URL: http://svn.apache.org/viewvc?rev=1185230&view=rev
Log:
Applied Göktürk patch for DIRSERVER-1669

Modified:
    directory/shared/trunk/ldap/schema/data/pom.xml

Modified: directory/shared/trunk/ldap/schema/data/pom.xml
URL: http://svn.apache.org/viewvc/directory/shared/trunk/ldap/schema/data/pom.xml?rev=1185230&r1=1185229&r2=1185230&view=diff
==============================================================================
--- directory/shared/trunk/ldap/schema/data/pom.xml (original)
+++ directory/shared/trunk/ldap/schema/data/pom.xml Mon Oct 17 14:53:46 2011
@@ -140,7 +140,9 @@
           <instructions>
             <Bundle-SymbolicName>${project.groupId}.${project.artifactId}</Bundle-SymbolicName>
             <Export-Package>
-                {local-packages};version=${project.version};-noimport:=true
+                {local-packages};version=${project.version};-noimport:=true,
+                org.apache.directory.shared.ldap.schemaextractor.impl;version="${project.version}";-noimport:=true,
+                org.apache.directory.shared.ldap.schemamanager.impl;version="${project.version}";-noimport:=true
             </Export-Package>
           </instructions>
         </configuration>