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 2004/06/16 02:34:40 UTC

svn commit: rev 21333 - in incubator/directory/rms/trunk: . gui spi

Author: akarasulu
Date: Tue Jun 15 17:34:39 2004
New Revision: 21333

Removed:
   incubator/directory/rms/trunk/spi/.classpath
   incubator/directory/rms/trunk/spi/.project
Modified:
   incubator/directory/rms/trunk/gui/project.xml
   incubator/directory/rms/trunk/maven.xml
   incubator/directory/rms/trunk/project.properties
Log:
not needed

Modified: incubator/directory/rms/trunk/gui/project.xml
==============================================================================
--- incubator/directory/rms/trunk/gui/project.xml	(original)
+++ incubator/directory/rms/trunk/gui/project.xml	Tue Jun 15 17:34:39 2004
@@ -80,12 +80,6 @@
       </dependency>
 
       <dependency>
-        <groupId>incubator-directory</groupId>
-        <artifactId>ocmm</artifactId>
-        <version>SNAPSHOT</version>
-      </dependency>
-
-      <dependency>
         <groupId>oracle</groupId>
         <artifactId>jdbc-thin-driver</artifactId>
         <version>9.2.0.1</version>

Modified: incubator/directory/rms/trunk/maven.xml
==============================================================================
--- incubator/directory/rms/trunk/maven.xml	(original)
+++ incubator/directory/rms/trunk/maven.xml	Tue Jun 15 17:34:39 2004
@@ -40,7 +40,7 @@
         basedir="${basedir}"
         postProcessing="true"
         includes="**/project.xml"
-        excludes="project.xml,gui/ocmm/project.xml"
+        excludes="project.xml"
         goals="java:compile"
 	banner="compile"
         ignoreFailures="false"/>
@@ -53,11 +53,27 @@
         basedir="${basedir}"
         postProcessing="true"
         includes="**/project.xml"
-        excludes="project.xml,gui/ocmm/project.xml"
+        excludes="project.xml"
         goals="jar:install"
 	banner="compile"
         ignoreFailures="false"/>
     </goal>
+
+  <goal
+      name="eclipseall"
+      description="Generates eclipse project and classpath files for all">
+      <attainGoal name="eclipse:add-maven-repo"/>
+      <attainGoal name="eclipse:external-tools"/>
+      <maven:reactor
+        basedir="${basedir}"
+        postProcessing="true"
+        includes="**/project.xml"
+        excludes="project.xml"
+        goals="eclipse"
+	banner="Create eclipse files"
+        ignoreFailures="true"/>
+    <!-- ALERT: This only does docs for project.xml file one layer deep -->
+    </goal>
     
   <goal
       name="cleanall"
@@ -66,7 +82,7 @@
         basedir="${basedir}"
         postProcessing="true"
         includes="**/project.xml"
-        excludes="project.xml,gui/ocmm/project.xml"
+        excludes="project.xml"
         goals="clean"
 	banner="clean"
         ignoreFailures="true"/>

Modified: incubator/directory/rms/trunk/project.properties
==============================================================================
--- incubator/directory/rms/trunk/project.properties	(original)
+++ incubator/directory/rms/trunk/project.properties	Tue Jun 15 17:34:39 2004
@@ -20,3 +20,4 @@
 maven.repo.central.directory=/www/cvs.apache.org/repository
 maven.remote.group=apcvs
 
+maven.eclipse.workspace=.