You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@directory.apache.org by ak...@apache.org on 2011/01/26 01:42:08 UTC

svn commit: r1063538 - in /directory/shared/trunk/ldap-model: pom.xml xdocs/

Author: akarasulu
Date: Wed Jan 26 00:42:07 2011
New Revision: 1063538

URL: http://svn.apache.org/viewvc?rev=1063538&view=rev
Log:
some modifications to the pom and removing xdocs from ldap

Removed:
    directory/shared/trunk/ldap-model/xdocs/
Modified:
    directory/shared/trunk/ldap-model/pom.xml

Modified: directory/shared/trunk/ldap-model/pom.xml
URL: http://svn.apache.org/viewvc/directory/shared/trunk/ldap-model/pom.xml?rev=1063538&r1=1063537&r2=1063538&view=diff
==============================================================================
--- directory/shared/trunk/ldap-model/pom.xml (original)
+++ directory/shared/trunk/ldap-model/pom.xml Wed Jan 26 00:42:07 2011
@@ -25,10 +25,10 @@
     <version>0.9.20-SNAPSHOT</version>
   </parent>
   
-  <artifactId>shared-ldap</artifactId>
-  <name>Apache Directory Shared LDAP</name>
+  <artifactId>shared-ldap-model</artifactId>
+  <name>Apache Directory Shared LDAP Model</name>
   <packaging>bundle</packaging>
-  <description>Common LDAP packages used by clients and servers</description>
+  <description>The LDAP Domain Model: used by clients and servers.</description>
 
   <dependencies>
     <dependency>
@@ -138,18 +138,9 @@
         <configuration>
           <manifestLocation>META-INF</manifestLocation>
           <instructions>
-            <Bundle-SymbolicName>${project.groupId}.ldap</Bundle-SymbolicName>
+            <Bundle-SymbolicName>${project.groupId}.ldap.model</Bundle-SymbolicName>
             <Export-Package>
-              org.apache.directory.shared.ldap.aci*,
-              org.apache.directory.shared.ldap.codec*,
-              org.apache.directory.shared.ldap.csn,
-              org.apache.directory.shared.ldap.entry.client,
-              org.apache.directory.shared.ldap.message*,
-              org.apache.directory.shared.ldap.model*,
-              org.apache.directory.shared.ldap.sp,
-              org.apache.directory.shared.ldap.subtree,
-              org.apache.directory.shared.ldap.trigger,
-              org.apache.directory.shared.ldap.util*
+              org.apache.directory.shared.ldap.model*
             </Export-Package>
           </instructions>
         </configuration>