You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@tuscany.apache.org by js...@apache.org on 2008/10/26 10:51:44 UTC

svn commit: r707963 - in /tuscany/branches/sca-equinox: modules/node-launcher-equinox/ tools/eclipse/plugins/core/ tools/eclipse/plugins/ejava/ tools/eclipse/plugins/manager/ tools/eclipse/plugins/process/ tools/eclipse/plugins/web20/ tools/eclipse/plu...

Author: jsdelfino
Date: Sun Oct 26 02:51:43 2008
New Revision: 707963

URL: http://svn.apache.org/viewvc?rev=707963&view=rev
Log:
Updated equinox.common and equinox.app dependency levels.

Modified:
    tuscany/branches/sca-equinox/modules/node-launcher-equinox/pom.xml
    tuscany/branches/sca-equinox/tools/eclipse/plugins/core/pom.xml
    tuscany/branches/sca-equinox/tools/eclipse/plugins/ejava/pom.xml
    tuscany/branches/sca-equinox/tools/eclipse/plugins/manager/pom.xml
    tuscany/branches/sca-equinox/tools/eclipse/plugins/process/pom.xml
    tuscany/branches/sca-equinox/tools/eclipse/plugins/web20/pom.xml
    tuscany/branches/sca-equinox/tools/eclipse/plugins/webservice/pom.xml

Modified: tuscany/branches/sca-equinox/modules/node-launcher-equinox/pom.xml
URL: http://svn.apache.org/viewvc/tuscany/branches/sca-equinox/modules/node-launcher-equinox/pom.xml?rev=707963&r1=707962&r2=707963&view=diff
==============================================================================
--- tuscany/branches/sca-equinox/modules/node-launcher-equinox/pom.xml (original)
+++ tuscany/branches/sca-equinox/modules/node-launcher-equinox/pom.xml Sun Oct 26 02:51:43 2008
@@ -49,6 +49,19 @@
             <artifactId>runtime</artifactId>
             <version>3.3.100-v20070530</version>
             <scope>runtime</scope>
+            <exclusions>
+                <exclusion>
+                    <groupId>org.eclipse.equinox</groupId>
+                    <artifactId>app</artifactId>
+                </exclusion>
+            </exclusions>
+        </dependency>        
+
+        <dependency>
+            <groupId>org.eclipse.equinox</groupId>
+            <artifactId>app</artifactId>
+            <version>1.0.0-v20070606</version>
+            <scope>runtime</scope>
         </dependency>        
 
         <dependency>

Modified: tuscany/branches/sca-equinox/tools/eclipse/plugins/core/pom.xml
URL: http://svn.apache.org/viewvc/tuscany/branches/sca-equinox/tools/eclipse/plugins/core/pom.xml?rev=707963&r1=707962&r2=707963&view=diff
==============================================================================
--- tuscany/branches/sca-equinox/tools/eclipse/plugins/core/pom.xml (original)
+++ tuscany/branches/sca-equinox/tools/eclipse/plugins/core/pom.xml Sun Oct 26 02:51:43 2008
@@ -33,9 +33,31 @@
             <groupId>org.eclipse.jdt.debug</groupId>
             <artifactId>ui</artifactId>
             <version>3.2.100-v20070531-1800</version>
+            <exclusions>
+                <exclusion>
+                    <groupId>org.eclipse.equinox</groupId>
+                    <artifactId>common</artifactId>
+                </exclusion>
+                <exclusion>
+                    <groupId>org.eclipse.equinox</groupId>
+                    <artifactId>app</artifactId>
+                </exclusion>
+            </exclusions>
         </dependency>
 
         <dependency>
+            <groupId>org.eclipse.equinox</groupId>
+            <artifactId>app</artifactId>
+            <version>1.0.0-v20070606</version>
+        </dependency>        
+
+        <dependency>
+            <groupId>org.eclipse.equinox</groupId>
+            <artifactId>common</artifactId>
+            <version>3.3.0-v20070426</version>
+        </dependency>        
+
+        <dependency>
             <groupId>org.eclipse.swt.win32.win32</groupId>
             <artifactId>x86</artifactId>
             <version>3.3.0-v3346</version>

