Update to new scala plugin builders/natures

Project: http://git-wip-us.apache.org/repos/asf/camel/repo
Commit: http://git-wip-us.apache.org/repos/asf/camel/commit/343dd773
Tree: http://git-wip-us.apache.org/repos/asf/camel/tree/343dd773
Diff: http://git-wip-us.apache.org/repos/asf/camel/diff/343dd773

Branch: refs/heads/master
Commit: 343dd7733b9b15199ddd2c3de26742df089964ef
Parents: 8e7d44f
Author: Daniel Kulp <dk...@apache.org>
Authored: Wed Aug 13 12:15:37 2014 -0400
Committer: Daniel Kulp <dk...@apache.org>
Committed: Wed Aug 13 12:15:37 2014 -0400

----------------------------------------------------------------------
 components/camel-swagger/pom.xml | 10 ++++++----
 1 file changed, 6 insertions(+), 4 deletions(-)
----------------------------------------------------------------------


http://git-wip-us.apache.org/repos/asf/camel/blob/343dd773/components/camel-swagger/pom.xml
----------------------------------------------------------------------
diff --git a/components/camel-swagger/pom.xml b/components/camel-swagger/pom.xml
index e55c542..9997f98 100644
--- a/components/camel-swagger/pom.xml
+++ b/components/camel-swagger/pom.xml
@@ -44,7 +44,9 @@
       <artifactId>camel-core</artifactId>
     </dependency>
 
-    <!-- TODO: we should avoid spring dependency and have some plugin/spi -->
+    <!-- 
+     TODO: we should avoid spring dependency and have some plugin/spi
+     -->
     <dependency>
       <groupId>org.springframework</groupId>
       <artifactId>spring-web</artifactId>
@@ -140,14 +142,14 @@
         <artifactId>maven-eclipse-plugin</artifactId>
         <configuration>
           <projectnatures>
-            <projectnature>ch.epfl.lamp.sdt.core.scalanature</projectnature>
+            <projectnature>org.scala-ide.sdt.core.scalanature</projectnature>
             <projectnature>org.eclipse.jdt.core.javanature</projectnature>
           </projectnatures>
           <buildcommands>
-            <buildcommand>ch.epfl.lamp.sdt.core.scalabuilder</buildcommand>
+            <buildcommand>org.scala-ide.sdt.core.scalabuilder</buildcommand>
           </buildcommands>
           <classpathContainers>
-            
<classpathContainer>ch.epfl.lamp.sdt.launching.SCALA_CONTAINER</classpathContainer>
+            
<classpathContainer>org.scala-ide.sdt.launching.SCALA_CONTAINER</classpathContainer>
             
<classpathContainer>org.eclipse.jdt.launching.JRE_CONTAINER</classpathContainer>
           </classpathContainers>
         </configuration>

Reply via email to