Skip to main content
aboutsummaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorBenoit Maggi2017-02-10 09:47:32 +0000
committerGerrit Code Review @ Eclipse.org2017-02-10 13:34:58 +0000
commitadf4774aae48b56f994cf79329f6aac148388800 (patch)
tree5423104be73807f95e5107599f99827cd04bd2ad /releng/org.eclipse.papyrus.oomph
parentabb87bf02f8c9757901218de8a87b85467d969a6 (diff)
downloadorg.eclipse.papyrus-adf4774aae48b56f994cf79329f6aac148388800.tar.gz
org.eclipse.papyrus-adf4774aae48b56f994cf79329f6aac148388800.tar.xz
org.eclipse.papyrus-adf4774aae48b56f994cf79329f6aac148388800.zip
Bug 512020 - [UML Compare] Remove deprecated extra uml.compare
- remove code, tests, features... - the correct version of compare for Papyrus may be found in EMF-Compare project. Change-Id: Iff96f9be346c3a1fc77e7660931c62a4a722d121 Signed-off-by: Benoit Maggi <benoit.maggi@cea.fr>
Diffstat (limited to 'releng/org.eclipse.papyrus.oomph')
-rw-r--r--releng/org.eclipse.papyrus.oomph/setups/papyrus.setup3
1 files changed, 0 insertions, 3 deletions
diff --git a/releng/org.eclipse.papyrus.oomph/setups/papyrus.setup b/releng/org.eclipse.papyrus.oomph/setups/papyrus.setup
index a8ac135919e..41dd3c2afc0 100644
--- a/releng/org.eclipse.papyrus.oomph/setups/papyrus.setup
+++ b/releng/org.eclipse.papyrus.oomph/setups/papyrus.setup
@@ -1729,9 +1729,6 @@
<project label="UML Compare" name="umlcompare">
<setupTask xsi:type="setup:VariableTask" name="papyrus.extraplugins.folder" value="uml/compare"/>
<setupTask xsi:type="setup:VariableTask" name="papyrus.extrafeature" value="extra.uml.compare"/>
- <stream label="master (Oxygen/3.0)" name="master">
- <setupTask xsi:type="setup:VariableTask" name="papyrus.bugzilla.version" value="${papyrus.bugzver.master}"/>
- </stream>
<stream label="streams/2.0-maintenance (Neon/2.x)" name="streams/2.0-maintenance">
<setupTask xsi:type="setup:VariableTask" name="papyrus.bugzilla.version" value="${papyrus.bugzver.neon}"/>
</stream>

Back to the top