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:45:01 UTC

svn commit: r1003471 - /directory/apacheds/trunk/installers/pom.xml

Author: pamarcelot
Date: Fri Oct  1 10:45:01 2010
New Revision: 1003471

URL: http://svn.apache.org/viewvc?rev=1003471&view=rev
Log:
Fixed eclipse files generation.

Modified:
    directory/apacheds/trunk/installers/pom.xml

Modified: directory/apacheds/trunk/installers/pom.xml
URL: http://svn.apache.org/viewvc/directory/apacheds/trunk/installers/pom.xml?rev=1003471&r1=1003470&r2=1003471&view=diff
==============================================================================
--- directory/apacheds/trunk/installers/pom.xml (original)
+++ directory/apacheds/trunk/installers/pom.xml Fri Oct  1 10:45:01 2010
@@ -631,7 +631,7 @@
         <artifactId>maven-eclipse-plugin</artifactId>
         <configuration>
           <!-- Workaround for http://jira.codehaus.org/browse/MECLIPSE-94 -->
-          <eclipseProjectDir>..</eclipseProjectDir>
+          <eclipseProjectDir>.</eclipseProjectDir>
         </configuration>
       </plugin>
     </plugins>