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 2006/12/13 23:41:32 UTC

svn commit: r486877 - in /directory/branches/trunks/schema2/apacheds: core-schema/ schema-base/ schema-base/pom.xml

Author: akarasulu
Date: Wed Dec 13 14:41:32 2006
New Revision: 486877

URL: http://svn.apache.org/viewvc?view=rev&rev=486877
Log:
prep for schema module

Added:
    directory/branches/trunks/schema2/apacheds/schema-base/
      - copied from r486821, directory/branches/trunks/schema2/apacheds/core-schema/
Removed:
    directory/branches/trunks/schema2/apacheds/core-schema/
Modified:
    directory/branches/trunks/schema2/apacheds/schema-base/pom.xml

Modified: directory/branches/trunks/schema2/apacheds/schema-base/pom.xml
URL: http://svn.apache.org/viewvc/directory/branches/trunks/schema2/apacheds/schema-base/pom.xml?view=diff&rev=486877&r1=486821&r2=486877
==============================================================================
--- directory/branches/trunks/schema2/apacheds/schema-base/pom.xml (original)
+++ directory/branches/trunks/schema2/apacheds/schema-base/pom.xml Wed Dec 13 14:41:32 2006
@@ -6,34 +6,11 @@
     <artifactId>build</artifactId>
     <version>1.5.0-SNAPSHOT</version>
   </parent>
-  <artifactId>apacheds-core-schema</artifactId>
-  <name>ApacheDS Core Schema Services</name>
+  <artifactId>apacheds-schema-base</artifactId>
+  <name>ApacheDS Schema Base</name>
   <description>
-    An OSGi bundle containing all the schema service interfaces for 
-    ApacheDS' core.
+    Common schema classes and interfaces used by the server.
   </description>
-  <packaging>osgi-bundle</packaging>
-  <build>
-    <plugins>
-      <plugin>
-        <groupId>org.apache.felix.plugins</groupId>
-        <artifactId>maven-osgi-plugin</artifactId>
-        <version>0.8-SNAPSHOT</version>
-        <extensions>true</extensions>
-        <configuration>
-          <osgiManifest>
-            <bundleName>Schema Registry Services</bundleName>
-            <bundleDescription>
-              Schema subsystem registry service interfaces.
-            </bundleDescription>
-            <bundleSymbolicName>
-              org.apache.directory.server.schema
-            </bundleSymbolicName>
-            <importPackage>org.apache.directory.shared.ldap</importPackage>
-          </osgiManifest>
-        </configuration>
-      </plugin>
-    </plugins>
-  </build>
+  <packaging>jar</packaging>
 </project>