Skip to main content
aboutsummaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorIgor Fedorenko2014-07-07 20:22:46 +0000
committerIgor Fedorenko2014-07-08 04:54:43 +0000
commit2b6eace30686c8e2961d64a8b508aa231d0c9d61 (patch)
tree5df912e647a4d3bb584dcb10a5ce7dd91c8cc8cd /org.eclipse.m2e.feature
parentdc8bf3bfa170f3197426d4e5ea2ce03fc03bc19c (diff)
downloadm2e-core-2b6eace30686c8e2961d64a8b508aa231d0c9d61.tar.gz
m2e-core-2b6eace30686c8e2961d64a8b508aa231d0c9d61.tar.xz
m2e-core-2b6eace30686c8e2961d64a8b508aa231d0c9d61.zip
438922 moved cli workspace resolver to a separate git repo
Signed-off-by: Igor Fedorenko <igor@ifedorenko.com>
Diffstat (limited to 'org.eclipse.m2e.feature')
-rw-r--r--org.eclipse.m2e.feature/feature.xml7
1 files changed, 7 insertions, 0 deletions
diff --git a/org.eclipse.m2e.feature/feature.xml b/org.eclipse.m2e.feature/feature.xml
index 92c90045..7b27c340 100644
--- a/org.eclipse.m2e.feature/feature.xml
+++ b/org.eclipse.m2e.feature/feature.xml
@@ -69,6 +69,13 @@
unpack="false"/>
<plugin
+ id="org.eclipse.m2e.workspace.cli"
+ download-size="0"
+ install-size="0"
+ version="0.0.0"
+ unpack="false"/>
+
+ <plugin
id="org.eclipse.m2e.jdt"
download-size="0"
install-size="0"

Back to the top