Modified: tuscany/branches/sca-equinox/tools/eclipse/plugins/ejava/pom.xml
URL: http://svn.apache.org/viewvc/tuscany/branches/sca-equinox/tools/eclipse/plugins/ejava/pom.xml?rev=707963&r1=707962&r2=707963&view=diff
==============================================================================
--- tuscany/branches/sca-equinox/tools/eclipse/plugins/ejava/pom.xml (original)
+++ tuscany/branches/sca-equinox/tools/eclipse/plugins/ejava/pom.xml Sun Oct 26 02:51:43 2008
@@ -33,9 +33,31 @@
             <groupId>org.eclipse.jdt.debug</groupId>
             <artifactId>ui</artifactId>
             <version>3.2.100-v20070531-1800</version>
+            <exclusions>
+                <exclusion>
+                    <groupId>org.eclipse.equinox</groupId>
+                    <artifactId>common</artifactId>
+                </exclusion>
+                <exclusion>
+                    <groupId>org.eclipse.equinox</groupId>
+                    <artifactId>app</artifactId>
+                </exclusion>
+            </exclusions>
         </dependency>
 
         <dependency>
+            <groupId>org.eclipse.equinox</groupId>
+            <artifactId>app</artifactId>
+            <version>1.0.0-v20070606</version>
+        </dependency>        
+
+        <dependency>
+            <groupId>org.eclipse.equinox</groupId>
+            <artifactId>common</artifactId>
+            <version>3.3.0-v20070426</version>
+        </dependency>        
+
+        <dependency>
             <groupId>org.eclipse.swt.win32.win32</groupId>
             <artifactId>x86</artifactId>
             <version>3.3.0-v3346</version>

Modified: tuscany/branches/sca-equinox/tools/eclipse/plugins/manager/pom.xml
URL: http://svn.apache.org/viewvc/tuscany/branches/sca-equinox/tools/eclipse/plugins/manager/pom.xml?rev=707963&r1=707962&r2=707963&view=diff
==============================================================================
--- tuscany/branches/sca-equinox/tools/eclipse/plugins/manager/pom.xml (original)
+++ tuscany/branches/sca-equinox/tools/eclipse/plugins/manager/pom.xml Sun Oct 26 02:51:43 2008
@@ -33,9 +33,31 @@
             <groupId>org.eclipse.jdt.debug</groupId>
             <artifactId>ui</artifactId>
             <version>3.2.100-v20070531-1800</version>
+            <exclusions>
+                <exclusion>
+                    <groupId>org.eclipse.equinox</groupId>
+                    <artifactId>common</artifactId>
+                </exclusion>
+                <exclusion>
+                    <groupId>org.eclipse.equinox</groupId>
+                    <artifactId>app</artifactId>
+                </exclusion>
+            </exclusions>
         </dependency>
 
         <dependency>
+            <groupId>org.eclipse.equinox</groupId>
+            <artifactId>app</artifactId>
+            <version>1.0.0-v20070606</version>
+        </dependency>        
+
+        <dependency>
+            <groupId>org.eclipse.equinox</groupId>
+            <artifactId>common</artifactId>
+            <version>3.3.0-v20070426</version>
+        </dependency>        
+
+        <dependency>
             <groupId>org.eclipse.swt.win32.win32</groupId>
             <artifactId>x86</artifactId>
             <version>3.3.0-v3346</version>

Modified: tuscany/branches/sca-equinox/tools/eclipse/plugins/process/pom.xml
URL: http://svn.apache.org/viewvc/tuscany/branches/sca-equinox/tools/eclipse/plugins/process/pom.xml?rev=707963&r1=707962&r2=707963&view=diff
==============================================================================
--- tuscany/branches/sca-equinox/tools/eclipse/plugins/process/pom.xml (original)
+++ tuscany/branches/sca-equinox/tools/eclipse/plugins/process/pom.xml Sun Oct 26 02:51:43 2008
@@ -33,9 +33,31 @@
             <groupId>org.eclipse.jdt.debug</groupId>
             <artifactId>ui</artifactId>
             <version>3.2.100-v20070531-1800</version>
