Skip to main content
aboutsummaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorPascal Rapicault2011-02-11 22:11:07 +0000
committerPascal Rapicault2011-02-11 22:11:07 +0000
commit5d9b0a01b47f08368982f1fffbad818bc58334dc (patch)
tree06a5fd795ca5ab26813043bdcdd41f765990cedc /org.eclipse.m2e.feature
parent0137f03b92ce37676c4295db2332b784c222d1cb (diff)
downloadm2e-core-5d9b0a01b47f08368982f1fffbad818bc58334dc.tar.gz
m2e-core-5d9b0a01b47f08368982f1fffbad818bc58334dc.tar.xz
m2e-core-5d9b0a01b47f08368982f1fffbad818bc58334dc.zip
Capture packaging type and plugin ids using UDC infrastructure.
Diffstat (limited to 'org.eclipse.m2e.feature')
-rw-r--r--org.eclipse.m2e.feature/feature.xml6
1 files changed, 6 insertions, 0 deletions
diff --git a/org.eclipse.m2e.feature/feature.xml b/org.eclipse.m2e.feature/feature.xml
index 06bbf12a..f521ec1c 100644
--- a/org.eclipse.m2e.feature/feature.xml
+++ b/org.eclipse.m2e.feature/feature.xml
@@ -127,6 +127,12 @@
version="0.0.0"
unpack="false"/>
+ <plugin id="org.eclipse.m2e.usagedata"
+ download-size="0"
+ install-size="0"
+ version="0.0.0"
+ unpack="false"/>
+
<plugin id="com.ning.async-http-client"
download-size="0"
install-size="0"

Back to the top