Author: akarasulu
Date: Sun Oct 31 21:02:41 2004
New Revision: 56205
Added:
incubator/directory/eve/trunk/shared/
incubator/directory/eve/trunk/shared/project.xml
incubator/directory/eve/trunk/shared/src/
incubator/directory/eve/trunk/shared/src/java/
incubator/directory/eve/trunk/shared/src/java/org/
incubator/directory/eve/trunk/shared/src/java/org/apache/
incubator/directory/eve/trunk/shared/src/java/org/apache/eve/
incubator/directory/eve/trunk/shared/src/java/org/apache/eve/schema/
incubator/directory/eve/trunk/shared/src/java/org/apache/eve/schema/bootstrap/
Modified:
incubator/directory/eve/trunk/tools/maven-eve-plugin/project.xml
Log:
starting shared maven project to break the dep cycle
Added: incubator/directory/eve/trunk/shared/project.xml
==============================================================================
--- (empty file)
+++ incubator/directory/eve/trunk/shared/project.xml Sun Oct 31 21:02:41 2004
@@ -0,0 +1,26 @@
+<?xml version="1.0" encoding="UTF-8"?>
+<project>
+ <extend>${basedir}/../project.xml</extend>
+ <pomVersion>1</pomVersion>
+ <artifactId>eve-shared</artifactId>
+ <groupId>incubator-directory</groupId>
+ <id>eve-shared</id>
+ <name>Eve Shared</name>
+ <package>org.apache.eve</package>
+ <currentVersion>SNAPSHOT</currentVersion>
+ <inceptionYear>2002</inceptionYear>
+ <shortDescription>Shared Eve resources, interfaces and
classes</shortDescription>
+ <description>
+ This project was created to eliminate cyclic project dependencies between
Eve
+ maven projects. The stuff here can be common code, or resources.
+ </description>
+ <dependencies>
+ <dependency>
+ <groupId>incubator-directory</groupId>
+ <artifactId>ldap-common</artifactId>
+ <version>SNAPSHOT</version>
+ <type>jar</type>
+ </dependency>
+ </dependencies>
+</project>
+
Modified: incubator/directory/eve/trunk/tools/maven-eve-plugin/project.xml
==============================================================================
--- incubator/directory/eve/trunk/tools/maven-eve-plugin/project.xml
(original)
+++ incubator/directory/eve/trunk/tools/maven-eve-plugin/project.xml Sun Oct
31 21:02:41 2004
@@ -57,7 +57,7 @@
</dependency>
<dependency>
<groupId>incubator-directory</groupId>
- <artifactId>eve-backend</artifactId>
+ <artifactId>eve-shared</artifactId>
<version>SNAPSHOT</version>
<type>jar</type>
</dependency>