[seam-commits] Seam SVN: r8027 - trunk/build.

seam-commits at lists.jboss.org seam-commits at lists.jboss.org
Fri Apr 25 11:47:35 EDT 2008


Author: pete.muir at jboss.org
Date: 2008-04-25 11:47:35 -0400 (Fri, 25 Apr 2008)
New Revision: 8027

Modified:
   trunk/build/gen.pom.xml
   trunk/build/root.pom.xml
Log:
minor

Modified: trunk/build/gen.pom.xml
===================================================================
--- trunk/build/gen.pom.xml	2008-04-25 15:32:51 UTC (rev 8026)
+++ trunk/build/gen.pom.xml	2008-04-25 15:47:35 UTC (rev 8027)
@@ -52,6 +52,12 @@
       </dependency>
       
       <dependency>
+         <groupId>org.eclipse.equinox</groupId>
+         <artifactId>common</artifactId>
+         <scope>runtime</scope>
+      </dependency>
+      
+      <dependency>
          <groupId>org.eclipse</groupId>
          <artifactId>text</artifactId>
          <scope>runtime</scope>

Modified: trunk/build/root.pom.xml
===================================================================
--- trunk/build/root.pom.xml	2008-04-25 15:32:51 UTC (rev 8026)
+++ trunk/build/root.pom.xml	2008-04-25 15:47:35 UTC (rev 8027)
@@ -982,6 +982,12 @@
       </dependency>
       
       <dependency>
+         <groupId>org.eclipse.equinox</groupId>
+         <artifactId>common</artifactId>
+         <version>3.2.0-v20060303</version>
+      </dependency>
+      
+      <dependency>
          <groupId>org.eclipse.core</groupId>
          <artifactId>runtime</artifactId>
          <version>3.2.0-v20060303</version>
@@ -1003,6 +1009,10 @@
                <artifactId>preferences</artifactId>
             </exclusion>
             <exclusion>
+               <groupId>org.eclipse.equinox</groupId>
+               <artifactId>common</artifactId>
+            </exclusion>
+            <exclusion>
                <groupId>org.eclipse.core</groupId>
                <artifactId>contenttype</artifactId>
             </exclusion>
@@ -1018,6 +1028,10 @@
                <groupId>org.eclipse.core</groupId>
                <artifactId>commands</artifactId>
             </exclusion>
+            <exclusion>
+               <groupId>org.eclipse.equinox</groupId>
+               <artifactId>common</artifactId>
+            </exclusion>
          </exclusions>
       </dependency>
       




More information about the seam-commits mailing list