diff --git a/build/com.opcoach.genmodeladdon.feature/feature.xml b/build/com.opcoach.genmodeladdon.feature/feature.xml index 7cdbeab..88e46ca 100644 --- a/build/com.opcoach.genmodeladdon.feature/feature.xml +++ b/build/com.opcoach.genmodeladdon.feature/feature.xml @@ -2,7 +2,7 @@ diff --git a/build/com.opcoach.genmodeladdon.feature/pom.xml b/build/com.opcoach.genmodeladdon.feature/pom.xml index 9403407..e0cdf5c 100644 --- a/build/com.opcoach.genmodeladdon.feature/pom.xml +++ b/build/com.opcoach.genmodeladdon.feature/pom.xml @@ -13,7 +13,7 @@ com.opcoach.genmodeladdon com.opcoach.genmodeladdon.feature - 1.4.0-SNAPSHOT + 1.5.0-SNAPSHOT eclipse-feature diff --git a/build/com.opcoach.genmodeladdon.parent/pom.xml b/build/com.opcoach.genmodeladdon.parent/pom.xml index d771b9f..6128cd1 100644 --- a/build/com.opcoach.genmodeladdon.parent/pom.xml +++ b/build/com.opcoach.genmodeladdon.parent/pom.xml @@ -8,7 +8,7 @@ pom - 0.23.0 + 0.24.0 diff --git a/build/com.opcoach.genmodeladdon.repository/category.xml b/build/com.opcoach.genmodeladdon.repository/category.xml index f633fd5..cf0c863 100644 --- a/build/com.opcoach.genmodeladdon.repository/category.xml +++ b/build/com.opcoach.genmodeladdon.repository/category.xml @@ -1,6 +1,6 @@ - + diff --git a/build/com.opcoach.genmodeladdon.repository/pom.xml b/build/com.opcoach.genmodeladdon.repository/pom.xml index 4dbc0b2..7661f55 100644 --- a/build/com.opcoach.genmodeladdon.repository/pom.xml +++ b/build/com.opcoach.genmodeladdon.repository/pom.xml @@ -13,7 +13,7 @@ com.opcoach.genmodeladdon com.opcoach.genmodeladdon.repository - 1.4.0-SNAPSHOT + 1.5.0-SNAPSHOT eclipse-repository diff --git a/com.opcoach.genmodeladdon.core.test/META-INF/MANIFEST.MF b/com.opcoach.genmodeladdon.core.test/META-INF/MANIFEST.MF index 7a63f31..f869ae9 100644 --- a/com.opcoach.genmodeladdon.core.test/META-INF/MANIFEST.MF +++ b/com.opcoach.genmodeladdon.core.test/META-INF/MANIFEST.MF @@ -2,9 +2,9 @@ Manifest-Version: 1.0 Bundle-ManifestVersion: 2 Bundle-Name: Test Bundle-SymbolicName: com.opcoach.genmodeladdon.core.test;singleton:=true -Bundle-Version: 1.4.0.qualifier +Bundle-Version: 1.5.0.qualifier Bundle-Vendor: OPCOACH -Fragment-Host: com.opcoach.genmodeladdon.core;bundle-version="1.3.0" +Fragment-Host: com.opcoach.genmodeladdon.core;bundle-version="1.5.0" Bundle-RequiredExecutionEnvironment: JavaSE-1.6 Require-Bundle: com.opcoach.genmodeladdon.sample;bundle-version="1.3.0", org.junit;bundle-version="4.12.0", diff --git a/com.opcoach.genmodeladdon.core.test/TestInterfaceGeneration.launch b/com.opcoach.genmodeladdon.core.test/TestInterfaceGeneration.launch index 52edd38..802d4d9 100644 --- a/com.opcoach.genmodeladdon.core.test/TestInterfaceGeneration.launch +++ b/com.opcoach.genmodeladdon.core.test/TestInterfaceGeneration.launch @@ -20,7 +20,9 @@ - + + + @@ -39,7 +41,7 @@ - + diff --git a/com.opcoach.genmodeladdon.core.test/pom.xml b/com.opcoach.genmodeladdon.core.test/pom.xml index 4fe8788..4d61394 100644 --- a/com.opcoach.genmodeladdon.core.test/pom.xml +++ b/com.opcoach.genmodeladdon.core.test/pom.xml @@ -13,7 +13,7 @@ com.opcoach.genmodeladdon com.opcoach.genmodeladdon.core.test - 1.4.0-SNAPSHOT + 1.5.0-SNAPSHOT eclipse-test-plugin diff --git a/com.opcoach.genmodeladdon.core/META-INF/MANIFEST.MF b/com.opcoach.genmodeladdon.core/META-INF/MANIFEST.MF index bf0b6fc..ebdc572 100644 --- a/com.opcoach.genmodeladdon.core/META-INF/MANIFEST.MF +++ b/com.opcoach.genmodeladdon.core/META-INF/MANIFEST.MF @@ -2,7 +2,7 @@ Manifest-Version: 1.0 Bundle-ManifestVersion: 2 Bundle-Name: Core Bundle-SymbolicName: com.opcoach.genmodeladdon.core -Bundle-Version: 1.4.0.qualifier +Bundle-Version: 1.5.0.qualifier Bundle-Vendor: OPCOACH Bundle-RequiredExecutionEnvironment: JavaSE-1.6 Require-Bundle: org.eclipse.xtend;bundle-version="2.0.0";resolution:=optional, diff --git a/com.opcoach.genmodeladdon.core/genmodeladdon.setup b/com.opcoach.genmodeladdon.core/genmodeladdon.setup new file mode 100644 index 0000000..cfca135 --- /dev/null +++ b/com.opcoach.genmodeladdon.core/genmodeladdon.setup @@ -0,0 +1,120 @@ + + + + Define the JRE needed to compile and run the Java projects of ${scope.project.label} + + + Set the heap space needed to work with the projects of ${scope.project.label} + + + Initialize JDT's package explorer to show working sets as its root objects + + + + Install the tools needed in the IDE to work with the source code for ${scope.project.label} + + + + + github.remoteURIs + + + ${scope.project.label} Github repository + + + remoteURI + + + ${scope.project.label} + + + + + + + + + + + + + + + + + + + + + + + + + + + The dynamic working sets for ${scope.project.label} + + + + genmodeladdon provides cool stuff. + diff --git a/com.opcoach.genmodeladdon.core/pom.xml b/com.opcoach.genmodeladdon.core/pom.xml index 475f0c7..8eba75d 100644 --- a/com.opcoach.genmodeladdon.core/pom.xml +++ b/com.opcoach.genmodeladdon.core/pom.xml @@ -13,7 +13,7 @@ com.opcoach.genmodeladdon com.opcoach.genmodeladdon.core - 1.4.0-SNAPSHOT + 1.5.0-SNAPSHOT eclipse-plugin \ No newline at end of file diff --git a/com.opcoach.genmodeladdon.sample/META-INF/MANIFEST.MF b/com.opcoach.genmodeladdon.sample/META-INF/MANIFEST.MF index 846ebc1..d91d360 100644 --- a/com.opcoach.genmodeladdon.sample/META-INF/MANIFEST.MF +++ b/com.opcoach.genmodeladdon.sample/META-INF/MANIFEST.MF @@ -2,7 +2,7 @@ Manifest-Version: 1.0 Bundle-ManifestVersion: 2 Bundle-Name: Sample Bundle-SymbolicName: com.opcoach.genmodeladdon.sample;singleton:=true -Bundle-Version: 1.3.0.qualifier +Bundle-Version: 1.5.0.qualifier Eclipse-BundleShape: dir Bundle-RequiredExecutionEnvironment: JavaSE-1.6 Bundle-ClassPath: ant_tasks/importer.ecore.tasks.jar, diff --git a/com.opcoach.genmodeladdon.sample/pom.xml b/com.opcoach.genmodeladdon.sample/pom.xml index 7641d20..7545cb3 100644 --- a/com.opcoach.genmodeladdon.sample/pom.xml +++ b/com.opcoach.genmodeladdon.sample/pom.xml @@ -13,7 +13,7 @@ com.opcoach.genmodeladdon com.opcoach.genmodeladdon.sample - 1.3.0-SNAPSHOT + 1.5.0-SNAPSHOT eclipse-plugin \ No newline at end of file diff --git a/com.opcoach.genmodeladdon.ui/META-INF/MANIFEST.MF b/com.opcoach.genmodeladdon.ui/META-INF/MANIFEST.MF index 268420a..3dce687 100644 --- a/com.opcoach.genmodeladdon.ui/META-INF/MANIFEST.MF +++ b/com.opcoach.genmodeladdon.ui/META-INF/MANIFEST.MF @@ -2,7 +2,7 @@ Manifest-Version: 1.0 Bundle-ManifestVersion: 2 Bundle-Name: Genmodeladdon Bundle-SymbolicName: com.opcoach.genmodeladdon.ui;singleton:=true -Bundle-Version: 1.4.0.qualifier +Bundle-Version: 1.5.0.qualifier Bundle-Vendor: OPCOACH Require-Bundle: org.eclipse.core.runtime, com.opcoach.genmodeladdon.core;bundle-version="1.0.0", diff --git a/com.opcoach.genmodeladdon.ui/pom.xml b/com.opcoach.genmodeladdon.ui/pom.xml index 95acb9a..b4124a7 100644 --- a/com.opcoach.genmodeladdon.ui/pom.xml +++ b/com.opcoach.genmodeladdon.ui/pom.xml @@ -13,7 +13,7 @@ com.opcoach.genmodeladdon com.opcoach.genmodeladdon.ui - 1.4.0-SNAPSHOT + 1.5.0-SNAPSHOT eclipse-plugin \ No newline at end of file