From 3636bcb15461773236f62548a0b9a08875af4468 Mon Sep 17 00:00:00 2001 From: Gunther Bachmann Date: Mon, 11 Jun 2018 10:00:04 +0200 Subject: [PATCH] use new core fixture 4.1.4 --- .../dsl/common/util/classpath/MavenClasspathUtilTest.xtend | 2 +- .../dsl/common/ui/utils/ProjectContentGenerator.xtend | 2 +- common/org.testeditor.dsl.common/.classpath | 2 +- common/org.testeditor.dsl.common/META-INF/MANIFEST.MF | 2 +- common/org.testeditor.dsl.common/build.properties | 2 +- common/org.testeditor.dsl.common/pom.xml | 2 +- rcp/org.testeditor.rcp4.uatests/.classpath | 2 +- rcp/org.testeditor.rcp4.uatests/META-INF/MANIFEST.MF | 2 +- rcp/org.testeditor.rcp4.uatests/build.properties | 2 +- rcp/org.testeditor.rcp4.uatests/pom.xml | 2 +- tcl/org.testeditor.tcl.dsl/.classpath | 2 +- tcl/org.testeditor.tcl.dsl/META-INF/MANIFEST.MF | 2 +- tcl/org.testeditor.tcl.dsl/build.properties | 2 +- tcl/org.testeditor.tcl.dsl/pom.xml | 2 +- 14 files changed, 14 insertions(+), 14 deletions(-) diff --git a/common/org.testeditor.dsl.common.tests/src/org/testeditor/dsl/common/util/classpath/MavenClasspathUtilTest.xtend b/common/org.testeditor.dsl.common.tests/src/org/testeditor/dsl/common/util/classpath/MavenClasspathUtilTest.xtend index f4e69bc0..f445495b 100644 --- a/common/org.testeditor.dsl.common.tests/src/org/testeditor/dsl/common/util/classpath/MavenClasspathUtilTest.xtend +++ b/common/org.testeditor.dsl.common.tests/src/org/testeditor/dsl/common/util/classpath/MavenClasspathUtilTest.xtend @@ -73,7 +73,7 @@ class MavenClasspathUtilTest extends AbstractTest { org.testeditor.fixture core-fixture - 4.1.3 + 4.1.4 compile diff --git a/common/org.testeditor.dsl.common.ui/src/org/testeditor/dsl/common/ui/utils/ProjectContentGenerator.xtend b/common/org.testeditor.dsl.common.ui/src/org/testeditor/dsl/common/ui/utils/ProjectContentGenerator.xtend index 923a1db5..7dac3cf0 100644 --- a/common/org.testeditor.dsl.common.ui/src/org/testeditor/dsl/common/ui/utils/ProjectContentGenerator.xtend +++ b/common/org.testeditor.dsl.common.ui/src/org/testeditor/dsl/common/ui/utils/ProjectContentGenerator.xtend @@ -45,7 +45,7 @@ class ProjectContentGenerator { static public val TEST_EDITOR_MAVEN_PLUGIN_VERSION = "1.3" static public val TEST_EDITOR_WEB_FIXTURE = "4.1.1" - static public val TEST_EDITOR_CORE_FIXTURE = "4.1.3" + static public val TEST_EDITOR_CORE_FIXTURE = "4.1.4" static public val TEST_EDITOR_SWING_FIXTURE = "3.1.1" static public val TEST_EDITOR_GRADLE_PLUGIN_VERSION = "0.8" diff --git a/common/org.testeditor.dsl.common/.classpath b/common/org.testeditor.dsl.common/.classpath index e42c025e..34e120ee 100644 --- a/common/org.testeditor.dsl.common/.classpath +++ b/common/org.testeditor.dsl.common/.classpath @@ -8,6 +8,6 @@ - + diff --git a/common/org.testeditor.dsl.common/META-INF/MANIFEST.MF b/common/org.testeditor.dsl.common/META-INF/MANIFEST.MF index 429a4ea5..df9e8e8c 100644 --- a/common/org.testeditor.dsl.common/META-INF/MANIFEST.MF +++ b/common/org.testeditor.dsl.common/META-INF/MANIFEST.MF @@ -4,7 +4,7 @@ Bundle-Name: %pluginName Bundle-SymbolicName: org.testeditor.dsl.common;singleton:=true Bundle-Version: 1.17.1.qualifier Bundle-RequiredExecutionEnvironment: JavaSE-1.8 -Bundle-ClassPath: lib/core-fixture-4.1.3.jar,. +Bundle-ClassPath: lib/core-fixture-4.1.4.jar,. Bundle-Vendor: Signal Iduna Corporation Require-Bundle: org.eclipse.xtend.lib.macro, org.eclipse.xtext, diff --git a/common/org.testeditor.dsl.common/build.properties b/common/org.testeditor.dsl.common/build.properties index 4c2fa83b..56d5b22a 100644 --- a/common/org.testeditor.dsl.common/build.properties +++ b/common/org.testeditor.dsl.common/build.properties @@ -3,4 +3,4 @@ source.. = src/,\ output.. = bin/ bin.includes = META-INF/,\ .,\ - lib/core-fixture-4.1.3.jar + lib/core-fixture-4.1.4.jar diff --git a/common/org.testeditor.dsl.common/pom.xml b/common/org.testeditor.dsl.common/pom.xml index 2a7dfd6a..d69835a1 100644 --- a/common/org.testeditor.dsl.common/pom.xml +++ b/common/org.testeditor.dsl.common/pom.xml @@ -17,7 +17,7 @@ org.testeditor.fixture core-fixture - 4.1.3 + 4.1.4 diff --git a/rcp/org.testeditor.rcp4.uatests/.classpath b/rcp/org.testeditor.rcp4.uatests/.classpath index 74783d20..8d4db496 100644 --- a/rcp/org.testeditor.rcp4.uatests/.classpath +++ b/rcp/org.testeditor.rcp4.uatests/.classpath @@ -10,6 +10,6 @@ - + diff --git a/rcp/org.testeditor.rcp4.uatests/META-INF/MANIFEST.MF b/rcp/org.testeditor.rcp4.uatests/META-INF/MANIFEST.MF index 4b38e686..8c29b1e6 100644 --- a/rcp/org.testeditor.rcp4.uatests/META-INF/MANIFEST.MF +++ b/rcp/org.testeditor.rcp4.uatests/META-INF/MANIFEST.MF @@ -25,4 +25,4 @@ Bundle-ClassPath: ., lib/log4j-api-2.5.jar, lib/log4j-slf4j-impl-2.5.jar, lib/slf4j-api-1.7.18.jar, - lib/core-fixture-4.1.3.jar + lib/core-fixture-4.1.4.jar diff --git a/rcp/org.testeditor.rcp4.uatests/build.properties b/rcp/org.testeditor.rcp4.uatests/build.properties index a03cfb51..4939500f 100644 --- a/rcp/org.testeditor.rcp4.uatests/build.properties +++ b/rcp/org.testeditor.rcp4.uatests/build.properties @@ -8,4 +8,4 @@ bin.includes = META-INF/,\ lib/log4j-api-2.5.jar,\ lib/log4j-slf4j-impl-2.5.jar,\ lib/slf4j-api-1.7.18.jar,\ - lib/core-fixture-4.1.3.jar + lib/core-fixture-4.1.4.jar diff --git a/rcp/org.testeditor.rcp4.uatests/pom.xml b/rcp/org.testeditor.rcp4.uatests/pom.xml index e0cb1c96..3f2bad67 100644 --- a/rcp/org.testeditor.rcp4.uatests/pom.xml +++ b/rcp/org.testeditor.rcp4.uatests/pom.xml @@ -23,7 +23,7 @@ org.testeditor.fixture core-fixture - 4.1.3 + 4.1.4 org.eclipse.xtend diff --git a/tcl/org.testeditor.tcl.dsl/.classpath b/tcl/org.testeditor.tcl.dsl/.classpath index e274ca45..1a38ab61 100644 --- a/tcl/org.testeditor.tcl.dsl/.classpath +++ b/tcl/org.testeditor.tcl.dsl/.classpath @@ -13,6 +13,6 @@ - + diff --git a/tcl/org.testeditor.tcl.dsl/META-INF/MANIFEST.MF b/tcl/org.testeditor.tcl.dsl/META-INF/MANIFEST.MF index ad4ec542..d53ccd57 100644 --- a/tcl/org.testeditor.tcl.dsl/META-INF/MANIFEST.MF +++ b/tcl/org.testeditor.tcl.dsl/META-INF/MANIFEST.MF @@ -39,4 +39,4 @@ Export-Package: org.testeditor.fixture.core, org.testeditor.tcl.dsl.serializer, org.testeditor.tcl.dsl.services, org.testeditor.tcl.dsl.validation -Bundle-ClassPath: lib/core-fixture-4.1.3.jar,. +Bundle-ClassPath: lib/core-fixture-4.1.4.jar,. diff --git a/tcl/org.testeditor.tcl.dsl/build.properties b/tcl/org.testeditor.tcl.dsl/build.properties index adf4dd55..f7e02d16 100644 --- a/tcl/org.testeditor.tcl.dsl/build.properties +++ b/tcl/org.testeditor.tcl.dsl/build.properties @@ -3,7 +3,7 @@ source.. = src/,\ xtend-gen/ bin.includes = META-INF/,\ .,\ - lib/core-fixture-4.1.3.jar + lib/core-fixture-4.1.4.jar additional.bundles = org.eclipse.xtext.generator,\ org.apache.commons.logging,\ org.eclipse.emf.codegen.ecore,\ diff --git a/tcl/org.testeditor.tcl.dsl/pom.xml b/tcl/org.testeditor.tcl.dsl/pom.xml index b4dc7652..008a77eb 100644 --- a/tcl/org.testeditor.tcl.dsl/pom.xml +++ b/tcl/org.testeditor.tcl.dsl/pom.xml @@ -20,7 +20,7 @@ org.testeditor.fixture core-fixture - 4.1.3 + 4.1.4