Skip to content

Commit

Permalink
Merge c4f9245 into b8e222c
Browse files Browse the repository at this point in the history
  • Loading branch information
LorenzoBettini committed Sep 3, 2020
2 parents b8e222c + c4f9245 commit ac24564
Show file tree
Hide file tree
Showing 54 changed files with 59 additions and 58 deletions.
2 changes: 1 addition & 1 deletion edelta.parent/edelta.bom/pom.xml
Expand Up @@ -10,7 +10,7 @@
</parent>
<groupId>io.github.lorenzobettini.edelta</groupId>
<artifactId>edelta.bom</artifactId>
<version>2.0.0-SNAPSHOT</version>
<version>2.0.1-SNAPSHOT</version>
<packaging>pom</packaging>

<name>Edelta BOM</name>
Expand Down
2 changes: 1 addition & 1 deletion edelta.parent/edelta.example/META-INF/MANIFEST.MF
Expand Up @@ -2,7 +2,7 @@ Manifest-Version: 1.0
Bundle-ManifestVersion: 2
Bundle-Name: Edelta Example Project
Bundle-SymbolicName: edelta.example
Bundle-Version: 0.9.0.qualifier
Bundle-Version: 2.0.1.qualifier
Bundle-RequiredExecutionEnvironment: JavaSE-11
Require-Bundle: edelta.model.example;bundle-version="0.1.0",
edelta.lib,
Expand Down
2 changes: 1 addition & 1 deletion edelta.parent/edelta.examples/META-INF/MANIFEST.MF
Expand Up @@ -3,7 +3,7 @@ Automatic-Module-Name: edelta.examples
Bundle-ManifestVersion: 2
Bundle-Name: edelta.examples
Bundle-Vendor: Lorenzo Bettini
Bundle-Version: 2.0.0.qualifier
Bundle-Version: 2.0.1.qualifier
Bundle-SymbolicName: edelta.examples;singleton:=true
Bundle-ActivationPolicy: lazy
Require-Bundle: edelta.lib,
Expand Down
2 changes: 1 addition & 1 deletion edelta.parent/edelta.examples/pom.xml
Expand Up @@ -5,7 +5,7 @@
<parent>
<groupId>io.github.lorenzobettini.edelta</groupId>
<artifactId>edelta.parent</artifactId>
<version>2.0.0-SNAPSHOT</version>
<version>2.0.1-SNAPSHOT</version>
</parent>
<artifactId>edelta.examples</artifactId>
<packaging>eclipse-test-plugin</packaging>
Expand Down
2 changes: 1 addition & 1 deletion edelta.parent/edelta.feature/feature.xml
Expand Up @@ -2,7 +2,7 @@
<feature
id="edelta.feature"
label="Edelta Feature "
version="2.0.0.qualifier"
version="2.0.1.qualifier"
provider-name="Lorenzo Bettini">

