Skip to content

Commit 9090caa

Browse files
Merge branch 'dev_eclipseplugin'
2 parents 084e992 + a33a77a commit 9090caa

File tree

12 files changed

+20
-25
lines changed

12 files changed

+20
-25
lines changed

cobigen-eclipse/cobigen-eclipse-feature/feature.xml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -2,7 +2,7 @@
22
<feature
33
id="com.devonfw.cobigen.eclipse.feature"
44
label="CobiGen Eclipse Plug-in"
5-
version="7.0.0"
5+
version="7.1.0"
66
provider-name="devonfw Team">
77

88
<description>

cobigen-eclipse/cobigen-eclipse-feature/pom.xml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -5,7 +5,7 @@
55
<artifactId>com.devonfw.cobigen.eclipse.feature</artifactId>
66
<name>CobiGen - Eclipse Plug-In Feature</name>
77
<packaging>eclipse-feature</packaging>
8-
<version>7.0.0</version>
8+
<version>7.1.0</version>
99

1010
<parent>
1111
<groupId>com.devonfw.cobigen</groupId>

cobigen-eclipse/cobigen-eclipse-test/META-INF/MANIFEST.MF

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -2,7 +2,7 @@ Manifest-Version: 1.0
22
Bundle-ManifestVersion: 2
33
Bundle-Name: CobiGen Eclipse Plug-In Tests
44
Bundle-SymbolicName: com.devonfw.cobigen.eclipse.test;singleton:=true
5-
Bundle-Version: 7.0.0
5+
Bundle-Version: 7.1.0
66
Bundle-Vendor: Capgemini
77
Bundle-RequiredExecutionEnvironment: JavaSE-1.8
88
Bundle-ActivationPolicy: lazy

cobigen-eclipse/cobigen-eclipse-test/pom.xml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -3,7 +3,7 @@
33
<artifactId>com.devonfw.cobigen.eclipse.test</artifactId>
44
<name>CobiGen - Eclipse Plug-In Tests</name>
55
<packaging>eclipse-test-plugin</packaging>
6-
<version>7.0.0</version>
6+
<version>7.1.0</version>
77

88
<parent>
99
<groupId>com.devonfw.cobigen</groupId>
@@ -19,7 +19,7 @@
1919
<dependency>
2020
<groupId>com.devonfw.cobigen</groupId>
2121
<artifactId>core-test</artifactId>
22-
<version>7.0.0</version>
22+
<version>7.1.0</version>
2323
</dependency>
2424
</dependencies>
2525

cobigen-eclipse/cobigen-eclipse-test/src/main/java/com/devonfw/cobigen/eclipse/test/ClassPathLoadingTest.java

Lines changed: 0 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -15,7 +15,6 @@
1515
import org.eclipse.swtbot.eclipse.finder.widgets.SWTBotView;
1616
import org.eclipse.swtbot.swt.finder.widgets.SWTBotTreeItem;
1717
import org.junit.BeforeClass;
18-
import org.junit.Ignore;
1918
import org.junit.Rule;
2019
import org.junit.Test;
2120

