Skip to main content
aboutsummaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
Diffstat (limited to 'releng/tests/main-tests-with-cdo/targetPlatform/org.eclipse.papyrus.main.tests.cdo.targetplatform.tpd')
-rwxr-xr-xreleng/tests/main-tests-with-cdo/targetPlatform/org.eclipse.papyrus.main.tests.cdo.targetplatform.tpd25
1 files changed, 11 insertions, 14 deletions
diff --git a/releng/tests/main-tests-with-cdo/targetPlatform/org.eclipse.papyrus.main.tests.cdo.targetplatform.tpd b/releng/tests/main-tests-with-cdo/targetPlatform/org.eclipse.papyrus.main.tests.cdo.targetplatform.tpd
index 1c6fc3f0a38..0f666722928 100755
--- a/releng/tests/main-tests-with-cdo/targetPlatform/org.eclipse.papyrus.main.tests.cdo.targetplatform.tpd
+++ b/releng/tests/main-tests-with-cdo/targetPlatform/org.eclipse.papyrus.main.tests.cdo.targetplatform.tpd
@@ -2,19 +2,16 @@ target "Papyrus CDO Tests" with source requirements
include "../../main-tests/targetPlatform/org.eclipse.papyrus.main.tests.targetplatform.tpd"
-
/*** Updates from the Simrel repository ***/
-
-//updateFrom("EMF CDO",0)
-
-location cdo "https://download.eclipse.org/modeling/emf/cdo/drops/S20211124-0725" {
- org.eclipse.emf.cdo.admin lazy
- org.eclipse.emf.cdo.dawn lazy
- org.eclipse.emf.cdo.dawn.gmf lazy
- org.eclipse.emf.cdo.ecore lazy
- org.eclipse.emf.cdo.explorer lazy
- org.eclipse.emf.cdo.explorer.ui lazy
- org.eclipse.emf.cdo.gmf.notation lazy
- org.eclipse.emf.cdo.server.ocl lazy
- org.eclipse.emf.cdo.ui.admin lazy
+// updateFrom("EMF CDO",0)
+location cdo "https://download.eclipse.org/modeling/emf/cdo/drops/R20231129-0739" {
+ org.eclipse.emf.cdo.admin lazy
+ org.eclipse.emf.cdo.dawn lazy
+ org.eclipse.emf.cdo.dawn.gmf lazy
+ org.eclipse.emf.cdo.ecore lazy
+ org.eclipse.emf.cdo.explorer lazy
+ org.eclipse.emf.cdo.explorer.ui lazy
+ org.eclipse.emf.cdo.gmf.notation lazy
+ org.eclipse.emf.cdo.server.ocl lazy
+ org.eclipse.emf.cdo.ui.admin lazy
} \ No newline at end of file

Back to the top