Skip to main content
aboutsummaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorDJ Houghton2009-04-20 21:56:41 +0000
committerDJ Houghton2009-04-20 21:56:41 +0000
commitdf9bd3f728ea492e9af8cfe9557b6dc1a5d4837c (patch)
tree303506a2c11c62013d9e95d6fce55ebd583471c8 /org.eclipse.equinox.p2.releng
parent40164cecf939f9f451ed469e0b51b422d1354a6b (diff)
downloadrt.equinox.p2-df9bd3f728ea492e9af8cfe9557b6dc1a5d4837c.tar.gz
rt.equinox.p2-df9bd3f728ea492e9af8cfe9557b6dc1a5d4837c.tar.xz
rt.equinox.p2-df9bd3f728ea492e9af8cfe9557b6dc1a5d4837c.zip
Bug 272992 - agent and installer missing new p2.repository bundle
Diffstat (limited to 'org.eclipse.equinox.p2.releng')
-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 c2fba68a2..9e8571fed 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
@@ -218,4 +218,11 @@
version="0.0.0"
unpack="false"/>
+ <plugin
+ id="org.eclipse.equinox.p2.repository"
+ download-size="0"
+ install-size="0"
+ version="0.0.0"
+ unpack="false"/>
+
</feature>

Back to the top