@@ -57,7 +56,6 @@ public static void setupClass() throws Exception {
5756
* Test fails
5857
*/
5958
@Test
60-
@Ignore // does not run on jdk8 on travis only, for any reason.
6159
public void testPreventClassPathShading() throws Exception {
6260

6361
// create a new temporary java project and copy java class used as an input for CobiGen

cobigen-eclipse/cobigen-eclipse-test/src/main/java/com/devonfw/cobigen/eclipse/test/OpenAPITest.java

Lines changed: 0 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -18,7 +18,6 @@
1818
import org.eclipse.swtbot.swt.finder.junit.SWTBotJunit4ClassRunner;
1919
import org.eclipse.swtbot.swt.finder.widgets.SWTBotTreeItem;
2020
import org.junit.BeforeClass;
21-
import org.junit.Ignore;
2221
import org.junit.Test;
2322
import org.junit.runner.RunWith;
2423

@@ -59,7 +58,6 @@ public static void setupClass() throws Exception {
5958
* test fails
6059
*/
6160
@Test
62-
@Ignore // does not run on jdk8 on travis only, for any reason.
6361
public void testBasicOpenAPIGeneration() throws Exception {
6462

6563
// copy sample project to external location and import it into the workspace
@@ -141,7 +139,6 @@ public void testBasicOpenAPIGeneration() throws Exception {
141139
* test fails
142140
*/
143141
@Test
144-
@Ignore // does not run on jdk8 on travis only, for any reason.
145142
public void testServiceBasedOpenAPIGeneration() throws Exception {
146143

147144
// copy sample project to external location and import it into the workspace

cobigen-eclipse/cobigen-eclipse-updatesite/pom.xml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -5,7 +5,7 @@
55
<artifactId>eclipse</artifactId>
66
<name>CobiGen - Eclipse Plug-In UpdateSite</name>
77
<packaging>eclipse-repository</packaging>
8-
<version>7.0.0</version>
8+
<version>7.1.0</version>
99

1010
<parent>
1111
<groupId>com.devonfw.cobigen</groupId>

cobigen-eclipse/cobigen-eclipse/.classpath

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -1,8 +1,8 @@
11
<?xml version="1.0" encoding="UTF-8"?>
22
<classpath>
3-
<classpathentry exported="true" kind="lib" path="lib/core-7.0.0.jar"/>
4-
<classpathentry exported="true" kind="lib" path="lib/core-api-7.0.0.jar"/>
5-
<classpathentry exported="true" kind="lib" path="lib/javaplugin-model-7.0.0.jar"/>
3+
<classpathentry exported="true" kind="lib" path="lib/core-7.1.0.jar"/>
4+
<classpathentry exported="true" kind="lib" path="lib/core-api-7.1.0.jar"/>
5+
<classpathentry exported="true" kind="lib" path="lib/javaplugin-model-7.1.0.jar"/>
66
<classpathentry kind="con" path="org.eclipse.jdt.launching.JRE_CONTAINER/org.eclipse.jdt.internal.debug.ui.launcher.StandardVMType/JavaSE-1.8"/>
77
<classpathentry kind="con" path="org.eclipse.pde.core.requiredPlugins"/>
88
<classpathentry kind="src" path="src/"/>

cobigen-eclipse/cobigen-eclipse/META-INF/MANIFEST.MF

Lines changed: 4 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -2,7 +2,7 @@ Manifest-Version: 1.0
22
Bundle-ManifestVersion: 2
33
Bundle-Name: CobiGen Eclipse Plug-in
44
Bundle-SymbolicName: com.devonfw.cobigen.eclipse;singleton:=true
5-
Bundle-Version: 7.0.0
5+
Bundle-Version: 7.1.0
66
Bundle-Activator: com.devonfw.cobigen.eclipse.Activator
77
Bundle-Vendor: devonfw Team
88
Require-Bundle: org.eclipse.ui;bundle-version="3.104.0",
@@ -44,7 +44,7 @@ Bundle-ClassPath: .,
4444
lib/logback-core-1.1.2.jar,
4545
lib/mmm-util-core-7.4.0.jar,
4646
lib/slf4j-api-1.7.21.jar,
47-
lib/core-7.0.0.jar,
48-
lib/core-api-7.0.0.jar,
49-
lib/javaplugin-model-7.0.0.jar
47+
lib/core-7.1.0.jar,
48+
lib/core-api-7.1.0.jar,
49+
lib/javaplugin-model-7.1.0.jar
5050
Export-Package: com.devonfw.cobigen.eclipse.common.constants.external

cobigen-eclipse/cobigen-eclipse/build.properties

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -27,6 +27,6 @@ bin.includes = .,\
2727
lib/logback-core-1.1.2.jar,\
2828
lib/mmm-util-core-7.4.0.jar,\
2929
lib/slf4j-api-1.7.21.jar,\
30-
lib/core-7.0.0.jar,\
31-
lib/core-api-7.0.0.jar,\
32-
lib/javaplugin-model-7.0.0.jar
30+
lib/core-7.1.0.jar,\
31+
lib/core-api-7.1.0.jar,\
32+
lib/javaplugin-model-7.1.0.jar

0 commit comments

Comments
 (0)