+            <exclusions>
+                <exclusion>
+                    <groupId>org.eclipse.equinox</groupId>
+                    <artifactId>common</artifactId>
+                </exclusion>
+                <exclusion>
+                    <groupId>org.eclipse.equinox</groupId>
+                    <artifactId>app</artifactId>
+                </exclusion>
+            </exclusions>
         </dependency>
 
         <dependency>
+            <groupId>org.eclipse.equinox</groupId>
+            <artifactId>app</artifactId>
+            <version>1.0.0-v20070606</version>
+        </dependency>        
+
+        <dependency>
+            <groupId>org.eclipse.equinox</groupId>
+            <artifactId>common</artifactId>
+            <version>3.3.0-v20070426</version>
+        </dependency>        
+
+        <dependency>
             <groupId>org.eclipse.swt.win32.win32</groupId>
             <artifactId>x86</artifactId>
             <version>3.3.0-v3346</version>

Modified: tuscany/branches/sca-equinox/tools/eclipse/plugins/web20/pom.xml
URL: http://svn.apache.org/viewvc/tuscany/branches/sca-equinox/tools/eclipse/plugins/web20/pom.xml?rev=707963&r1=707962&r2=707963&view=diff
==============================================================================
--- tuscany/branches/sca-equinox/tools/eclipse/plugins/web20/pom.xml (original)
+++ tuscany/branches/sca-equinox/tools/eclipse/plugins/web20/pom.xml Sun Oct 26 02:51:43 2008
@@ -33,9 +33,31 @@
             <groupId>org.eclipse.jdt.debug</groupId>
             <artifactId>ui</artifactId>
             <version>3.2.100-v20070531-1800</version>
+            <exclusions>
+                <exclusion>
+                    <groupId>org.eclipse.equinox</groupId>
+                    <artifactId>common</artifactId>
+                </exclusion>
+                <exclusion>
+                    <groupId>org.eclipse.equinox</groupId>
+                    <artifactId>app</artifactId>
+                </exclusion>
+            </exclusions>
         </dependency>
 
         <dependency>
+            <groupId>org.eclipse.equinox</groupId>
+            <artifactId>app</artifactId>
+            <version>1.0.0-v20070606</version>
+        </dependency>        
+
+        <dependency>
+            <groupId>org.eclipse.equinox</groupId>
+            <artifactId>common</artifactId>
+            <version>3.3.0-v20070426</version>
+        </dependency>        
+
+        <dependency>
             <groupId>org.eclipse.swt.win32.win32</groupId>
             <artifactId>x86</artifactId>
             <version>3.3.0-v3346</version>

Modified: tuscany/branches/sca-equinox/tools/eclipse/plugins/webservice/pom.xml
URL: http://svn.apache.org/viewvc/tuscany/branches/sca-equinox/tools/eclipse/plugins/webservice/pom.xml?rev=707963&r1=707962&r2=707963&view=diff
==============================================================================
--- tuscany/branches/sca-equinox/tools/eclipse/plugins/webservice/pom.xml (original)
+++ tuscany/branches/sca-equinox/tools/eclipse/plugins/webservice/pom.xml Sun Oct 26 02:51:43 2008
@@ -33,9 +33,31 @@
             <groupId>org.eclipse.jdt.debug</groupId>
             <artifactId>ui</artifactId>
             <version>3.2.100-v20070531-1800</version>
+            <exclusions>
+                <exclusion>
+                    <groupId>org.eclipse.equinox</groupId>
+                    <artifactId>common</artifactId>
+                </exclusion>
+                <exclusion>
+                    <groupId>org.eclipse.equinox</groupId>
+                    <artifactId>app</artifactId>
+                </exclusion>
+            </exclusions>
         </dependency>
 
         <dependency>
+            <groupId>org.eclipse.equinox</groupId>
+            <artifactId>app</artifactId>
+            <version>1.0.0-v20070606</version>
+        </dependency>        
+
+        <dependency>
+            <groupId>org.eclipse.equinox</groupId>
+            <artifactId>common</artifactId>
+            <version>3.3.0-v20070426</version>
+        </dependency>        
+
+        <dependency>
             <groupId>org.eclipse.swt.win32.win32</groupId>
             <artifactId>x86</artifactId>
             <version>3.3.0-v3346</version>