You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@continuum.apache.org by ri...@apache.org on 2008/04/08 21:22:59 UTC

svn commit: r646041 - /continuum/trunk/pom.xml

Author: rinku
Date: Tue Apr  8 12:22:58 2008
New Revision: 646041

URL: http://svn.apache.org/viewvc?rev=646041&view=rev
Log:
o  reverted 645781 to remove maven-eclipse-plugin config (incorrect pom to fix outputput dir)

Modified:
    continuum/trunk/pom.xml

Modified: continuum/trunk/pom.xml
URL: http://svn.apache.org/viewvc/continuum/trunk/pom.xml?rev=646041&r1=646040&r2=646041&view=diff
==============================================================================
--- continuum/trunk/pom.xml (original)
+++ continuum/trunk/pom.xml Tue Apr  8 12:22:58 2008
@@ -150,14 +150,6 @@
           </archive>
         </configuration>
       </plugin>
-      <plugin>
-        <groupId>org.apache.maven.plugins</groupId>
-        <artifactId>maven-eclipse-plugin</artifactId>
-        <version>2.5.1</version>
-        <configuration>
-          <buildOutputDirectory>${project.build.outputDirectory}</buildOutputDirectory>
-        </configuration>
-      </plugin>
     </plugins>
   </build>
   <modules>