Skip to main content
aboutsummaryrefslogtreecommitdiffstats
path: root/releng
diff options
context:
space:
mode:
authorBenoit Maggi2017-03-03 12:33:06 +0000
committerBenoit Maggi2017-04-10 13:55:32 +0000
commit41e1c785d4ef6a5f5f9e827d492e86a54af00ed9 (patch)
treed7c1b6a33d8d8827494807e08170de5ff511e551 /releng
parenta1caa9538848d2fa00418624a47482c2eaf6a671 (diff)
downloadorg.eclipse.papyrus-41e1c785d4ef6a5f5f9e827d492e86a54af00ed9.tar.gz
org.eclipse.papyrus-41e1c785d4ef6a5f5f9e827d492e86a54af00ed9.tar.xz
org.eclipse.papyrus-41e1c785d4ef6a5f5f9e827d492e86a54af00ed9.zip
Bug 512989 - [DSML Validation] The dsml validation extra should be moved
to incubation repository - remove all the code related to dsml.validation (except the documentation) - the code is now available in org.eclipse.papyrus.incubation - remove unused dependency in rsa migration and soaml Change-Id: Id87206bd516a2cc064c05b036d56714b5e369b6c Signed-off-by: Benoit Maggi <benoit.maggi@cea.fr>
Diffstat (limited to 'releng')
-rw-r--r--releng/extra/pom.xml7
-rw-r--r--releng/extra/site/category.xml6
2 files changed, 0 insertions, 13 deletions
diff --git a/releng/extra/pom.xml b/releng/extra/pom.xml
index 90e767a3c1e..2f5abeab579 100644
--- a/releng/extra/pom.xml
+++ b/releng/extra/pom.xml
@@ -17,18 +17,11 @@
<modules>
<!-- features -->
- <module>../../features/papyrus-extra-features/org.eclipse.papyrus.extra.dsml.validation.feature</module>
<module>../../features/papyrus-extra-features/org.eclipse.papyrus.extra.eastadl.feature</module>
<module>../../features/papyrus-extra-features/org.eclipse.papyrus.extra.feature</module>
<module>../../features/papyrus-extra-features/org.eclipse.papyrus.extra.soaml.feature</module>
<!-- plug-ins-->
- <module>../../extraplugins/dsml.validation/org.eclipse.papyrus.dsml.validation</module>
- <module>../../extraplugins/dsml.validation/org.eclipse.papyrus.dsml.validation.generator</module>
- <module>../../extraplugins/dsml.validation/org.eclipse.papyrus.dsml.validation.model</module>
- <module>../../extraplugins/dsml.validation/org.eclipse.papyrus.dsml.validation.model.ui</module>
- <module>../../extraplugins/dsml.validation/org.eclipse.papyrus.dsml.validation.properties</module>
- <module>../../extraplugins/dsml.validation/org.eclipse.papyrus.dsml.validation.wizard</module>
<module>../../extraplugins/eastadl/org.eclipse.papyrus.eastadl</module>
<module>../../extraplugins/eastadl/org.eclipse.papyrus.eastadl.nattable</module>
<module>../../extraplugins/eastadl/org.eclipse.papyrus.eastadl.nattable.allocation</module>
diff --git a/releng/extra/site/category.xml b/releng/extra/site/category.xml
index d487a70a6a4..3eec39458a7 100644
--- a/releng/extra/site/category.xml
+++ b/releng/extra/site/category.xml
@@ -6,12 +6,6 @@
<feature url="features/org.eclipse.papyrus.extra.feature_1.2.0.qualifier.jar" id="org.eclipse.papyrus.extra.feature" version="1.2.0.qualifier">
<category name="org.eclipse.papyrus.extra.category"/>
</feature>
- <feature url="features/org.eclipse.papyrus.extra.dsml.validation.feature_1.2.0.qualifier.jar" id="org.eclipse.papyrus.extra.dsml.validation.feature" version="1.2.0.qualifier">
- <category name="org.eclipse.papyrus.extra.others.category"/>
- </feature>
- <feature url="features/org.eclipse.papyrus.extra.dsml.validation.feature.source_1.2.0.qualifier.jar" id="org.eclipse.papyrus.extra.dsml.validation.feature.source" version="1.2.0.qualifier">
- <category name="org.eclipse.papyrus.extra.others.category"/>
- </feature>
<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>

Back to the top