Author: akarasulu
Date: Thu Jan 6 10:03:17 2005
New Revision: 124416
URL: http://svn.apache.org/viewcvs?view=rev&rev=124416
Log:
changes ...
o using new layout src/main/ for all but test classes
o changed eve- prefix to server-
o cleaned up pom so it refers to correct artifacts and does not use Eve
Added:
incubator/directory/server/trunk/core/src/main/
incubator/directory/server/trunk/core/src/main/aspects/
- copied from r124391, incubator/directory/server/trunk/core/src/aspects/
incubator/directory/server/trunk/core/src/main/java/
- copied from r124391, incubator/directory/server/trunk/core/src/java/
incubator/directory/server/trunk/core/src/main/schema/
- copied from r124391, incubator/directory/server/trunk/core/src/schema/
Removed:
incubator/directory/server/trunk/core/src/aspects/
incubator/directory/server/trunk/core/src/java/
incubator/directory/server/trunk/core/src/schema/
Modified:
incubator/directory/server/trunk/core/project.properties
incubator/directory/server/trunk/core/project.xml
Modified: incubator/directory/server/trunk/core/project.properties
Url:
http://svn.apache.org/viewcvs/incubator/directory/server/trunk/core/project.properties?view=diff&rev=124416&p1=incubator/directory/server/trunk/core/project.properties&r1=124415&p2=incubator/directory/server/trunk/core/project.properties&r2=124416
==============================================================================
--- incubator/directory/server/trunk/core/project.properties (original)
+++ incubator/directory/server/trunk/core/project.properties Thu Jan 6
10:03:17 2005
@@ -31,4 +31,4 @@
maven.eve.schema.deps.dnszone=system,core
maven.eve.schema.deps.dhcp=system,core
-maven.license.licenseFile=${basedir}/../../../LICENSE.txt
+maven.license.licenseFile=${basedir}/../LICENSE.txt
Modified: incubator/directory/server/trunk/core/project.xml
Url:
http://svn.apache.org/viewcvs/incubator/directory/server/trunk/core/project.xml?view=diff&rev=124416&p1=incubator/directory/server/trunk/core/project.xml&r1=124415&p2=incubator/directory/server/trunk/core/project.xml&r2=124416
==============================================================================
--- incubator/directory/server/trunk/core/project.xml (original)
+++ incubator/directory/server/trunk/core/project.xml Thu Jan 6 10:03:17 2005
@@ -1,12 +1,12 @@
<?xml version="1.0" encoding="UTF-8"?>
<project>
<extend>${basedir}/../project.xml</extend>
- <artifactId>eve-core</artifactId>
- <name>Eve Core</name>
+ <artifactId>server-core</artifactId>
+ <name>Server Core</name>
<inceptionYear>2002</inceptionYear>
- <shortDescription>Eve's Core</shortDescription>
+ <shortDescription>Server's Core</shortDescription>
<description>
- Eve's core contains all of Eve's backend subsystems. It depends on
+ Server's core contains all backend subsystems. It depends on
protocol and uses it with seda to service LDAP requests. The core
contains the JNDI provider, interceptor framework, interceptor services,
the schema subsystem and the database subsystem. Hence the core is the
@@ -71,12 +71,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>
@@ -103,13 +103,14 @@
<!-- The Eve Maven Plugin -->
<dependency>
<groupId>incubator-directory</groupId>
- <artifactId>maven-eve-plugin</artifactId>
+ <artifactId>maven-directory-plugin</artifactId>
<version>0.8-SNAPSHOT</version>
<type>plugin</type>
</dependency>
</dependencies>
+
<build>
- <aspectSourceDirectory>${basedir}/src/aspects</aspectSourceDirectory>
+ <aspectSourceDirectory>${basedir}/src/main/aspects</aspectSourceDirectory>
</build>
<reports>