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/16 02:45:38 UTC

svn commit: rev 1429 - incubator/directory/ldap/trunk/eve/backend/schema/common/api

Author: akarasulu
Date: Mon Dec 15 17:45:38 2003
New Revision: 1429

Modified:
   incubator/directory/ldap/trunk/eve/backend/schema/common/api/project.xml
Log:
Correcting move operation's effects in build file


Modified: incubator/directory/ldap/trunk/eve/backend/schema/common/api/project.xml
==============================================================================
--- incubator/directory/ldap/trunk/eve/backend/schema/common/api/project.xml	(original)
+++ incubator/directory/ldap/trunk/eve/backend/schema/common/api/project.xml	Mon Dec 15 17:45:38 2003
@@ -1,18 +1,18 @@
 <?xml version="1.0" encoding="ISO-8859-1"?>
 <project>
-    <extend>${basedir}/../../../project.xml</extend>
+    <extend>${basedir}/../../../../project.xml</extend>
     <groupId>directory</groupId>
-    <id>eve-backend-schema-api</id>
+    <id>eve-backend-schema-common-api</id>
   
-    <name>Eve Backend Schema API</name>
+    <name>Eve Backend Common Schema API</name>
     <package>org.apache.eve.schema</package>
     <currentVersion>SNAPSHOT</currentVersion>
     <inceptionYear>2002</inceptionYear>
       
-    <shortDescription>Eve Backend Schema API</shortDescription>
+    <shortDescription>Eve Backend Common Schema API</shortDescription>
 
     <description>
-        Set of public interfaces dealing with LDAP and X.500 schema objects.
+        Set of common interfaces dealing with LDAP and X.500 schema objects.
     </description>
       
     <dependencies>