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 16:26:20 UTC

svn commit: r124393 - /incubator/directory/server/trunk/shared/project.xml /incubator/directory/server/trunk/shared/src/java /incubator/directory/server/trunk/shared/src/main /incubator/directory/server/trunk/shared/src/main/java

Author: akarasulu
Date: Thu Jan  6 07:26:19 2005
New Revision: 124393

URL: http://svn.apache.org/viewcvs?view=rev&rev=124393
Log:
Changes ...

 o rearranging project directory structure which is closer to m2 recommended
   by Brett
 o correcting things in pom and changing name to use new server- prefix


Added:
   incubator/directory/server/trunk/shared/src/main/
   incubator/directory/server/trunk/shared/src/main/java/
      - copied from r124391, incubator/directory/server/trunk/shared/src/java/
Removed:
   incubator/directory/server/trunk/shared/src/java/
Modified:
   incubator/directory/server/trunk/shared/project.xml

Modified: incubator/directory/server/trunk/shared/project.xml
Url: http://svn.apache.org/viewcvs/incubator/directory/server/trunk/shared/project.xml?view=diff&rev=124393&p1=incubator/directory/server/trunk/shared/project.xml&r1=124392&p2=incubator/directory/server/trunk/shared/project.xml&r2=124393
==============================================================================
--- incubator/directory/server/trunk/shared/project.xml	(original)
+++ incubator/directory/server/trunk/shared/project.xml	Thu Jan  6 07:26:19 2005
@@ -1,15 +1,15 @@
 <?xml version="1.0" encoding="UTF-8"?>
 <project>
   <extend>${basedir}/../project.xml</extend>
-  <artifactId>eve-shared</artifactId>
-  <name>Eve Shared</name>
+  <artifactId>server-shared</artifactId>
+  <name>Server Shared</name>
   <inceptionYear>2003</inceptionYear>
 
-  <shortDescription>Shared Eve resources, and classes</shortDescription>
+  <shortDescription>Shared server resources, and classes</shortDescription>
   <description>
-    Created to eliminate cyclic project dependencies between the dib 
-    and maven projects.  Any code shared across modules can go here
-    so long as it does not depend on other modules.
+    Created to eliminate cyclic project dependencies between the core
+    and the maven plugin.  Any code shared across modules in general 
+    can go here so long as it does not depend on other modules.
   </description>
 
   <dependencies>