You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@directory.apache.org by er...@apache.org on 2005/03/07 03:24:45 UTC

svn commit: r156366 - incubator/directory/protocols/kerberos/trunk/core/project.xml

Author: erodriguez
Date: Sun Mar  6 18:24:44 2005
New Revision: 156366

URL: http://svn.apache.org/viewcvs?view=rev&rev=156366
Log:
Updated kerberos-core POM.

Modified:
    incubator/directory/protocols/kerberos/trunk/core/project.xml

Modified: incubator/directory/protocols/kerberos/trunk/core/project.xml
URL: http://svn.apache.org/viewcvs/incubator/directory/protocols/kerberos/trunk/core/project.xml?view=diff&r1=156365&r2=156366
==============================================================================
--- incubator/directory/protocols/kerberos/trunk/core/project.xml (original)
+++ incubator/directory/protocols/kerberos/trunk/core/project.xml Sun Mar  6 18:24:44 2005
@@ -1,22 +1,14 @@
 <?xml version="1.0" encoding="UTF-8"?>
-
 <project>
   <extend>${basedir}/../project.xml</extend>
-  <pomVersion>1</pomVersion>
+  <pomVersion>3</pomVersion>
   <artifactId>kerberos-core</artifactId>
-  <groupId>incubator-directory</groupId>
-  <id>kerberos-core</id>
+  <groupId>directory</groupId>
   <name>Kerberos Server Core</name>
   <package>org.apache.kerberos</package>
   <inceptionYear>2004</inceptionYear>
   <shortDescription>The Apache Kerberos Server Core</shortDescription>
-  <description>A Kerberos 5 protocol server.</description>
-  
-  <properties>
-    <osgi.import.package></osgi.import.package>
-    <osgi.import.package>org.apache.kerberos.io.decoder,org.apache.kerberos.io.encoder,org.osgi.framework,org.apache.kerberos.kdc,org.apache.kerberos.messages</osgi.import.package>
-  </properties>
-  
+  <description>The POJO core for a Kerberos 5 protocol server.</description>
   <dependencies>
     <dependency>
       <groupId>incubator-directory</groupId>
@@ -29,24 +21,17 @@
       <version>124</version>
       <properties>
         <gump.project>bcprov</gump.project>
-        <osgi.jar.bundle>true</osgi.jar.bundle>
       </properties>
     </dependency>
     <dependency>
       <groupId>incubator-directory</groupId>
       <artifactId>asn1-der</artifactId>
       <version>0.3-SNAPSHOT</version>
-      <properties>
-        <osgi.jar.bundle>true</osgi.jar.bundle>
-      </properties>
     </dependency>
     <dependency>
       <groupId>incubator-directory</groupId>
       <artifactId>ldap-common</artifactId>
       <version>0.9-SNAPSHOT</version>
-      <properties>
-        <osgi.jar.bundle>true</osgi.jar.bundle>
-      </properties>
     </dependency>
   </dependencies>
 </project>