summaryrefslogtreecommitdiffstats
path: root/branches/sca-equinox
diff options
context:
space:
mode:
authorjsdelfino <jsdelfino@13f79535-47bb-0310-9956-ffa450edef68>2008-10-26 09:51:43 +0000
committerjsdelfino <jsdelfino@13f79535-47bb-0310-9956-ffa450edef68>2008-10-26 09:51:43 +0000
commitced88ce66721126b9d6e4daf0c3325306284ec7f (patch)
treef940d617a469d27a2528411be1c30d8ec40d19a2 /branches/sca-equinox
parent2256476f626c6d73f30a805992bda675b90f81f7 (diff)
Updated equinox.common and equinox.app dependency levels.
git-svn-id: http://svn.us.apache.org/repos/asf/tuscany@707963 13f79535-47bb-0310-9956-ffa450edef68
Diffstat (limited to 'branches/sca-equinox')
-rw-r--r--branches/sca-equinox/modules/node-launcher-equinox/pom.xml13
-rw-r--r--branches/sca-equinox/tools/eclipse/plugins/core/pom.xml22
-rw-r--r--branches/sca-equinox/tools/eclipse/plugins/ejava/pom.xml22
-rw-r--r--branches/sca-equinox/tools/eclipse/plugins/manager/pom.xml22
-rw-r--r--branches/sca-equinox/tools/eclipse/plugins/process/pom.xml22
-rw-r--r--branches/sca-equinox/tools/eclipse/plugins/web20/pom.xml22
-rw-r--r--branches/sca-equinox/tools/eclipse/plugins/webservice/pom.xml22
7 files changed, 145 insertions, 0 deletions
diff --git a/branches/sca-equinox/modules/node-launcher-equinox/pom.xml b/branches/sca-equinox/modules/node-launcher-equinox/pom.xml
index d601a22334..78e5f893a5 100644
--- a/branches/sca-equinox/modules/node-launcher-equinox/pom.xml
+++ b/branches/sca-equinox/modules/node-launcher-equinox/pom.xml
@@ -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>
diff --git a/branches/sca-equinox/tools/eclipse/plugins/core/pom.xml b/branches/sca-equinox/tools/eclipse/plugins/core/pom.xml
index b32ec079d4..32b46c3393 100644
--- a/branches/sca-equinox/tools/eclipse/plugins/core/pom.xml
+++ b/branches/sca-equinox/tools/eclipse/plugins/core/pom.xml
@@ -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>
diff --git a/branches/sca-equinox/tools/eclipse/plugins/ejava/pom.xml b/branches/sca-equinox/tools/eclipse/plugins/ejava/pom.xml
index 752d20f7c1..2637d72efd 100644
--- a/branches/sca-equinox/tools/eclipse/plugins/ejava/pom.xml
+++ b/branches/sca-equinox/tools/eclipse/plugins/ejava/pom.xml
@@ -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>
diff --git a/branches/sca-equinox/tools/eclipse/plugins/manager/pom.xml b/branches/sca-equinox/tools/eclipse/plugins/manager/pom.xml
index ae6b3516a2..25de28757c 100644
--- a/branches/sca-equinox/tools/eclipse/plugins/manager/pom.xml
+++ b/branches/sca-equinox/tools/eclipse/plugins/manager/pom.xml
@@ -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>
diff --git a/branches/sca-equinox/tools/eclipse/plugins/process/pom.xml b/branches/sca-equinox/tools/eclipse/plugins/process/pom.xml
index 5e7366c07b..b26cc3d855 100644
--- a/branches/sca-equinox/tools/eclipse/plugins/process/pom.xml
+++ b/branches/sca-equinox/tools/eclipse/plugins/process/pom.xml
@@ -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>
diff --git a/branches/sca-equinox/tools/eclipse/plugins/web20/pom.xml b/branches/sca-equinox/tools/eclipse/plugins/web20/pom.xml
index 7c450e753e..f5e68046a1 100644
--- a/branches/sca-equinox/tools/eclipse/plugins/web20/pom.xml
+++ b/branches/sca-equinox/tools/eclipse/plugins/web20/pom.xml
@@ -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>
diff --git a/branches/sca-equinox/tools/eclipse/plugins/webservice/pom.xml b/branches/sca-equinox/tools/eclipse/plugins/webservice/pom.xml
index 64fb36a15d..34f52610bd 100644
--- a/branches/sca-equinox/tools/eclipse/plugins/webservice/pom.xml
+++ b/branches/sca-equinox/tools/eclipse/plugins/webservice/pom.xml
@@ -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>