diff options
author | jsdelfino <jsdelfino@13f79535-47bb-0310-9956-ffa450edef68> | 2008-10-29 23:44:29 +0000 |
---|---|---|
committer | jsdelfino <jsdelfino@13f79535-47bb-0310-9956-ffa450edef68> | 2008-10-29 23:44:29 +0000 |
commit | 01d5cda417c43c3220360f57ffd371e5a19279d9 (patch) | |
tree | 72621eb5cba680db24d030894671b9c4ecea554a /branches | |
parent | 20a210faaee380f101155ec1a43f0aed47470322 (diff) |
Removed unnecessary Eclipse dependencies.
git-svn-id: http://svn.us.apache.org/repos/asf/tuscany@709046 13f79535-47bb-0310-9956-ffa450edef68
Diffstat (limited to 'branches')
-rw-r--r-- | branches/sca-equinox/tools/maven/maven-eclipse-compiler/pom.xml | 52 |
1 files changed, 40 insertions, 12 deletions
diff --git a/branches/sca-equinox/tools/maven/maven-eclipse-compiler/pom.xml b/branches/sca-equinox/tools/maven/maven-eclipse-compiler/pom.xml index 86384f4fcc..9a200e03af 100644 --- a/branches/sca-equinox/tools/maven/maven-eclipse-compiler/pom.xml +++ b/branches/sca-equinox/tools/maven/maven-eclipse-compiler/pom.xml @@ -89,17 +89,10 @@ <groupId>org.eclipse</groupId> <artifactId>text</artifactId> </exclusion> - <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.core</groupId> <artifactId>resources</artifactId> @@ -107,12 +100,16 @@ <scope>runtime</scope> <exclusions> <exclusion> - <groupId>org.eclipse.equinox</groupId> - <artifactId>common</artifactId> + <groupId>org.eclipse.core</groupId> + <artifactId>expressions</artifactId> </exclusion> <exclusion> - <groupId>org.eclipse.equinox</groupId> - <artifactId>app</artifactId> + <groupId>org.eclipse.core</groupId> + <artifactId>filesystem</artifactId> + </exclusion> + <exclusion> + <groupId>org.eclipse.core</groupId> + <artifactId>runtime</artifactId> </exclusion> </exclusions> </dependency> @@ -136,6 +133,19 @@ <dependency> <groupId>org.eclipse.core</groupId> + <artifactId>expressions</artifactId> + <version>3.3.0-v20070606-0010</version> + <scope>runtime</scope> + <exclusions> + <exclusion> + <groupId>org.eclipse.core</groupId> + <artifactId>runtime</artifactId> + </exclusion> + </exclusions> + </dependency> + + <dependency> + <groupId>org.eclipse.core</groupId> <artifactId>filesystem</artifactId> <version>1.1.0-v20070606</version> <scope>runtime</scope> @@ -165,6 +175,23 @@ <groupId>org.eclipse.equinox</groupId> <artifactId>app</artifactId> </exclusion> + <exclusion> + <groupId>org.eclipse.core</groupId> + <artifactId>commands</artifactId> + </exclusion> + </exclusions> + </dependency> + + <dependency> + <groupId>org.eclipse.core</groupId> + <artifactId>commands</artifactId> + <version>3.3.0-I20070605-0010</version> + <scope>runtime</scope> + <exclusions> + <exclusion> + <groupId>org.eclipse.equinox</groupId> + <artifactId>common</artifactId> + </exclusion> </exclusions> </dependency> @@ -201,6 +228,7 @@ </exclusion> </exclusions> </dependency> +--> </dependencies> <build> |