Skip to main content
aboutsummaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorChristian W. Damus2016-02-09 18:37:09 +0000
committerCéline Janssens2016-04-07 07:09:21 +0000
commitab0edaafca8ead04f15e5b0bad6f8cf9c5a6fa6a (patch)
tree4ef50e092935004a85610f44e94b0fd99069893a /tests/junit/umlrt/tooling/org.eclipse.papyrusrt.umlrt.tooling.ui.tests/src/org/eclipse/papyrusrt/umlrt/tooling/ui/tests/configuration/ConstraintEnvironmentTest.java
parent7b638afcc5107b7facf8cd69c8e1ee026d71fada (diff)
downloadorg.eclipse.papyrus-rt-ab0edaafca8ead04f15e5b0bad6f8cf9c5a6fa6a.tar.gz
org.eclipse.papyrus-rt-ab0edaafca8ead04f15e5b0bad6f8cf9c5a6fa6a.tar.xz
org.eclipse.papyrus-rt-ab0edaafca8ead04f15e5b0bad6f8cf9c5a6fa6a.zip
Bug 487380: Setup Neon buildmaven
https://bugs.eclipse.org/bugs/show_bug.cgi?id=487380 Update the build for selection of stable or bleeding-edge dependencies according to a new NIGHTLY_DEPS Hudson configuration variable. Update the build for the latest stable RCPTT Runner Maven Plug-in for Eclipse Neon . Updates for final API changes in Papyrus Neon M6 in the refactoring of UI-dependent APIs and the replacement of integer visual IDs in the generated diagrams with meaningful shared IDs. Add the Papyrus C++ Library bundle to the codegen test bundle's dependencies because it is required in the target platform to resolve references from test models to the AnsiCLibrary.uml. (master branch - java 8_64 required) Change-Id: Ic73c458c4822813516d8e8eed552e3656bbfc5e4 Co-authored-by: Remi Schnekenburger <remi.schnekenburger@cea.fr> Signed-off-by: Remi Schnekenburger <remi.schnekenburger@cea.fr> Signed-off-by: Christian W. Damus <give.a.damus@gmail.com> Signed-off-by: Céline Janssens <Celine.Janssens@all4tec.net>
Diffstat (limited to 'tests/junit/umlrt/tooling/org.eclipse.papyrusrt.umlrt.tooling.ui.tests/src/org/eclipse/papyrusrt/umlrt/tooling/ui/tests/configuration/ConstraintEnvironmentTest.java')
-rw-r--r--tests/junit/umlrt/tooling/org.eclipse.papyrusrt.umlrt.tooling.ui.tests/src/org/eclipse/papyrusrt/umlrt/tooling/ui/tests/configuration/ConstraintEnvironmentTest.java1
1 files changed, 0 insertions, 1 deletions
diff --git a/tests/junit/umlrt/tooling/org.eclipse.papyrusrt.umlrt.tooling.ui.tests/src/org/eclipse/papyrusrt/umlrt/tooling/ui/tests/configuration/ConstraintEnvironmentTest.java b/tests/junit/umlrt/tooling/org.eclipse.papyrusrt.umlrt.tooling.ui.tests/src/org/eclipse/papyrusrt/umlrt/tooling/ui/tests/configuration/ConstraintEnvironmentTest.java
index 476df2dbd..fd3951e93 100644
--- a/tests/junit/umlrt/tooling/org.eclipse.papyrusrt.umlrt.tooling.ui.tests/src/org/eclipse/papyrusrt/umlrt/tooling/ui/tests/configuration/ConstraintEnvironmentTest.java
+++ b/tests/junit/umlrt/tooling/org.eclipse.papyrusrt.umlrt.tooling.ui.tests/src/org/eclipse/papyrusrt/umlrt/tooling/ui/tests/configuration/ConstraintEnvironmentTest.java
@@ -13,7 +13,6 @@
package org.eclipse.papyrusrt.umlrt.tooling.ui.tests.configuration;
-import org.eclipse.papyrus.junit.utils.tests.AbstractEMFResourceTest;
import org.eclipse.papyrusrt.umlrt.tooling.ui.Activator;
import org.junit.Test;

Back to the top