Skip to content

Commit

Permalink
use new core fixture 4.1.4
Browse files Browse the repository at this point in the history
  • Loading branch information
gunther-bachmann committed Jun 11, 2018
1 parent ffc2faf commit 3636bcb
Show file tree
Hide file tree
Showing 14 changed files with 14 additions and 14 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -73,7 +73,7 @@ class MavenClasspathUtilTest extends AbstractTest {
<dependency>
<groupId>org.testeditor.fixture</groupId>
<artifactId>core-fixture</artifactId>
<version>4.1.3</version>
<version>4.1.4</version>
<scope>compile</scope>
</dependency>
</dependencies>
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -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"

Expand Down
2 changes: 1 addition & 1 deletion common/org.testeditor.dsl.common/.classpath
Original file line number Diff line number Diff line change
Expand Up @@ -8,6 +8,6 @@
</classpathentry>
<classpathentry kind="con" path="org.eclipse.pde.core.requiredPlugins"/>
<classpathentry kind="con" path="org.eclipse.jdt.launching.JRE_CONTAINER/org.eclipse.jdt.internal.debug.ui.launcher.StandardVMType/JavaSE-1.8"/>
<classpathentry kind="lib" path="lib/core-fixture-4.1.3.jar"/>
<classpathentry kind="lib" path="lib/core-fixture-4.1.4.jar"/>
<classpathentry kind="output" path="bin"/>
</classpath>
2 changes: 1 addition & 1 deletion common/org.testeditor.dsl.common/META-INF/MANIFEST.MF
Original file line number Diff line number Diff line change
Expand Up @@ -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,
Expand Down
2 changes: 1 addition & 1 deletion common/org.testeditor.dsl.common/build.properties
Original file line number Diff line number Diff line change
Expand Up @@ -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
2 changes: 1 addition & 1 deletion common/org.testeditor.dsl.common/pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -17,7 +17,7 @@
<dependency>
<groupId>org.testeditor.fixture</groupId>
<artifactId>core-fixture</artifactId>
<version>4.1.3</version>
<version>4.1.4</version>
</dependency>
</dependencies>

Expand Down
2 changes: 1 addition & 1 deletion rcp/org.testeditor.rcp4.uatests/.classpath
Original file line number Diff line number Diff line change
Expand Up @@ -10,6 +10,6 @@
<classpathentry kind="src" path="src/test/resources"/>
<classpathentry exported="true" kind="lib" path="lib/log4j-core-2.5.jar"/>
<classpathentry exported="true" kind="lib" path="lib/log4j-api-2.5.jar"/>
<classpathentry exported="true" kind="lib" path="lib/core-fixture-4.1.3.jar"/>
<classpathentry exported="true" kind="lib" path="lib/core-fixture-4.1.4.jar"/>
<classpathentry kind="output" path="bin"/>
</classpath>
2 changes: 1 addition & 1 deletion rcp/org.testeditor.rcp4.uatests/META-INF/MANIFEST.MF
Original file line number Diff line number Diff line change
Expand Up @@ -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
2 changes: 1 addition & 1 deletion rcp/org.testeditor.rcp4.uatests/build.properties
Original file line number Diff line number Diff line change
Expand Up @@ -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
2 changes: 1 addition & 1 deletion rcp/org.testeditor.rcp4.uatests/pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -23,7 +23,7 @@
<dependency>
<groupId>org.testeditor.fixture</groupId>
<artifactId>core-fixture</artifactId>
<version>4.1.3</version>
<version>4.1.4</version>
</dependency>
<dependency>
<groupId>org.eclipse.xtend</groupId>
Expand Down
2 changes: 1 addition & 1 deletion tcl/org.testeditor.tcl.dsl/.classpath
Original file line number Diff line number Diff line change
Expand Up @@ -13,6 +13,6 @@
<attribute name="ignore_optional_problems" value="true"/>
</attributes>
</classpathentry>
<classpathentry exported="true" kind="lib" path="lib/core-fixture-4.1.3.jar"/>
<classpathentry exported="true" kind="lib" path="lib/core-fixture-4.1.4.jar"/>
<classpathentry kind="output" path="bin"/>
</classpath>
2 changes: 1 addition & 1 deletion tcl/org.testeditor.tcl.dsl/META-INF/MANIFEST.MF
Original file line number Diff line number Diff line change
Expand Up @@ -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,.
2 changes: 1 addition & 1 deletion tcl/org.testeditor.tcl.dsl/build.properties
Original file line number Diff line number Diff line change
Expand Up @@ -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,\
Expand Down
2 changes: 1 addition & 1 deletion tcl/org.testeditor.tcl.dsl/pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -20,7 +20,7 @@
<dependency>
<groupId>org.testeditor.fixture</groupId>
<artifactId>core-fixture</artifactId>
<version>4.1.3</version>
<version>4.1.4</version>
</dependency>
</dependencies>

Expand Down

0 comments on commit 3636bcb

Please sign in to comment.