Skip to main content
aboutsummaryrefslogtreecommitdiffstats
path: root/releng
diff options
context:
space:
mode:
authorBenoit Maggi2017-05-04 14:50:34 +0000
committerGerrit Code Review @ Eclipse.org2017-05-05 07:13:06 +0000
commitf87e0da88fa8682d4811c37dc24ba9e84a26584a (patch)
tree63ebdf84c4159e0d9858d4bf9b0d90c07f8c6fc6 /releng
parent02cf942c718ffaa6c43e9ebd5e22f90bc0545aad (diff)
downloadorg.eclipse.papyrus-f87e0da88fa8682d4811c37dc24ba9e84a26584a.tar.gz
org.eclipse.papyrus-f87e0da88fa8682d4811c37dc24ba9e84a26584a.tar.xz
org.eclipse.papyrus-f87e0da88fa8682d4811c37dc24ba9e84a26584a.zip
Bug 516185 - [Extra] Archive education
- remove the plugin and the feature Change-Id: I51f24b4a7c80d2294b69fc70d2e939f7cce7cc77 Signed-off-by: Benoit Maggi <benoit.maggi@cea.fr>
Diffstat (limited to 'releng')
-rw-r--r--releng/extra/pom.xml4
-rw-r--r--releng/extra/site/category.xml6
2 files changed, 0 insertions, 10 deletions
diff --git a/releng/extra/pom.xml b/releng/extra/pom.xml
index 2f5abeab579..1df56a9b974 100644
--- a/releng/extra/pom.xml
+++ b/releng/extra/pom.xml
@@ -35,10 +35,6 @@
<module>../../extraplugins/soaml/org.eclipse.papyrus.soaml.diagram.ui</module>
<module>../../extraplugins/soaml/org.eclipse.papyrus.soaml.diagram.common</module>
- <!-- Papyrus 4 Education -->
- <module>../../extraplugins/papyrus4education/org.eclipse.papyrus.uml.diagram.education</module>
- <module>../../features/papyrus-extra-features/org.eclipse.papyrus.uml.diagram.education.feature</module>
-
<module>../../extraplugins/spem2/org.eclipse.papyrus.spem2.profile</module>
<!-- SysML 1.1 -->
diff --git a/releng/extra/site/category.xml b/releng/extra/site/category.xml
index 3eec39458a7..19dcbc89ae5 100644
--- a/releng/extra/site/category.xml
+++ b/releng/extra/site/category.xml
@@ -9,12 +9,6 @@
<feature url="features/org.eclipse.papyrus.extra.eastadl.feature_1.2.0.qualifier.jar" id="org.eclipse.papyrus.extra.eastadl.feature" version="1.2.0.qualifier">
<category name="org.eclipse.papyrus.extra.others.category"/>
</feature>
- <feature url="features/org.eclipse.papyrus.uml.diagram.education.feature_0.7.0.qualifier.jar" id="org.eclipse.papyrus.uml.diagram.education.feature" version="0.7.0.qualifier">
- <category name="org.eclipse.papyrus.extra.others.category"/>
- </feature>
- <feature url="features/org.eclipse.papyrus.uml.diagram.education.feature.source_0.7.0.qualifier.jar" id="org.eclipse.papyrus.uml.diagram.education.feature.source" version="0.7.0.qualifier">
- <category name="org.eclipse.papyrus.extra.others.category"/>
- </feature>
<feature url="features/org.eclipse.papyrus.extra.eastadl.feature.source_1.2.0.qualifier.jar" id="org.eclipse.papyrus.extra.eastadl.feature.source" version="1.2.0.qualifier">
<category name="org.eclipse.papyrus.extra.others.category"/>
</feature>

Back to the top