<requires>
Expand Down
2 changes: 1 addition & 1 deletion edelta.parent/edelta.feature/pom.xml
Expand Up @@ -4,7 +4,7 @@
<parent>
<groupId>io.github.lorenzobettini.edelta</groupId>
<artifactId>edelta.parent</artifactId>
<version>2.0.0-SNAPSHOT</version>
<version>2.0.1-SNAPSHOT</version>
</parent>
<artifactId>edelta.feature</artifactId>
<packaging>eclipse-feature</packaging>
Expand Down
2 changes: 1 addition & 1 deletion edelta.parent/edelta.ide/META-INF/MANIFEST.MF
Expand Up @@ -2,7 +2,7 @@ Manifest-Version: 1.0
Bundle-ManifestVersion: 2
Bundle-Name: edelta.ide
Bundle-Vendor: Lorenzo Bettini
Bundle-Version: 2.0.0.qualifier
Bundle-Version: 2.0.1.qualifier
Bundle-SymbolicName: edelta.ide; singleton:=true
Bundle-ActivationPolicy: lazy
Require-Bundle: edelta,
Expand Down
2 changes: 1 addition & 1 deletion edelta.parent/edelta.ide/pom.xml
Expand Up @@ -4,7 +4,7 @@
<parent>
<groupId>io.github.lorenzobettini.edelta</groupId>
<artifactId>edelta.parent</artifactId>
<version>2.0.0-SNAPSHOT</version>
<version>2.0.1-SNAPSHOT</version>
</parent>
<artifactId>edelta.ide</artifactId>
<packaging>eclipse-plugin</packaging>
Expand Down
2 changes: 1 addition & 1 deletion edelta.parent/edelta.lib.tests/META-INF/MANIFEST.MF
Expand Up @@ -2,7 +2,7 @@ Manifest-Version: 1.0
Bundle-ManifestVersion: 2
Bundle-Name: Edelta Library Tests
Bundle-SymbolicName: edelta.lib.tests
Bundle-Version: 2.0.0.qualifier
Bundle-Version: 2.0.1.qualifier
Bundle-Vendor: Lorenzo Bettini
Bundle-RequiredExecutionEnvironment: JavaSE-11
Require-Bundle: edelta.lib,
Expand Down
2 changes: 1 addition & 1 deletion edelta.parent/edelta.lib.tests/pom.xml
Expand Up @@ -5,7 +5,7 @@
<parent>
<groupId>io.github.lorenzobettini.edelta</groupId>
<artifactId>edelta.tests.parent</artifactId>
<version>2.0.0-SNAPSHOT</version>
<version>2.0.1-SNAPSHOT</version>
<relativePath>../edelta.tests.parent/pom.xml</relativePath>
</parent>
<artifactId>edelta.lib.tests</artifactId>
Expand Down
2 changes: 1 addition & 1 deletion edelta.parent/edelta.lib/META-INF/MANIFEST.MF
Expand Up @@ -2,7 +2,7 @@ Manifest-Version: 1.0
Bundle-ManifestVersion: 2
Bundle-Name: Edelta Library
Bundle-SymbolicName: edelta.lib
Bundle-Version: 2.0.0.qualifier
Bundle-Version: 2.0.1.qualifier
Bundle-Vendor: Lorenzo Bettini
Bundle-RequiredExecutionEnvironment: JavaSE-11
Require-Bundle: org.eclipse.xtext.xbase.lib;visibility:=reexport,
Expand Down
2 changes: 1 addition & 1 deletion edelta.parent/edelta.lib/pom.xml
Expand Up @@ -5,7 +5,7 @@
<parent>
<groupId>io.github.lorenzobettini.edelta</groupId>
<artifactId>edelta.parent</artifactId>
<version>2.0.0-SNAPSHOT</version>
<version>2.0.1-SNAPSHOT</version>
</parent>
<artifactId>edelta.lib</artifactId>
<packaging>eclipse-plugin</packaging>
Expand Down
2 changes: 1 addition & 1 deletion edelta.parent/edelta.maven.example/pom.xml
Expand Up @@ -5,7 +5,7 @@

<groupId>io.github.lorenzobettini.edelta</groupId>
<artifactId>edelta.maven.example</artifactId>
<version>2.0.0-SNAPSHOT</version>
<version>2.0.1-SNAPSHOT</version>
<packaging>jar</packaging>

<properties>
Expand Down
2 changes: 1 addition & 1 deletion edelta.parent/edelta.maven.plugin/pom.xml
Expand Up @@ -4,7 +4,7 @@
<parent>
<artifactId>edelta.parent</artifactId>
<groupId>io.github.lorenzobettini.edelta</groupId>
<version>2.0.0-SNAPSHOT</version>
<version>2.0.1-SNAPSHOT</version>
</parent>

<artifactId>edelta-maven-plugin</artifactId>
Expand Down
Expand Up @@ -6,7 +6,7 @@

<groupId>io.github.lorenzobettini.edelta</groupId>
<artifactId>test-project</artifactId>
<version>2.0.0-SNAPSHOT</version>
<version>2.0.1-SNAPSHOT</version>
<packaging>jar</packaging>
<name>Test MyMojo</name>

Expand Down
Expand Up @@ -6,7 +6,7 @@

<groupId>io.github.lorenzobettini.edelta</groupId>
<artifactId>test-project</artifactId>
<version>2.0.0-SNAPSHOT</version>
<version>2.0.1-SNAPSHOT</version>
<packaging>jar</packaging>
<name>Test MyMojo</name>

Expand Down
Expand Up @@ -6,7 +6,7 @@

<groupId>io.github.lorenzobettini.edelta</groupId>
<artifactId>test-project</artifactId>
<version>2.0.0-SNAPSHOT</version>
<version>2.0.1-SNAPSHOT</version>
<packaging>jar</packaging>
<name>Test MyMojo</name>

Expand Down
Expand Up @@ -6,7 +6,7 @@

<groupId>io.github.lorenzobettini.edelta</groupId>
<artifactId>test-project</artifactId>
<version>2.0.0-SNAPSHOT</version>
<version>2.0.1-SNAPSHOT</version>
<packaging>jar</packaging>
<name>Test MyMojo</name>

