Skip to main content
aboutsummaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorQuentin Le Menez2016-11-22 14:56:27 +0000
committerGerrit Code Review @ Eclipse.org2016-11-22 16:20:43 +0000
commit89febaac134140f608cdb2f957bc0b0d9cf709ba (patch)
tree54a9bd2599d24dd1ff3ee582f0e44b24a35c1bdc /features
parentb4f1a8ce8cf91a47540aae253892f1842df60807 (diff)
downloadorg.eclipse.papyrus-89febaac134140f608cdb2f957bc0b0d9cf709ba.tar.gz
org.eclipse.papyrus-89febaac134140f608cdb2f957bc0b0d9cf709ba.tar.xz
org.eclipse.papyrus-89febaac134140f608cdb2f957bc0b0d9cf709ba.zip
[Releng] [Oxygen] Update to the new Aggregator file
Signed-off-by: Quentin Le Menez <quentin.lemenez@cea.fr>
Diffstat (limited to 'features')
-rw-r--r--features/papyrus-dev-features/org.eclipse.papyrus.dev.feature/feature.xml12
1 files changed, 6 insertions, 6 deletions
diff --git a/features/papyrus-dev-features/org.eclipse.papyrus.dev.feature/feature.xml b/features/papyrus-dev-features/org.eclipse.papyrus.dev.feature/feature.xml
index 708688dcbb1..1c257edfd4a 100644
--- a/features/papyrus-dev-features/org.eclipse.papyrus.dev.feature/feature.xml
+++ b/features/papyrus-dev-features/org.eclipse.papyrus.dev.feature/feature.xml
@@ -113,39 +113,39 @@ http://www.eclipse.org/legal/epl-v10.html
unpack="false"/>
<plugin
- id="org.eclipse.b3.aggregator"
+ id="org.eclipse.cbi.p2repo.aggregator"
download-size="0"
install-size="0"
version="0.0.0"
unpack="false"/>
<plugin
- id="org.eclipse.b3.aggregator.legacy"
+ id="org.eclipse.cbi.p2repo.aggregator.legacy"
download-size="0"
install-size="0"
version="0.0.0"
unpack="false"/>
<plugin
- id="org.eclipse.b3.cli"
+ id="org.eclipse.cbi.p2repo.util"
download-size="0"
install-size="0"
version="0.0.0"
unpack="false"/>
<plugin
- id="org.eclipse.b3.p2"
+ id="org.eclipse.cbi.p2repo.cli"
download-size="0"
install-size="0"
version="0.0.0"
unpack="false"/>
<plugin
- id="org.eclipse.b3.util"
+ id="org.eclipse.cbi.p2repo.p2"
download-size="0"
install-size="0"
version="0.0.0"
- unpack="false"/>
+ unpack="false"/>
<plugin
id="org.eclipse.papyrus.mwe2.utils"

Back to the top