diff options
author | jsdelfino <jsdelfino@13f79535-47bb-0310-9956-ffa450edef68> | 2008-10-26 09:51:43 +0000 |
---|---|---|
committer | jsdelfino <jsdelfino@13f79535-47bb-0310-9956-ffa450edef68> | 2008-10-26 09:51:43 +0000 |
commit | ced88ce66721126b9d6e4daf0c3325306284ec7f (patch) | |
tree | f940d617a469d27a2528411be1c30d8ec40d19a2 /branches/sca-equinox/tools/eclipse/plugins/core | |
parent | 2256476f626c6d73f30a805992bda675b90f81f7 (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/tools/eclipse/plugins/core')
-rw-r--r-- | branches/sca-equinox/tools/eclipse/plugins/core/pom.xml | 22 |
1 files changed, 22 insertions, 0 deletions
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> |