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 2005/01/06 22:31:11 UTC

svn commit: r124450 - /incubator/directory/server/trunk/plugin/project.properties /incubator/directory/server/trunk/plugin/project.xml /incubator/directory/server/trunk/plugin/src/main/antlr/openldap.g

Author: akarasulu
Date: Thu Jan  6 13:31:10 2005
New Revision: 124450

URL: http://svn.apache.org/viewcvs?view=rev&rev=124450
Log:
renamed old packages and folders in props, pom and in the antlr parser grammar
Modified:
   incubator/directory/server/trunk/plugin/project.properties
   incubator/directory/server/trunk/plugin/project.xml
   incubator/directory/server/trunk/plugin/src/main/antlr/openldap.g

Modified: incubator/directory/server/trunk/plugin/project.properties
Url: http://svn.apache.org/viewcvs/incubator/directory/server/trunk/plugin/project.properties?view=diff&rev=124450&p1=incubator/directory/server/trunk/plugin/project.properties&r1=124449&p2=incubator/directory/server/trunk/plugin/project.properties&r2=124450
==============================================================================
--- incubator/directory/server/trunk/plugin/project.properties	(original)
+++ incubator/directory/server/trunk/plugin/project.properties	Thu Jan  6 13:31:10 2005
@@ -22,17 +22,17 @@
 maven.antlr.src.dir=${basedir}/src/main/antlr
 
 # eve schema configuration
-aven.eve.schema.dir=src/main/schema
-maven.eve.schemas=core,java,inetorgperson
+maven.ldap.server.schema.dir=src/main/schema
+maven.ldap.server.schemas=core,java,inetorgperson
 
-maven.eve.schema.deps.core=system
-maven.eve.schema.owner.core=cn=admin,ou=system
+maven.ldap.server.schema.deps.core=system
+maven.ldap.server.schema.owner.core=cn=admin,ou=system
 
-maven.eve.schema.deps.java=system,core
-maven.eve.schema.owner.java=cn=admin,ou=system
-maven.eve.schema.package.java=org.apache.eve.schema.optional
+maven.ldap.server.schema.deps.java=system,core
+maven.ldap.server.schema.owner.java=cn=admin,ou=system
+maven.ldap.server.schema.package.java=org.apache.ldap.server.schema.optional
 
-maven.eve.schema.deps.inetorgperson=system,core
+maven.ldap.server.schema.deps.inetorgperson=system,core
 
 maven.multiproject.type=plugin
 maven.xdoc.includeProjectDocumentation=yes

Modified: incubator/directory/server/trunk/plugin/project.xml
Url: http://svn.apache.org/viewcvs/incubator/directory/server/trunk/plugin/project.xml?view=diff&rev=124450&p1=incubator/directory/server/trunk/plugin/project.xml&r1=124449&p2=incubator/directory/server/trunk/plugin/project.xml&r2=124450
==============================================================================
--- incubator/directory/server/trunk/plugin/project.xml	(original)
+++ incubator/directory/server/trunk/plugin/project.xml	Thu Jan  6 13:31:10 2005
@@ -69,7 +69,7 @@
       <resources>
         <resource>
           <directory>src/main/schema</directory>
-          <targetPath>org/apache/eve/tools/schema</targetPath>
+          <targetPath>org/apache/ldap/server/tools/schema</targetPath>
           <includes>
             <include>**/*.schema</include>
           </includes>
@@ -114,8 +114,8 @@
         <filtering>false</filtering>
       </resource>
       <resource>
-        <directory>${basedir}/src/java/org/apache/eve/tools/schema</directory>
-        <targetPath>org/apache/eve/tools/schema</targetPath>
+        <directory>${basedir}/src/main/java/org/apache/ldap/server/tools/schema</directory>
+        <targetPath>org/apache/ldap/server/tools/schema</targetPath>
         <includes>
           <include>antlrTypeTokenTypes.txt</include>
           <include>antlrOpenLdapSchemaParserTokenTypes.txt</include>

Modified: incubator/directory/server/trunk/plugin/src/main/antlr/openldap.g
Url: http://svn.apache.org/viewcvs/incubator/directory/server/trunk/plugin/src/main/antlr/openldap.g?view=diff&rev=124450&p1=incubator/directory/server/trunk/plugin/src/main/antlr/openldap.g&r1=124449&p2=incubator/directory/server/trunk/plugin/src/main/antlr/openldap.g&r2=124450
==============================================================================
--- incubator/directory/server/trunk/plugin/src/main/antlr/openldap.g	(original)
+++ incubator/directory/server/trunk/plugin/src/main/antlr/openldap.g	Thu Jan  6 13:31:10 2005
@@ -30,7 +30,7 @@
  * Keep the semicolon right next to the package name or else there will be a
  * bug that comes into the foreground in the new antlr release.
  */
-package org.apache.eve.tools.schema;
+package org.apache.ldap.server.tools.schema;
 
 import java.util.* ;
 import org.apache.ldap.common.schema.*;