[seam-commits] Seam SVN: r14078 - branches/enterprise/JBPAPP_5_0/build.

seam-commits at lists.jboss.org seam-commits at lists.jboss.org
Wed Apr 20 15:15:29 EDT 2011


Author: manaRH
Date: 2011-04-20 15:15:29 -0400 (Wed, 20 Apr 2011)
New Revision: 14078

Modified:
   branches/enterprise/JBPAPP_5_0/build/gen.pom.xml
   branches/enterprise/JBPAPP_5_0/build/root.pom.xml
Log:
JBPAPP-6347 added eclipse core compiler in seam-gen dependencies

Modified: branches/enterprise/JBPAPP_5_0/build/gen.pom.xml
===================================================================
--- branches/enterprise/JBPAPP_5_0/build/gen.pom.xml	2011-04-18 13:37:57 UTC (rev 14077)
+++ branches/enterprise/JBPAPP_5_0/build/gen.pom.xml	2011-04-20 19:15:29 UTC (rev 14078)
@@ -32,8 +32,14 @@
          <artifactId>freemarker</artifactId>
          <scope>runtime</scope>
       </dependency>
-      
+   
       <dependency>
+         <groupId>org.eclipse.jdt</groupId>
+         <artifactId>core</artifactId>
+         <scope>runtime</scope>
+      </dependency>
+         
+      <dependency>
          <groupId>org.eclipse.core</groupId>
          <artifactId>runtime</artifactId>
          <scope>runtime</scope>

Modified: branches/enterprise/JBPAPP_5_0/build/root.pom.xml
===================================================================
--- branches/enterprise/JBPAPP_5_0/build/root.pom.xml	2011-04-18 13:37:57 UTC (rev 14077)
+++ branches/enterprise/JBPAPP_5_0/build/root.pom.xml	2011-04-20 19:15:29 UTC (rev 14078)
@@ -1229,6 +1229,12 @@
 			</dependency>
 
 			<dependency>
+				<groupId>org.eclipse.jdt</groupId>
+				<artifactId>core</artifactId>
+				<version>3.4.2.v_883_R34x</version>
+			</dependency>
+
+			<dependency>
 				<groupId>org.eclipse.core</groupId>
 				<artifactId>runtime</artifactId>
 				<version>3.2.0-v20060603</version>



More information about the seam-commits mailing list