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 02:34:03 UTC

svn commit: rev 1354 - incubator/directory/ldap/trunk/common

Author: akarasulu
Date: Thu Dec  4 17:34:02 2003
New Revision: 1354

Modified:
   incubator/directory/ldap/trunk/common/project.properties
   incubator/directory/ldap/trunk/common/project.xml
Log:
Slight adjustments.


Modified: incubator/directory/ldap/trunk/common/project.properties
==============================================================================
--- incubator/directory/ldap/trunk/common/project.properties	(original)
+++ incubator/directory/ldap/trunk/common/project.properties	Thu Dec  4 17:34:02 2003
@@ -11,7 +11,7 @@
 
 #site.path=<directoryname>/ The default is blank.  Override this property
 #in the build.properties.  Remember to include the final forward slash.
-module.name=ldapd-common
+module.name=ldap-common
 
 # antlr configuration
 maven.antlr.grammars=

Modified: incubator/directory/ldap/trunk/common/project.xml
==============================================================================
--- incubator/directory/ldap/trunk/common/project.xml	(original)
+++ incubator/directory/ldap/trunk/common/project.xml	Thu Dec  4 17:34:02 2003
@@ -3,12 +3,13 @@
 	xsi:noNamespaceSchemaLocation="maven-project.xsd">
 	
     <pomVersion>3</pomVersion>
+    <groupId>directory</groupId>	
     <id>ldap-common</id>
-    <name>${module.name}</name>
+    <name>Common LDAP API</name>
     <currentVersion>SNAPSHOT</currentVersion>
     
     <organization>
-	<name>Apache Directory Project</name>
+        <name>Apache Software Foundation</name>
         <url>http://directory.apache.org</url>
         <logo>http://sourceforge.net/sflogo.php?group_id=64972&amp;type=2</logo>
     </organization>
@@ -173,8 +174,8 @@
         <unitTest/>
         
         <resources>
-        	<directory>${basedir}/src/java/ldapd/common/name</directory>
-        	<targetPath>ldapd/common/name</targetPath>
+		<directory>${basedir}/src/java/org/apache/ldap/common/name</directory>
+		<targetPath>org/apache/ldap/common/name</targetPath>
         	<includes>
         		antlrNameParserTokenTypes.txt,
         		antlrTypeTokenTypes.txt,