summaryrefslogtreecommitdiffstats
path: root/branches/sca-equinox/modules/node-launcher-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/modules/node-launcher-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/modules/node-launcher-equinox')
-rw-r--r--branches/sca-equinox/modules/node-launcher-equinox/pom.xml13
1 files changed, 13 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>