Expand Down
Expand Up @@ -6,7 +6,7 @@

<groupId>io.github.lorenzobettini.edelta</groupId>
<artifactId>test-project</artifactId>
<version>2.0.0-SNAPSHOT</version>
<version>2.0.1-SNAPSHOT</version>
<packaging>jar</packaging>
<name>Test MyMojo</name>

Expand Down
Expand Up @@ -6,7 +6,7 @@

<groupId>io.github.lorenzobettini.edelta</groupId>
<artifactId>test-project</artifactId>
<version>2.0.0-SNAPSHOT</version>
<version>2.0.1-SNAPSHOT</version>
<packaging>jar</packaging>
<name>Test MyMojo</name>

Expand Down
Expand Up @@ -6,7 +6,7 @@

<groupId>io.github.lorenzobettini.edelta</groupId>
<artifactId>test-project</artifactId>
<version>2.0.0-SNAPSHOT</version>
<version>2.0.1-SNAPSHOT</version>
<packaging>jar</packaging>
<name>Test MyMojo</name>

Expand Down
Expand Up @@ -6,7 +6,7 @@

<groupId>io.github.lorenzobettini.edelta</groupId>
<artifactId>test-project</artifactId>
<version>2.0.0-SNAPSHOT</version>
<version>2.0.1-SNAPSHOT</version>
<packaging>jar</packaging>
<name>Test MyMojo</name>

Expand Down
Expand Up @@ -6,7 +6,7 @@

<groupId>io.github.lorenzobettini.edelta</groupId>
<artifactId>edelta-maven-plugin</artifactId>
<version>2.0.0-SNAPSHOT</version>
<version>2.0.1-SNAPSHOT</version>
<packaging>jar</packaging>
<name>Test MyMojo</name>

Expand Down
2 changes: 1 addition & 1 deletion edelta.parent/edelta.model.example/META-INF/MANIFEST.MF
Expand Up @@ -2,7 +2,7 @@ Manifest-Version: 1.0
Bundle-ManifestVersion: 2
Bundle-Name: Edelta Model Example Project
Bundle-SymbolicName: edelta.model.example; singleton:=true
Bundle-Version: 0.9.0.qualifier
Bundle-Version: 2.0.1.qualifier
Require-Bundle: org.eclipse.emf.ecore
Bundle-RequiredExecutionEnvironment: JavaSE-11
Bundle-Vendor: Lorenzo Bettini
Expand Down
Expand Up @@ -2,7 +2,7 @@ Manifest-Version: 1.0
Bundle-ManifestVersion: 2
Bundle-Name: Edelta Template for New Project Wizard
Bundle-SymbolicName: edelta.newproject.template
Bundle-Version: 0.9.0.qualifier
Bundle-Version: 2.0.1.qualifier
Bundle-RequiredExecutionEnvironment: JavaSE-11
Require-Bundle: edelta.lib
Bundle-Vendor: Lorenzo Bettini
Expand Down
@@ -1,7 +1,7 @@
<?xml version="1.0" encoding="UTF-8"?>
<?pde version="3.5"?>

<product name="EdeltaIDE" uid="edelta.eclipse.ide.product" id="org.eclipse.sdk.ide" application="org.eclipse.ui.ide.workbench" version="2.0.0.qualifier" useFeatures="true" includeLaunchers="true">
<product name="EdeltaIDE" uid="edelta.eclipse.ide.product" id="org.eclipse.sdk.ide" application="org.eclipse.ui.ide.workbench" version="2.0.1.qualifier" useFeatures="true" includeLaunchers="true">

<aboutInfo>
<image path="eclipse_lg.gif"/>
Expand Down
2 changes: 1 addition & 1 deletion edelta.parent/edelta.product.repository/pom.xml
Expand Up @@ -4,7 +4,7 @@
<parent>
<groupId>io.github.lorenzobettini.edelta</groupId>
<artifactId>edelta.parent</artifactId>
<version>2.0.0-SNAPSHOT</version>
<version>2.0.1-SNAPSHOT</version>
</parent>
<artifactId>edelta.product.repository</artifactId>
<packaging>eclipse-repository</packaging>
Expand Down
2 changes: 1 addition & 1 deletion edelta.parent/edelta.product.ui.feature/feature.xml
Expand Up @@ -2,7 +2,7 @@
<feature
id="edelta.product.ui.feature"
label="Edelta IDE External Components"
version="2.0.0.qualifier"
version="2.0.1.qualifier"
provider-name="Lorenzo Bettini">

