You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@directory.apache.org by tr...@apache.org on 2006/03/21 14:43:03 UTC

svn commit: r387526 - /directory/trunks/apacheds/pom.xml

Author: trustin
Date: Tue Mar 21 05:43:00 2006
New Revision: 387526

URL: http://svn.apache.org/viewcvs?rev=387526&view=rev
Log:
Fixed a problem that the generated eclipse classpath file contains a wrong path


Modified:
    directory/trunks/apacheds/pom.xml

Modified: directory/trunks/apacheds/pom.xml
URL: http://svn.apache.org/viewcvs/directory/trunks/apacheds/pom.xml?rev=387526&r1=387525&r2=387526&view=diff
==============================================================================
--- directory/trunks/apacheds/pom.xml (original)
+++ directory/trunks/apacheds/pom.xml Tue Mar 21 05:43:00 2006
@@ -245,7 +245,11 @@
 
   <build>
     <plugins>
-      
+      <plugin>
+        <groupId>org.apache.maven.plugins</groupId>
+        <artifactId>maven-eclipse-plugin</artifactId>
+        <version>2.1</version>
+      </plugin>
       <plugin>
         <groupId>org.apache.maven.plugins</groupId>
         <artifactId>maven-site-plugin</artifactId>