Skip to main content
aboutsummaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorCamille Letavernier2015-12-07 16:10:17 +0000
committerGerrit Code Review @ Eclipse.org2015-12-07 18:21:04 +0000
commit027fb9e91f579652573446d9e6b1efebfb315fe6 (patch)
treea4061974415b0f6a16194ec0a65fe5f5aa52ca66 /releng/extra
parent4b1361f7269cf0db9ce94494de959859a64a1435 (diff)
downloadorg.eclipse.papyrus-027fb9e91f579652573446d9e6b1efebfb315fe6.tar.gz
org.eclipse.papyrus-027fb9e91f579652573446d9e6b1efebfb315fe6.tar.xz
org.eclipse.papyrus-027fb9e91f579652573446d9e6b1efebfb315fe6.zip
Bug 483827: [Model Import] Move the Papyrus-RT specific part of the
ModelImport to the Papyrus-RT project https://bugs.eclipse.org/bugs/show_bug.cgi?id=483827 - Remove all Papyrus-RT references/dependencies - Add an extension point to let external tools extend the Import Transformation (Internal API with PapyrusRT being the only client) Change-Id: I2e191a6570b3050387b2b138158d34abfdc71d62 Signed-off-by: Camille Letavernier <camille.letavernier@cea.fr>
Diffstat (limited to 'releng/extra')
-rw-r--r--releng/extra/pom.xml6
-rw-r--r--releng/extra/site/category.xml3
2 files changed, 0 insertions, 9 deletions
diff --git a/releng/extra/pom.xml b/releng/extra/pom.xml
index 7b33dd5d2de..bab3df97258 100644
--- a/releng/extra/pom.xml
+++ b/releng/extra/pom.xml
@@ -287,12 +287,6 @@
<!-- manualUpdate -->
<url>${rmf.repo.url}</url>
</repository>
- <repository>
- <id>PapyrusRT</id>
- <layout>p2</layout>
- <!-- manualUpdate -->
- <url>${papyrusrt.repo.url}</url>
- </repository>
</repositories>
<build>
diff --git a/releng/extra/site/category.xml b/releng/extra/site/category.xml
index 5a3132e3290..b53462dceec 100644
--- a/releng/extra/site/category.xml
+++ b/releng/extra/site/category.xml
@@ -174,9 +174,6 @@
<feature url="features/org.eclipse.papyrus.revisiontool.feature_0.7.0.qualifier.jar" id="org.eclipse.papyrus.revisiontool.feature" version="0.7.0.qualifier">
<category name="org.eclipse.papyrus.extra.others.category"/>
</feature>
- <bundle id="org.eclipse.papyrusrt.umlrt.profile" version="0.7.0.qualifier">
- <category name="org.eclipse.papyrus.extra.others.category"/>
- </bundle>
<category-def name="org.eclipse.papyrus.extra.category" label="Papyrus Extra (All - Not recommended)">
<description>
Papyrus Extra Category

Back to the top