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 2003/12/05 04:53:10 UTC

svn commit: rev 1357 - incubator/directory/ldap/trunk/server

Author: akarasulu
Date: Thu Dec  4 19:53:10 2003
New Revision: 1357

Removed:
   incubator/directory/ldap/trunk/server/LICENSE.txt
Modified:
   incubator/directory/ldap/trunk/server/maven.xml
   incubator/directory/ldap/trunk/server/project.properties
   incubator/directory/ldap/trunk/server/project.xml
Log:
more cleanup

Modified: incubator/directory/ldap/trunk/server/maven.xml
==============================================================================
--- incubator/directory/ldap/trunk/server/maven.xml	(original)
+++ incubator/directory/ldap/trunk/server/maven.xml	Thu Dec  4 19:53:10 2003
@@ -24,8 +24,8 @@
 
     <postGoal name="antlr:generate">
         <copy
-		file="target/antlr/ldapd/server/schema/antlrSchemaTokenTypes.txt"
-		toDir="target/classes/ldapd/server/schema"
+		file="target/antlr/org/apache/ldap/server/schema/antlrSchemaTokenTypes.txt"
+		toDir="target/classes/org/apache/ldap/server/schema"
                 />
     </postGoal>
 

Modified: incubator/directory/ldap/trunk/server/project.properties
==============================================================================
--- incubator/directory/ldap/trunk/server/project.properties	(original)
+++ incubator/directory/ldap/trunk/server/project.properties	Thu Dec  4 19:53:10 2003
@@ -8,7 +8,7 @@
 # Override the Modules path in build.properties
 # This defines the directory under which all of
 # the module site content will be stored.
-module.name=ldapd-server
+module.name=eve
 maven.repo.remote=http://www.ibiblio.org/maven/,http://ldapd.sourceforge.net/maven/repository/
 
 # antlr configuration

Modified: incubator/directory/ldap/trunk/server/project.xml
==============================================================================
--- incubator/directory/ldap/trunk/server/project.xml	(original)
+++ incubator/directory/ldap/trunk/server/project.xml	Thu Dec  4 19:53:10 2003
@@ -3,12 +3,13 @@
 	xsi:noNamespaceSchemaLocation="maven-project.xsd">
 	
     <pomVersion>3</pomVersion>
-    <id>ldapd-server</id>
+    <groupId>directory</groupId>	
+    <id>eve</id>
     <name>${module.name}</name>
     <currentVersion>SNAPSHOT</currentVersion>
     
     <organization>
-        <name>LDAPd Group</name>
+        <name>Apache Software Foundation</name>
         <url>http://sourceforge.net</url>
         <logo>http://sourceforge.net/sflogo.php?group_id=64972&amp;type=2</logo>
     </organization>
@@ -18,14 +19,11 @@
     <logo>/../../images/ldapd-logo.gif</logo>
 
     <description>
-	    Common LDAP packages used for protocol compliant parsing of 
-	    distinguished names, LDIFs, filters, and urls.  Also contains
-	    the Common Message API which enables a plugable interface for
-	    ASN.1 BER Message providers.
+         An LDAP version 3 server.
     </description>
 
     <shortDescription>
-	    Common LDAP packages used by clients and servers.
+	 An LDAP version 3 server.
     </shortDescription>
     
     <url>http://ldapd.sourceforge.net/${module.path}modules/${module.name}</url>
@@ -176,44 +174,22 @@
 		<url>http://avalon.apache.org/phoenix/</url>
 	</dependency>
 
-	<!--
 	<dependency>
-		<groupId></groupId>
-		<artifactId></artifactId>
-		<version></version>
-		<url>http://</url>
+            <groupId>directory</groupId>
+            <artifactId>ldap-common</artifactId>
+            <version>SNAPSHOT</version>
+            <url>http://ldapd.sourceforege.net/ldapd-common</url>
 	</dependency>
 
-	<dependency>
-		<groupId></groupId>
-		<artifactId></artifactId>
-		<version></version>
-		<url>http://</url>
-	</dependency>
+        <dependency>
+            <groupId>directory</groupId>
+            <artifactId>ldap-snacc-provider</artifactId>
+            <version>SNAPSHOT</version>
+	    <url>http://directory.apache.org/modules/eve-snacc-provider/</url>
+        </dependency>
 
-	<dependency>
-		<groupId></groupId>
-		<artifactId></artifactId>
-		<version></version>
-		<url>http://</url>
-	</dependency>
-	-->
-		<dependency>
-			<groupId>ldapd-common</groupId>
-			<artifactId>ldapd-common</artifactId>
-			<version>SNAPSHOT</version>
-			<url>http://ldapd.sourceforege.net/ldapd-common</url>
-		</dependency>
-
-		<dependency>
-			<groupId>ldapd-snacc-provider</groupId>
-			<artifactId>ldapd-snacc-provider</artifactId>
-			<version>SNAPSHOT</version>
-			<url>http://ldapd.sourceforge.net/modules/ldapd-snacc-provider/</url>
-		</dependency>
-
-		<dependency>
-			<groupId>commons-collections</groupId>
+        <dependency>
+             <groupId>commons-collections</groupId>
 			<artifactId>commons-collections</artifactId>
 			<version>2.1</version>
 			<url>http://jakarta.apache.org/commons/collections.html</url>
@@ -257,18 +233,6 @@
         <integrationUnitTestSourceDirectory/>
         <aspectSourceDirectory/>
         <unitTest/>
-        
-        <resources>
-        	<directory>${basedir}/src/java/ldapd/common/name</directory>
-        	<targetPath>ldapd/common/name</targetPath>
-        	<includes>
-        		antlrNameParserTokenTypes.txt,
-        		antlrTypeTokenTypes.txt,
-        		antlrValueParserTokenTypes.txt,
-        		antlrValueTokenTypes.txt
-        	</includes>
-        	
-       	</resources>
     </build>
     
     <reports>