diff options
Diffstat (limited to 'branches/sca-equinox/tools/eclipse/plugins/process/pom.xml')
-rw-r--r-- | branches/sca-equinox/tools/eclipse/plugins/process/pom.xml | 22 |
1 files changed, 22 insertions, 0 deletions
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> |