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/11/04 07:59:05 UTC

svn commit: r330732 - in /directory/apacheds/trunk: main/ server-main/ server-main/maven.xml server-main/project.properties server-main/project.xml server-main/server.xml server-main/src/ server-main/xdocs/

Author: akarasulu
Date: Thu Nov  3 22:59:00 2005
New Revision: 330732

URL: http://svn.apache.org/viewcvs?rev=330732&view=rev
Log:
renaming main with slight pom modifications

Added:
    directory/apacheds/trunk/server-main/
      - copied from r330727, directory/apacheds/trunk/main/
    directory/apacheds/trunk/server-main/maven.xml
      - copied unchanged from r330731, directory/apacheds/trunk/main/maven.xml
    directory/apacheds/trunk/server-main/project.properties
      - copied, changed from r330731, directory/apacheds/trunk/main/project.properties
    directory/apacheds/trunk/server-main/project.xml
      - copied, changed from r330731, directory/apacheds/trunk/main/project.xml
    directory/apacheds/trunk/server-main/server.xml
      - copied unchanged from r330731, directory/apacheds/trunk/main/server.xml
    directory/apacheds/trunk/server-main/src/
      - copied from r330731, directory/apacheds/trunk/main/src/
    directory/apacheds/trunk/server-main/xdocs/
      - copied from r330731, directory/apacheds/trunk/main/xdocs/
Removed:
    directory/apacheds/trunk/main/

Copied: directory/apacheds/trunk/server-main/project.properties (from r330731, directory/apacheds/trunk/main/project.properties)
URL: http://svn.apache.org/viewcvs/directory/apacheds/trunk/server-main/project.properties?p2=directory/apacheds/trunk/server-main/project.properties&p1=directory/apacheds/trunk/main/project.properties&r1=330731&r2=330732&rev=330732&view=diff
==============================================================================
--- directory/apacheds/trunk/main/project.properties (original)
+++ directory/apacheds/trunk/server-main/project.properties Thu Nov  3 22:59:00 2005
@@ -1,9 +1,4 @@
 #
-# Main properties
-#
-maven.jar.excludes=log4j.properties
-
-#
 # Javaapp plugin properties
 #
 

Copied: directory/apacheds/trunk/server-main/project.xml (from r330731, directory/apacheds/trunk/main/project.xml)
URL: http://svn.apache.org/viewcvs/directory/apacheds/trunk/server-main/project.xml?p2=directory/apacheds/trunk/server-main/project.xml&p1=directory/apacheds/trunk/main/project.xml&r1=330731&r2=330732&rev=330732&view=diff
==============================================================================
--- directory/apacheds/trunk/main/project.xml (original)
+++ directory/apacheds/trunk/server-main/project.xml Thu Nov  3 22:59:00 2005
@@ -1,7 +1,7 @@
 <?xml version="1.0" encoding="UTF-8"?>
 <project>
   <extend>${basedir}/../project.xml</extend>
-  <artifactId>apacheds-main</artifactId>
+  <artifactId>apacheds-server-main</artifactId>
   <name>ApacheDS Main</name>
   <inceptionYear>2003</inceptionYear>
   <shortDescription>A single executable server jar</shortDescription>
@@ -90,16 +90,16 @@
       <artifactId>apacheds-shared</artifactId>
       <version>${pom.currentVersion}</version>
     </dependency>
-      <dependency>
-        <groupId>directory-protocols</groupId>
-        <artifactId>ldap-protocol</artifactId>
-        <version>0.9.4-SNAPSHOT</version>
-      </dependency>
-      <dependency>
-        <groupId>directory-protocols</groupId>
-        <artifactId>kerberos-protocol</artifactId>
-        <version>0.7-SNAPSHOT</version>
-      </dependency>
+    <dependency>
+      <groupId>directory-protocols</groupId>
+      <artifactId>ldap-protocol</artifactId>
+      <version>0.9.4-SNAPSHOT</version>
+    </dependency>
+    <dependency>
+      <groupId>directory-protocols</groupId>
+      <artifactId>kerberos-protocol</artifactId>
+      <version>0.7-SNAPSHOT</version>
+    </dependency>
     <dependency>
       <groupId>directory-protocols</groupId>
       <artifactId>ldap-protocol</artifactId>
@@ -157,7 +157,7 @@
     </dependency>
     <dependency>
       <groupId>${pom.groupId}</groupId>
-      <artifactId>apacheds-core-unit</artifactId>
+      <artifactId>apacheds-server</artifactId>
       <version>${pom.currentVersion}</version>
     </dependency>
     <dependency>
@@ -207,8 +207,6 @@
     <report>maven-tasklist-plugin</report>
     <report>maven-junit-report-plugin</report>
     <report>maven-jdepend-plugin</report>
-    <!-- <report>maven-jcoverage-plugin</report> breaks build -->
-    <!-- <report>maven-checkstyle-plugin</report> -->
     <report>maven-simian-plugin</report>
     <report>maven-javadoc-plugin</report>
     <report>maven-jxr-plugin</report>
@@ -217,5 +215,3 @@
   </reports>
 
 </project>
-
-