You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@servicemix.apache.org by dk...@apache.org on 2010/07/22 18:24:16 UTC

svn commit: r966731 - /servicemix/components/components-pom/trunk/pom.xml

Author: dkulp
Date: Thu Jul 22 16:24:16 2010
New Revision: 966731

URL: http://svn.apache.org/viewvc?rev=966731&view=rev
Log:
Update to allow "normal" setup of eclipse

Modified:
    servicemix/components/components-pom/trunk/pom.xml

Modified: servicemix/components/components-pom/trunk/pom.xml
URL: http://svn.apache.org/viewvc/servicemix/components/components-pom/trunk/pom.xml?rev=966731&r1=966730&r2=966731&view=diff
==============================================================================
--- servicemix/components/components-pom/trunk/pom.xml (original)
+++ servicemix/components/components-pom/trunk/pom.xml Thu Jul 22 16:24:16 2010
@@ -44,6 +44,9 @@
   </scm>
 
   <properties>
+    <eclipse.output.directory>${basedir}/eclipse-classes</eclipse.output.directory>
+
+
     <previous.releases>3.1.2,3.2,3.2.1,3.2.2,3.2.3,2008.01,2009.01,2009.02,2010.01</previous.releases>
 
     <servicemix-legal-version>1.0</servicemix-legal-version>
@@ -469,11 +472,11 @@
         <plugin>
           <groupId>org.apache.maven.plugins</groupId>
           <artifactId>maven-eclipse-plugin</artifactId>
-          <version>2.3</version>
+          <version>2.8</version>
           <configuration>
             <downloadSources>true</downloadSources>
             <downloadJavadocs>false</downloadJavadocs>
-            <outputDirectory>${basedir}/eclipse-classes</outputDirectory>
+            <outputDirectory>${eclipse.output.directory}</outputDirectory>
           </configuration>
         </plugin>
         <plugin>