Skip to main content
aboutsummaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorPascal Rapicault2010-03-20 18:53:30 +0000
committerPascal Rapicault2010-03-20 18:53:30 +0000
commitc23071a56a89a44e9433258516dda390c2095afa (patch)
tree9008de2286a4ff7787a86977d6260794f0311c36
parent9ffd3eb8f6c72033b60feb7db876cc169c46bf7c (diff)
downloadrt.equinox.p2-c23071a56a89a44e9433258516dda390c2095afa.tar.gz
rt.equinox.p2-c23071a56a89a44e9433258516dda390c2095afa.tar.xz
rt.equinox.p2-c23071a56a89a44e9433258516dda390c2095afa.zip
add p2.ql
-rw-r--r--org.eclipse.equinox.p2.releng/buildtime-features/org.eclipse.equinox.p2.agent.feature/feature.xml7
1 files changed, 7 insertions, 0 deletions
diff --git a/org.eclipse.equinox.p2.releng/buildtime-features/org.eclipse.equinox.p2.agent.feature/feature.xml b/org.eclipse.equinox.p2.releng/buildtime-features/org.eclipse.equinox.p2.agent.feature/feature.xml
index a8310326f..5a48e3d76 100644
--- a/org.eclipse.equinox.p2.releng/buildtime-features/org.eclipse.equinox.p2.agent.feature/feature.xml
+++ b/org.eclipse.equinox.p2.releng/buildtime-features/org.eclipse.equinox.p2.agent.feature/feature.xml
@@ -226,4 +226,11 @@
version="0.0.0"
unpack="false"/>
+ <plugin
+ id="org.eclipse.equinox.p2.ql"
+ download-size="0"
+ install-size="0"
+ version="0.0.0"
+ unpack="false"/>
+
</feature>

Back to the top