File tree Expand file tree Collapse file tree 12 files changed +20
-25
lines changed
src/main/java/com/devonfw/cobigen/eclipse/test
cobigen-eclipse-updatesite Expand file tree Collapse file tree 12 files changed +20
-25
lines changed Original file line number Diff line number Diff line change 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 >
Original file line number Diff line number Diff line change 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 >
Original file line number Diff line number Diff line change @@ -2,7 +2,7 @@ Manifest-Version: 1.0
22Bundle-ManifestVersion : 2
33Bundle-Name : CobiGen Eclipse Plug-In Tests
44Bundle-SymbolicName : com.devonfw.cobigen.eclipse.test;singleton:=true
5- Bundle-Version : 7.0 .0
5+ Bundle-Version : 7.1 .0
66Bundle-Vendor : Capgemini
77Bundle-RequiredExecutionEnvironment : JavaSE-1.8
88Bundle-ActivationPolicy : lazy
Original file line number Diff line number Diff line change 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 >
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
Original file line number Diff line number Diff line change 1515import org .eclipse .swtbot .eclipse .finder .widgets .SWTBotView ;
1616import org .eclipse .swtbot .swt .finder .widgets .SWTBotTreeItem ;
1717import org .junit .BeforeClass ;
18- import org .junit .Ignore ;
1918import org .junit .Rule ;
2019import 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
Original file line number Diff line number Diff line change 1818import org .eclipse .swtbot .swt .finder .junit .SWTBotJunit4ClassRunner ;
1919import org .eclipse .swtbot .swt .finder .widgets .SWTBotTreeItem ;
2020import org .junit .BeforeClass ;
21- import org .junit .Ignore ;
2221import org .junit .Test ;
2322import 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
Original file line number Diff line number Diff line change 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 >
Original file line number Diff line number Diff line change 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/" />
Original file line number Diff line number Diff line change @@ -2,7 +2,7 @@ Manifest-Version: 1.0
22Bundle-ManifestVersion : 2
33Bundle-Name : CobiGen Eclipse Plug-in
44Bundle-SymbolicName : com.devonfw.cobigen.eclipse;singleton:=true
5- Bundle-Version : 7.0 .0
5+ Bundle-Version : 7.1 .0
66Bundle-Activator : com.devonfw.cobigen.eclipse.Activator
77Bundle-Vendor : devonfw Team
88Require-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
5050Export-Package : com.devonfw.cobigen.eclipse.common.constants.external
Original file line number Diff line number Diff 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
You can’t perform that action at this time.
0 commit comments