<requires>
Expand Down
2 changes: 1 addition & 1 deletion edelta.parent/edelta.product.ui.feature/pom.xml
Expand Up @@ -4,7 +4,7 @@
<parent>
<groupId>io.github.lorenzobettini.edelta</groupId>
<artifactId>edelta.parent</artifactId>
<version>2.0.0-SNAPSHOT</version>
<version>2.0.1-SNAPSHOT</version>
</parent>
<artifactId>edelta.product.ui.feature</artifactId>
<packaging>eclipse-feature</packaging>
Expand Down
Expand Up @@ -2,7 +2,7 @@ Manifest-Version: 1.0
Bundle-ManifestVersion: 2
Bundle-Name: Edelta Refactorings Lib Tests
Bundle-SymbolicName: edelta.refactorings.lib.tests
Bundle-Version: 2.0.0.qualifier
Bundle-Version: 2.0.1.qualifier
Bundle-Vendor: Lorenzo Bettini
Bundle-RequiredExecutionEnvironment: JavaSE-11
Require-Bundle: org.junit;bundle-version="4.12.0",
Expand Down
2 changes: 1 addition & 1 deletion edelta.parent/edelta.refactorings.lib.tests/pom.xml
Expand Up @@ -5,7 +5,7 @@
<parent>
<groupId>io.github.lorenzobettini.edelta</groupId>
<artifactId>edelta.tests.parent</artifactId>
<version>2.0.0-SNAPSHOT</version>
<version>2.0.1-SNAPSHOT</version>
<relativePath>../edelta.tests.parent/pom.xml</relativePath>
</parent>
<artifactId>edelta.refactorings.lib.tests</artifactId>
Expand Down
2 changes: 1 addition & 1 deletion edelta.parent/edelta.refactorings.lib/META-INF/MANIFEST.MF
Expand Up @@ -2,7 +2,7 @@ Manifest-Version: 1.0
Bundle-ManifestVersion: 2
Bundle-Name: Edelta Refactorings Lib
Bundle-Vendor: Lorenzo Bettini
Bundle-Version: 2.0.0.qualifier
Bundle-Version: 2.0.1.qualifier
Bundle-SymbolicName: edelta.refactorings.lib; singleton:=true
Bundle-ActivationPolicy: lazy
Require-Bundle: edelta.lib;visibility:=reexport
Expand Down
2 changes: 1 addition & 1 deletion edelta.parent/edelta.refactorings.lib/pom.xml
Expand Up @@ -5,7 +5,7 @@
<parent>
<groupId>io.github.lorenzobettini.edelta</groupId>
<artifactId>edelta.parent</artifactId>
<version>2.0.0-SNAPSHOT</version>
<version>2.0.1-SNAPSHOT</version>
</parent>
<artifactId>edelta.refactorings.lib</artifactId>
<packaging>eclipse-plugin</packaging>
Expand Down
2 changes: 1 addition & 1 deletion edelta.parent/edelta.repository/pom.xml
Expand Up @@ -4,7 +4,7 @@
<parent>
<groupId>io.github.lorenzobettini.edelta</groupId>
<artifactId>edelta.parent</artifactId>
<version>2.0.0-SNAPSHOT</version>
<version>2.0.1-SNAPSHOT</version>
</parent>
<artifactId>edelta.repository</artifactId>
<packaging>eclipse-repository</packaging>
Expand Down
2 changes: 1 addition & 1 deletion edelta.parent/edelta.swtbot.tests/META-INF/MANIFEST.MF
Expand Up @@ -2,7 +2,7 @@ Manifest-Version: 1.0
Bundle-ManifestVersion: 2
Bundle-Name: Edelta SWTBot Tests
Bundle-SymbolicName: edelta.swtbot.tests
Bundle-Version: 2.0.0.qualifier
Bundle-Version: 2.0.1.qualifier
Bundle-RequiredExecutionEnvironment: JavaSE-11
Require-Bundle: org.eclipse.swtbot.go;bundle-version="2.3.0",
org.eclipse.core.resources,
Expand Down
2 changes: 1 addition & 1 deletion edelta.parent/edelta.swtbot.tests/pom.xml
Expand Up @@ -7,7 +7,7 @@
<parent>
<groupId>io.github.lorenzobettini.edelta</groupId>
<artifactId>edelta.parent</artifactId>
<version>2.0.0-SNAPSHOT</version>
<version>2.0.1-SNAPSHOT</version>
</parent>

