Author: akarasulu
Date: Thu Jan  6 12:03:39 2005
New Revision: 124429

URL: http://svn.apache.org/viewcvs?view=rev&rev=124429
Log:
moving stuff into src/java/main
Added:
   incubator/directory/server/trunk/main/src/main/
   incubator/directory/server/trunk/main/src/main/java/
      - copied from r124416, incubator/directory/server/trunk/main/src/java/
Removed:
   incubator/directory/server/trunk/main/src/java/
Modified:
   incubator/directory/server/trunk/main/project.properties
   incubator/directory/server/trunk/main/project.xml

Modified: incubator/directory/server/trunk/main/project.properties
Url: 
http://svn.apache.org/viewcvs/incubator/directory/server/trunk/main/project.properties?view=diff&rev=124429&p1=incubator/directory/server/trunk/main/project.properties&r1=124428&p2=incubator/directory/server/trunk/main/project.properties&r2=124429
==============================================================================
--- incubator/directory/server/trunk/main/project.properties    (original)
+++ incubator/directory/server/trunk/main/project.properties    Thu Jan  6 
12:03:39 2005
@@ -11,4 +11,4 @@
 maven.javaapp.jvmargs=
 
 maven.xdoc.includeProjectDocumentation=yes
-maven.license.licenseFile=${basedir}/../../../LICENSE.txt
+maven.license.licenseFile=${basedir}/../LICENSE.txt

Modified: incubator/directory/server/trunk/main/project.xml
Url: 
http://svn.apache.org/viewcvs/incubator/directory/server/trunk/main/project.xml?view=diff&rev=124429&p1=incubator/directory/server/trunk/main/project.xml&r1=124428&p2=incubator/directory/server/trunk/main/project.xml&r2=124429
==============================================================================
--- incubator/directory/server/trunk/main/project.xml   (original)
+++ incubator/directory/server/trunk/main/project.xml   Thu Jan  6 12:03:39 2005
@@ -1,14 +1,14 @@
 <?xml version="1.0" encoding="UTF-8"?>
 <project>
   <extend>${basedir}/../project.xml</extend>
-  <artifactId>eve</artifactId>
-  <name>Eve Main</name>
+  <artifactId>server-main</artifactId>
+  <name>Directory server Main</name>
   <inceptionYear>2003</inceptionYear>
-  <shortDescription>A single executable Eve jar</shortDescription>
+  <shortDescription>A single executable server jar</shortDescription>
 
   <description>
-    A single executable Eve jar containing all dependencies.  This jar can
-    be used as the JNDI provider or to fire up the standalone Eve server.
+    A single executable server jar containing all dependencies.  This jar can
+    be used as the JNDI provider or to fire up the standalone directory server.
   </description>
 
   <!-- Need to have all dependencies here so appjar bundles them -->
@@ -84,12 +84,12 @@
     </dependency>
     <dependency>
       <groupId>incubator-directory</groupId>
-      <artifactId>eve-shared</artifactId>
+      <artifactId>server-shared</artifactId>
       <version>0.8-SNAPSHOT</version>
     </dependency>
     <dependency>
       <groupId>incubator-directory</groupId>
-      <artifactId>eve-protocol</artifactId>
+      <artifactId>server-protocol</artifactId>
       <version>0.8-SNAPSHOT</version>
     </dependency>
     <dependency>
@@ -114,7 +114,7 @@
     </dependency>
     <dependency>
       <groupId>incubator-directory</groupId>
-      <artifactId>eve-core</artifactId>
+      <artifactId>server-core</artifactId>
       <version>0.8-SNAPSHOT</version>
     </dependency>
     <dependency>

Reply via email to