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 2004/01/19 04:23:01 UTC

svn commit: rev 6222 - in incubator/directory/ldap/trunk/eve/backend/schema: matching/bootstrap-impl normalizer/api

Author: akarasulu
Date: Sun Jan 18 19:23:00 2004
New Revision: 6222

Modified:
   incubator/directory/ldap/trunk/eve/backend/schema/matching/bootstrap-impl/   (props changed)
   incubator/directory/ldap/trunk/eve/backend/schema/matching/bootstrap-impl/project.xml
   incubator/directory/ldap/trunk/eve/backend/schema/normalizer/api/   (props changed)
Log:
needed extra dependency on syntax registry api


Modified: incubator/directory/ldap/trunk/eve/backend/schema/matching/bootstrap-impl/project.xml
==============================================================================
--- incubator/directory/ldap/trunk/eve/backend/schema/matching/bootstrap-impl/project.xml	(original)
+++ incubator/directory/ldap/trunk/eve/backend/schema/matching/bootstrap-impl/project.xml	Sun Jan 18 19:23:00 2004
@@ -45,6 +45,13 @@
 
       <dependency>
         <groupId>directory</groupId>
+        <artifactId>eve-backend-schema-syntax-api</artifactId>
+        <version>SNAPSHOT</version>
+        <url>http://directory.apache.org/eve/backend/schema/matching/api</url>
+      </dependency>
+
+      <dependency>
+        <groupId>directory</groupId>
         <artifactId>eve-backend-schema-matching-api</artifactId>
         <version>SNAPSHOT</version>
         <url>http://directory.apache.org/eve/backend/schema/matching/api</url>