<artifactId>edelta.swtbot.tests</artifactId>
Expand Down
2 changes: 1 addition & 1 deletion edelta.parent/edelta.target/pom.xml
Expand Up @@ -4,7 +4,7 @@
<parent>
<groupId>io.github.lorenzobettini.edelta</groupId>
<artifactId>edelta.parent</artifactId>
<version>2.0.0-SNAPSHOT</version>
<version>2.0.1-SNAPSHOT</version>
</parent>
<artifactId>edelta.target</artifactId>
<packaging>eclipse-target-definition</packaging>
Expand Down
Expand Up @@ -2,7 +2,7 @@ Manifest-Version: 1.0
Bundle-ManifestVersion: 2
Bundle-Name: Edelta Testing Libraries
Bundle-SymbolicName: edelta.testing.libraries
Bundle-Version: 2.0.0.qualifier
Bundle-Version: 2.0.1.qualifier
Bundle-Vendor: Lorenzo Bettini
Bundle-RequiredExecutionEnvironment: JavaSE-11
Automatic-Module-Name: edelta.lib
Expand Down
2 changes: 1 addition & 1 deletion edelta.parent/edelta.testing.libraries/pom.xml
Expand Up @@ -5,7 +5,7 @@
<parent>
<groupId>io.github.lorenzobettini.edelta</groupId>
<artifactId>edelta.parent</artifactId>
<version>2.0.0-SNAPSHOT</version>
<version>2.0.1-SNAPSHOT</version>
</parent>
<artifactId>edelta.testing.libraries</artifactId>
<packaging>eclipse-plugin</packaging>
Expand Down
2 changes: 1 addition & 1 deletion edelta.parent/edelta.tests.parent/pom.xml
Expand Up @@ -5,7 +5,7 @@
<parent>
<groupId>io.github.lorenzobettini.edelta</groupId>
<artifactId>edelta.parent</artifactId>
<version>2.0.0-SNAPSHOT</version>
<version>2.0.1-SNAPSHOT</version>
</parent>
<artifactId>edelta.tests.parent</artifactId>
<packaging>pom</packaging>
Expand Down
2 changes: 1 addition & 1 deletion edelta.parent/edelta.tests.report/pom.xml
Expand Up @@ -5,7 +5,7 @@
<parent>
<groupId>io.github.lorenzobettini.edelta</groupId>
<artifactId>edelta.tests.parent</artifactId>
<version>2.0.0-SNAPSHOT</version>
<version>2.0.1-SNAPSHOT</version>
<relativePath>../edelta.tests.parent/pom.xml</relativePath>
</parent>
<artifactId>edelta.tests.report</artifactId>
Expand Down
2 changes: 1 addition & 1 deletion edelta.parent/edelta.tests/META-INF/MANIFEST.MF
Expand Up @@ -2,7 +2,7 @@ Manifest-Version: 1.0
Bundle-ManifestVersion: 2
Bundle-Name: edelta.tests
Bundle-Vendor: Lorenzo Bettini
Bundle-Version: 2.0.0.qualifier
Bundle-Version: 2.0.1.qualifier
Bundle-SymbolicName: edelta.tests; singleton:=true
Bundle-ActivationPolicy: lazy
Require-Bundle: edelta,
Expand Down
2 changes: 1 addition & 1 deletion edelta.parent/edelta.tests/pom.xml
Expand Up @@ -5,7 +5,7 @@
<parent>
<groupId>io.github.lorenzobettini.edelta</groupId>
<artifactId>edelta.tests.parent</artifactId>
<version>2.0.0-SNAPSHOT</version>
<version>2.0.1-SNAPSHOT</version>
<relativePath>../edelta.tests.parent/pom.xml</relativePath>
</parent>
<artifactId>edelta.tests</artifactId>
Expand Down
2 changes: 1 addition & 1 deletion edelta.parent/edelta.testutils/META-INF/MANIFEST.MF
Expand Up @@ -2,7 +2,7 @@ Manifest-Version: 1.0
Bundle-ManifestVersion: 2
Bundle-Name: Edelta Test Utilities
Bundle-SymbolicName: edelta.testutils
Bundle-Version: 2.0.0.qualifier
Bundle-Version: 2.0.1.qualifier
Bundle-Vendor: Lorenzo Bettini
Bundle-RequiredExecutionEnvironment: JavaSE-11
Export-Package: edelta.testutils
Expand Down

0 comments on commit ac24564

Please sign in to comment.