Skip to main content
aboutsummaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorMickael Istria2013-10-21 13:00:31 +0000
committerGerrit Code Review @ Eclipse.org2013-10-24 16:10:08 +0000
commitcf677b309e289c3b74dd7fdef42679c54ff6f081 (patch)
treec1cb3182e29ba27e7c8bd016c77393dcf198a98d /features
parentc99a811c4451455489e2df82bc9dd41be74a6eba (diff)
downloadeclipse.platform.team-cf677b309e289c3b74dd7fdef42679c54ff6f081.tar.gz
eclipse.platform.team-cf677b309e289c3b74dd7fdef42679c54ff6f081.tar.xz
eclipse.platform.team-cf677b309e289c3b74dd7fdef42679c54ff6f081.zip
Bug 419201: Remove dependency for org.eclipse.platform feature
We can hope this dependency is not necessary when relying on p2. This dependency cause a "cyclic dependency" between a couple of Platform Git repositories, which makes it impossible to leverage Maven modularity. Signed-off-by: Mickael Istria <mistria@redhat.com>
Diffstat (limited to 'features')
-rw-r--r--features/org.eclipse.cvs-feature/feature.xml4
1 files changed, 0 insertions, 4 deletions
diff --git a/features/org.eclipse.cvs-feature/feature.xml b/features/org.eclipse.cvs-feature/feature.xml
index c9507e935..e9dbea10c 100644
--- a/features/org.eclipse.cvs-feature/feature.xml
+++ b/features/org.eclipse.cvs-feature/feature.xml
@@ -19,10 +19,6 @@
%license
</license>
- <requires>
- <import feature="org.eclipse.platform" version="3.7.0" match="greaterOrEqual"/>
- </requires>
-
<plugin
id="org.eclipse.cvs"
download-size="0"

Back to the top