-
Notifications
You must be signed in to change notification settings - Fork 321
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
- Loading branch information
1 parent
d1c68c1
commit 5fdf15d
Showing
52 changed files
with
67 additions
and
1,041 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
15 changes: 0 additions & 15 deletions
15
...tdata/wizard-expectations/mavenTychoJ17/mavenTychoJ17.parent/mavenTychoJ17.target/pom.xml
This file was deleted.
Oops, something went wrong.
17 changes: 0 additions & 17 deletions
17
...ard-expectations/mavenTychoJ17/mavenTychoJ17.parent/mavenTychoJ17.ui/META-INF/MANIFEST.MF
This file was deleted.
Oops, something went wrong.
21 changes: 0 additions & 21 deletions
21
.../testdata/wizard-expectations/mavenTychoJ17/mavenTychoJ17.parent/mavenTychoJ17.ui/pom.xml
This file was deleted.
Oops, something went wrong.
34 changes: 0 additions & 34 deletions
34
...ns/mavenTychoJ17/mavenTychoJ17.parent/mavenTychoJ17/.launch/Launch Runtime Eclipse.launch
This file was deleted.
Oops, something went wrong.
12 changes: 0 additions & 12 deletions
12
...wizard-expectations/mavenTychoJ17/mavenTychoJ17.parent/mavenTychoJ17/META-INF/MANIFEST.MF
This file was deleted.
Oops, something went wrong.
8 changes: 4 additions & 4 deletions
8
...nt/mavenTychoJ17.ide/META-INF/MANIFEST.MF → ...mavenTychoJUnit5.ide/META-INF/MANIFEST.MF
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -1,12 +1,12 @@ | ||
Manifest-Version: 1.0 | ||
Bundle-ManifestVersion: 2 | ||
Bundle-Name: mavenTychoJ17.ide | ||
Bundle-Name: mavenTychoJUnit5.ide | ||
Bundle-Vendor: My Company | ||
Bundle-Version: 1.0.0.qualifier | ||
Bundle-SymbolicName: mavenTychoJ17.ide; singleton:=true | ||
Bundle-SymbolicName: mavenTychoJUnit5.ide; singleton:=true | ||
Bundle-ActivationPolicy: lazy | ||
Require-Bundle: mavenTychoJ17, | ||
Require-Bundle: mavenTychoJUnit5, | ||
org.eclipse.xtext.ide, | ||
org.eclipse.xtext.xbase.ide | ||
Bundle-RequiredExecutionEnvironment: JavaSE-17 | ||
Automatic-Module-Name: mavenTychoJ17.ide | ||
Automatic-Module-Name: mavenTychoJUnit5.ide |
File renamed without changes.
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
2 changes: 1 addition & 1 deletion
2
...choJ17.target/mavenTychoJ17.target.target → ...it5.target/mavenTychoJUnit5.target.target
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
8 changes: 4 additions & 4 deletions
8
.../mavenTychoJ17.tests/META-INF/MANIFEST.MF → ...venTychoJUnit5.tests/META-INF/MANIFEST.MF
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -1,14 +1,14 @@ | ||
Manifest-Version: 1.0 | ||
Bundle-ManifestVersion: 2 | ||
Bundle-Name: mavenTychoJ17.tests | ||
Bundle-Name: mavenTychoJUnit5.tests | ||
Bundle-Vendor: My Company | ||
Bundle-Version: 1.0.0.qualifier | ||
Bundle-SymbolicName: mavenTychoJ17.tests; singleton:=true | ||
Bundle-SymbolicName: mavenTychoJUnit5.tests; singleton:=true | ||
Bundle-ActivationPolicy: lazy | ||
Require-Bundle: mavenTychoJ17, | ||
Require-Bundle: mavenTychoJUnit5, | ||
org.eclipse.xtext.testing, | ||
org.eclipse.xtext.xbase.testing | ||
Import-Package: org.junit.jupiter.api;version="[5.1.0,6.0.0)", | ||
org.junit.jupiter.api.extension;version="[5.1.0,6.0.0)" | ||
Bundle-RequiredExecutionEnvironment: JavaSE-17 | ||
Automatic-Module-Name: mavenTychoJ17.tests | ||
Automatic-Module-Name: mavenTychoJUnit5.tests |
File renamed without changes.
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
8 changes: 4 additions & 4 deletions
8
...venTychoJ17.ui.tests/META-INF/MANIFEST.MF → ...TychoJUnit5.ui.tests/META-INF/MANIFEST.MF
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -1,16 +1,16 @@ | ||
Manifest-Version: 1.0 | ||
Bundle-ManifestVersion: 2 | ||
Bundle-Name: mavenTychoJ17.ui.tests | ||
Bundle-Name: mavenTychoJUnit5.ui.tests | ||
Bundle-Vendor: My Company | ||
Bundle-Version: 1.0.0.qualifier | ||
Bundle-SymbolicName: mavenTychoJ17.ui.tests; singleton:=true | ||
Bundle-SymbolicName: mavenTychoJUnit5.ui.tests; singleton:=true | ||
Bundle-ActivationPolicy: lazy | ||
Require-Bundle: mavenTychoJ17.ui, | ||
Require-Bundle: mavenTychoJUnit5.ui, | ||
org.eclipse.xtext.testing, | ||
org.eclipse.xtext.ui.testing, | ||
org.eclipse.xtext.xbase.testing, | ||
org.eclipse.xtext.xbase.ui.testing | ||
Import-Package: org.junit.jupiter.api;version="[5.1.0,6.0.0)", | ||
org.junit.jupiter.api.extension;version="[5.1.0,6.0.0)" | ||
Bundle-RequiredExecutionEnvironment: JavaSE-17 | ||
Automatic-Module-Name: mavenTychoJ17.ui.tests | ||
Automatic-Module-Name: mavenTychoJUnit5.ui.tests |
File renamed without changes.
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
10 changes: 5 additions & 5 deletions
10
...t/mavenTychoP2J17.ui/META-INF/MANIFEST.MF → .../mavenTychoJUnit5.ui/META-INF/MANIFEST.MF
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -1,17 +1,17 @@ | ||
Manifest-Version: 1.0 | ||
Bundle-ManifestVersion: 2 | ||
Bundle-Name: mavenTychoP2J17.ui | ||
Bundle-Name: mavenTychoJUnit5.ui | ||
Bundle-Vendor: My Company | ||
Bundle-Version: 1.0.0.qualifier | ||
Bundle-SymbolicName: mavenTychoP2J17.ui; singleton:=true | ||
Bundle-SymbolicName: mavenTychoJUnit5.ui; singleton:=true | ||
Bundle-ActivationPolicy: lazy | ||
Require-Bundle: mavenTychoP2J17, | ||
mavenTychoP2J17.ide, | ||
Require-Bundle: mavenTychoJUnit5, | ||
mavenTychoJUnit5.ide, | ||
org.eclipse.xtext.ui, | ||
org.eclipse.xtext.ui.shared, | ||
org.eclipse.xtext.ui.codetemplates.ui, | ||
org.eclipse.ui.editors;bundle-version="3.14.300", | ||
org.eclipse.ui.ide;bundle-version="3.18.500" | ||
Import-Package: org.apache.log4j | ||
Bundle-RequiredExecutionEnvironment: JavaSE-17 | ||
Automatic-Module-Name: mavenTychoP2J17.ui | ||
Automatic-Module-Name: mavenTychoJUnit5.ui |
File renamed without changes.
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
6 changes: 3 additions & 3 deletions
6
...rent/mavenTychoP2J17/META-INF/MANIFEST.MF → ...ent/mavenTychoJUnit5/META-INF/MANIFEST.MF
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -1,12 +1,12 @@ | ||
Manifest-Version: 1.0 | ||
Bundle-ManifestVersion: 2 | ||
Bundle-Name: mavenTychoP2J17 | ||
Bundle-Name: mavenTychoJUnit5 | ||
Bundle-Vendor: My Company | ||
Bundle-Version: 1.0.0.qualifier | ||
Bundle-SymbolicName: mavenTychoP2J17; singleton:=true | ||
Bundle-SymbolicName: mavenTychoJUnit5; singleton:=true | ||
Bundle-ActivationPolicy: lazy | ||
Require-Bundle: org.eclipse.xtext, | ||
org.eclipse.xtext.xbase, | ||
org.eclipse.equinox.common;bundle-version="3.19.0" | ||
Bundle-RequiredExecutionEnvironment: JavaSE-17 | ||
Automatic-Module-Name: mavenTychoP2J17 | ||
Automatic-Module-Name: mavenTychoJUnit5 |
File renamed without changes.
Oops, something went wrong.