You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@directory.apache.org by pa...@apache.org on 2010/10/01 12:22:44 UTC

svn commit: r1003462 - in /directory/apacheds/trunk: apacheds-installers/ installers-maven-plugin/ installers-maven-plugin/pom.xml installers-plugin/ installers/ installers/pom.xml pom.xml

Author: pamarcelot
Date: Fri Oct  1 10:22:44 2010
New Revision: 1003462

URL: http://svn.apache.org/viewvc?rev=1003462&view=rev
Log:
Renamed new projects. Added them to the build

Added:
    directory/apacheds/trunk/installers/
      - copied from r1003449, directory/apacheds/trunk/apacheds-installers/
    directory/apacheds/trunk/installers-maven-plugin/
      - copied from r1003449, directory/apacheds/trunk/installers-plugin/
Removed:
    directory/apacheds/trunk/apacheds-installers/
    directory/apacheds/trunk/installers-plugin/
Modified:
    directory/apacheds/trunk/installers-maven-plugin/pom.xml
    directory/apacheds/trunk/installers/pom.xml
    directory/apacheds/trunk/pom.xml

Modified: directory/apacheds/trunk/installers-maven-plugin/pom.xml
URL: http://svn.apache.org/viewvc/directory/apacheds/trunk/installers-maven-plugin/pom.xml?rev=1003462&r1=1003449&r2=1003462&view=diff
==============================================================================
--- directory/apacheds/trunk/installers-maven-plugin/pom.xml (original)
+++ directory/apacheds/trunk/installers-maven-plugin/pom.xml Fri Oct  1 10:22:44 2010
@@ -26,7 +26,8 @@
     <artifactId>apacheds-parent</artifactId>
     <version>1.5.8-SNAPSHOT</version>
   </parent>
-  <artifactId>installers-maven-plugin</artifactId>
+  
+  <artifactId>apacheds-installers-maven-plugin</artifactId>
   <name>ApacheDS Installers Maven Plugin</name>
   <packaging>maven-plugin</packaging>
 

Modified: directory/apacheds/trunk/installers/pom.xml
URL: http://svn.apache.org/viewvc/directory/apacheds/trunk/installers/pom.xml?rev=1003462&r1=1003449&r2=1003462&view=diff
==============================================================================
--- directory/apacheds/trunk/installers/pom.xml (original)
+++ directory/apacheds/trunk/installers/pom.xml Fri Oct  1 10:22:44 2010
@@ -24,6 +24,7 @@
     <artifactId>apacheds-parent</artifactId>
     <version>1.5.8-SNAPSHOT</version>
   </parent>
+  
   <artifactId>apacheds-installers</artifactId>
   <name>ApacheDS Installers</name>
   <packaging>pom</packaging>
@@ -624,5 +625,15 @@
         </plugin>
       </plugins>
     </pluginManagement>
+    <plugins>
+      <plugin>
+        <groupId>org.apache.maven.plugins</groupId>
+        <artifactId>maven-eclipse-plugin</artifactId>
+        <configuration>
+          <!-- Workaround for http://jira.codehaus.org/browse/MECLIPSE-94 -->
+          <eclipseProjectDir>..</eclipseProjectDir>
+        </configuration>
+      </plugin>
+    </plugins>
   </build>
 </project>

Modified: directory/apacheds/trunk/pom.xml
URL: http://svn.apache.org/viewvc/directory/apacheds/trunk/pom.xml?rev=1003462&r1=1003461&r2=1003462&view=diff
==============================================================================
--- directory/apacheds/trunk/pom.xml (original)
+++ directory/apacheds/trunk/pom.xml Fri Oct  1 10:22:44 2010
@@ -133,7 +133,19 @@
     <module>http-integration</module>
     <module>test-framework</module>
     <module>ldap-client-test</module>
+    <module>service</module>
+    <module>wrapper</module>
   </modules>
+  
+  <profiles>
+    <profile>
+      <id>installers</id>
+      <modules>
+        <module>installers-maven-plugin</module>
+        <module>installers</module>
+      </modules>
+    </profile>
+  </profiles>
 
   <build>
     <plugins>
@@ -396,6 +408,30 @@
         <version>${project.version}</version>
       </dependency>
       
+      <dependency>
+        <groupId>${project.groupId}</groupId>
+        <artifactId>apacheds-service</artifactId>
+        <version>${project.version}</version>
+      </dependency>
+      
+      <dependency>
+        <groupId>${project.groupId}</groupId>
+        <artifactId>apacheds-wrapper</artifactId>
+        <version>${project.version}</version>
+      </dependency>
+      
+      <dependency>
+        <groupId>${project.groupId}</groupId>
+        <artifactId>apacheds-installers</artifactId>
+        <version>${project.version}</version>
+      </dependency>
+      
+      <dependency>
+        <groupId>${project.groupId}</groupId>
+        <artifactId>apacheds-installers-maven-plugin</artifactId>
+        <version>${project.version}</version>
+      </dependency>
+      
       <!-- Shared dependencies -->
     
       <dependency>