You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@tomee.apache.org by an...@apache.org on 2013/02/04 09:09:08 UTC

svn commit: r1442045 - in /tomee/tomee/trunk/examples: groovy-cdi/pom.xml groovy-jpa/pom.xml groovy-spock/pom.xml

Author: andygumbrecht
Date: Mon Feb  4 08:09:07 2013
New Revision: 1442045

URL: http://svn.apache.org/viewvc?rev=1442045&view=rev
Log:
This (org.eclipse.core.contenttype) just seems to be required for IBM.

Modified:
    tomee/tomee/trunk/examples/groovy-cdi/pom.xml
    tomee/tomee/trunk/examples/groovy-jpa/pom.xml
    tomee/tomee/trunk/examples/groovy-spock/pom.xml

Modified: tomee/tomee/trunk/examples/groovy-cdi/pom.xml
URL: http://svn.apache.org/viewvc/tomee/tomee/trunk/examples/groovy-cdi/pom.xml?rev=1442045&r1=1442044&r2=1442045&view=diff
==============================================================================
--- tomee/tomee/trunk/examples/groovy-cdi/pom.xml (original)
+++ tomee/tomee/trunk/examples/groovy-cdi/pom.xml Mon Feb  4 08:09:07 2013
@@ -48,6 +48,11 @@
             <artifactId>groovy-eclipse-compiler</artifactId>
             <version>2.7.0-01</version>
           </dependency>
+		  <dependency>
+			<groupId>org.eclipse.core</groupId>
+			<artifactId>org.eclipse.core.contenttype</artifactId>
+		    <version>3.4.100.v20100505-1235</version>
+		  </dependency>
         </dependencies>
       </plugin>
     </plugins>
@@ -68,19 +73,11 @@
       <version>6.0-4</version>
       <scope>provided</scope>
     </dependency>
-
     <dependency>
       <groupId>org.codehaus.groovy</groupId>
       <artifactId>groovy-all</artifactId>
       <version>2.0.5</version>
     </dependency>
-	
-	<dependency>
-	  <groupId>org.eclipse.core</groupId>
-	  <artifactId>org.eclipse.core.contenttype</artifactId>
-	  <version>3.4.100.v20100505-1235</version>
-    </dependency>
-
     <dependency>
       <groupId>junit</groupId>
       <artifactId>junit</artifactId>

Modified: tomee/tomee/trunk/examples/groovy-jpa/pom.xml
URL: http://svn.apache.org/viewvc/tomee/tomee/trunk/examples/groovy-jpa/pom.xml?rev=1442045&r1=1442044&r2=1442045&view=diff
==============================================================================
--- tomee/tomee/trunk/examples/groovy-jpa/pom.xml (original)
+++ tomee/tomee/trunk/examples/groovy-jpa/pom.xml Mon Feb  4 08:09:07 2013
@@ -50,6 +50,11 @@
             <artifactId>groovy-eclipse-compiler</artifactId>
             <version>2.7.0-01</version>
           </dependency>		  
+		  <dependency>
+			<groupId>org.eclipse.core</groupId>
+			<artifactId>org.eclipse.core.contenttype</artifactId>
+		    <version>3.4.100.v20100505-1235</version>
+		  </dependency>
         </dependencies>
       </plugin>
     </plugins>
@@ -70,19 +75,11 @@
       <version>6.0-4</version>
       <scope>provided</scope>
     </dependency>
-
     <dependency>
       <groupId>org.codehaus.groovy</groupId>
       <artifactId>groovy-all</artifactId>
       <version>2.0.0-rc-4</version>
     </dependency>
-	
-	<dependency>
-	  <groupId>org.eclipse.core</groupId>
-	  <artifactId>org.eclipse.core.contenttype</artifactId>
-	  <version>3.4.100.v20100505-1235</version>
-    </dependency>
-
     <dependency>
       <groupId>junit</groupId>
       <artifactId>junit</artifactId>

Modified: tomee/tomee/trunk/examples/groovy-spock/pom.xml
URL: http://svn.apache.org/viewvc/tomee/tomee/trunk/examples/groovy-spock/pom.xml?rev=1442045&r1=1442044&r2=1442045&view=diff
==============================================================================
--- tomee/tomee/trunk/examples/groovy-spock/pom.xml (original)
+++ tomee/tomee/trunk/examples/groovy-spock/pom.xml Mon Feb  4 08:09:07 2013
@@ -47,7 +47,12 @@
             <groupId>org.codehaus.groovy</groupId>
             <artifactId>groovy-eclipse-compiler</artifactId>
             <version>2.7.0-01</version>
-          </dependency>		  
+          </dependency>	
+		  <dependency>
+			<groupId>org.eclipse.core</groupId>
+			<artifactId>org.eclipse.core.contenttype</artifactId>
+		    <version>3.4.100.v20100505-1235</version>
+		  </dependency>
         </dependencies>
       </plugin>
       <plugin>
@@ -96,19 +101,11 @@
       <version>6.0-4</version>
       <scope>provided</scope>
     </dependency>
-
     <dependency>
       <groupId>org.codehaus.groovy</groupId>
       <artifactId>groovy-all</artifactId>
       <version>2.0.5</version> <!-- spock doesn't work with 2.0.0-rc-4 -->
     </dependency>
-	
-	<dependency>
-	  <groupId>org.eclipse.core</groupId>
-	  <artifactId>org.eclipse.core.contenttype</artifactId>
-	  <version>3.4.100.v20100505-1235</version>
-    </dependency>
-
     <dependency>
       <groupId>junit</groupId>
       <artifactId>junit</artifactId>