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/07 16:56:02 UTC

svn commit: rev 1377 - incubator/directory/ldap/trunk/eve/frontend/common/api

Author: akarasulu
Date: Sun Dec  7 07:56:02 2003
New Revision: 1377

Added:
   incubator/directory/ldap/trunk/eve/frontend/common/api/project.xml
Log:
Adding maven project.xml


Added: incubator/directory/ldap/trunk/eve/frontend/common/api/project.xml
==============================================================================
--- (empty file)
+++ incubator/directory/ldap/trunk/eve/frontend/common/api/project.xml	Sun Dec  7 07:56:02 2003
@@ -0,0 +1,43 @@
+<?xml version="1.0" encoding="ISO-8859-1"?>
+<project>
+    <extend>${basedir}/../../../project.xml</extend>
+    <groupId>directory</groupId>
+    <id>eve-frontend-common-api</id>
+  
+    <name>Eve Frontend Common API</name>
+    <package>org.apache.eve</package>
+    <currentVersion>SNAPSHOT</currentVersion>
+    <inceptionYear>2003</inceptionYear>
+  	
+    <shortDescription>Common APIs used by Eve's frontend</shortDescription>
+
+    <description>
+            Common APIs used by Eve's frontend.  This separate project
+            keeps common classes in one place within the various packages
+            to prevent cyclic dependencies across Eve's frontend subprojects.
+    </description>
+  	
+    <dependencies>
+        <dependency>
+            <groupId>avalon-framework</groupId>
+            <artifactId>avalon-framework-api</artifactId>
+            <version>4.1.5</version>
+            <url>http://avalon.apache.org/framework</url>
+        </dependency>
+
+        <dependency>
+            <groupId>directory</groupId>
+            <artifactId>ldap-common</artifactId>
+            <version>SNAPSHOT</version>
+            <url>http://directory.apache.org</url>
+        </dependency>
+
+        <dependency>
+            <groupId>junit</groupId>
+            <artifactId>junit</artifactId>
+            <version>3.8.1</version>
+            <url>http://junit.org</url>
+        </dependency>
+    </dependencies>
+</project>
+