Skip to content

Commit 37baf7e

Browse files
authored
Merge pull request #2 from MDSD-Tools/pure-maven-build
Pure Maven build
2 parents db4001a + 3f94227 commit 37baf7e

File tree

3,688 files changed

+1483
-65098
lines changed

Some content is hidden

Large Commits have some content hidden by default. Use the searchbox below for content that may be hidden.

3,688 files changed

+1483
-65098
lines changed

.gitignore

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -14,6 +14,8 @@ javacore.*
1414
local.properties
1515
src-gen/
1616
tmp/
17+
.project
18+
.classpath
1719

1820
# Maven
1921
.mvn/timing.properties

.gitmodules

Lines changed: 8 additions & 8 deletions
Original file line numberDiff line numberDiff line change
@@ -1,24 +1,24 @@
11
[submodule "tests/org.emftext.language.java.test/JaMoPP-BulkTest"]
2-
path = tests/org.emftext.language.java.test/JaMoPP-BulkTest
2+
path = tests/org.emftext.language.java.test/target/src-bulk/JaMoPP-BulkTest
33
url = https://github.com/DevBoost/JaMoPP-BulkTest
44
[submodule "tests/org.emftext.language.java.test/TeaStore"]
5-
path = tests/org.emftext.language.java.test/TeaStore
5+
path = tests/org.emftext.language.java.test/target/src-bulk/TeaStore
66
url = https://github.com/DescartesResearch/TeaStore
77
[submodule "tests/org.emftext.language.java.test/teammates"]
8-
path = tests/org.emftext.language.java.test/teammates
8+
path = tests/org.emftext.language.java.test/target/src-bulk/teammates
99
url = https://github.com/TEAMMATES/teammates
1010
[submodule "tests/org.emftext.language.java.test/microservice"]
11-
path = tests/org.emftext.language.java.test/microservice
11+
path = tests/org.emftext.language.java.test/target/src-bulk/microservice
1212
url = https://github.com/ewolff/microservice
1313
[submodule "tests/org.emftext.language.java.test/esda"]
14-
path = tests/org.emftext.language.java.test/esda
14+
path = tests/org.emftext.language.java.test/target/src-bulk/esda
1515
url = https://github.com/kit-sdq/esda
1616
[submodule "tests/org.emftext.language.java.test/acmeair"]
17-
path = tests/org.emftext.language.java.test/acmeair
17+
path = tests/org.emftext.language.java.test/target/src-bulk/acmeair
1818
url = https://github.com/acmeair/acmeair.git
1919
[submodule "tests/org.emftext.language.java.test/piggymetrics"]
20-
path = tests/org.emftext.language.java.test/piggymetrics
20+
path = tests/org.emftext.language.java.test/target/src-bulk/piggymetrics
2121
url = https://github.com/sqshq/piggymetrics.git
2222
[submodule "tests/org.emftext.language.java.test/petclinic"]
23-
path = tests/org.emftext.language.java.test/petclinic
23+
path = tests/org.emftext.language.java.test/target/src-bulk/petclinic
2424
url = https://github.com/spring-petclinic/spring-petclinic-microservices.git

.mvn/extensions.xml

Lines changed: 0 additions & 13 deletions
This file was deleted.

.project

Lines changed: 0 additions & 17 deletions
This file was deleted.

CHANGELOG.md

Lines changed: 10 additions & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -16,6 +16,11 @@ The format is based on [Keep a Changelog](https://keepachangelog.com/en/1.1.0/),
1616
- Minimum required Java version: Java 17
1717
- Supported Eclipse version: 2022-12
1818
- Third variant: bindings of parameters and local variables are also resolved
19+
- Migration to MDSD Tools organization
20+
- Converted Maven Tycho-based build to pure Maven build
21+
- Upgraded dependency versions to:
22+
- Apache Commons Bytecode Engineering Library 6.7.0
23+
- Apache Log4j 2 2.20.0 including the Log4j 1.x bridge
1924

2025
### Deprecated
2126

@@ -27,7 +32,7 @@ The format is based on [Keep a Changelog](https://keepachangelog.com/en/1.1.0/),
2732

2833
## [5.1.0] - 2022-01-21
2934

30-
From here, independent development by the Institute of Information Security and Dependability (KASTEL) at the Karlsruher Institute of Technology (KIT) resulting in the following changes.
35+
From here, independent development by the Modelling for Continuous Software Engineering (MCSE) group at the Institute of Information Security and Dependability (KASTEL) at the Karlsruher Institute of Technology (KIT) resulting in the following changes.
3136

3237
### Added
3338

@@ -88,7 +93,7 @@ Originally, developed by DevBoost GmbH and Software Technology Group, Dresden Un
8893
- Tests for the parsing (checks if generated model contains the expected elements)
8994
- Tests for the parsing and printing (checks if printed code is equal to parsed code by parsing both source codes with Eclipse JDT and comparing the resulting ASTs)
9095

91-
[Unreleased]: https://github.com/PalladioSimulator/Palladio-Supporting-EclipseJavaDevelopmentTools/compare/releases/5.1.0...HEAD
92-
[5.1.0]: https://github.com/PalladioSimulator/Palladio-Supporting-EclipseJavaDevelopmentTools/compare/8bc07...releases/5.1.0
93-
[development after 1.4.0]: https://github.com/PalladioSimulator/Palladio-Supporting-EclipseJavaDevelopmentTools/compare/e46b0...8bc07
94-
[1.4.0]: https://github.com/PalladioSimulator/Palladio-Supporting-EclipseJavaDevelopmentTools/commit/e46b0003803a8ccda7c3aa380ff2c759937d1ccb
96+
[Unreleased]: https://github.com/MDSD-Tools/TheExtendedJavaModelParserAndPrinter/compare/releases/5.1.0...HEAD
97+
[5.1.0]: https://github.com/MDSD-Tools/TheExtendedJavaModelParserAndPrinter/compare/8bc07...releases/5.1.0
98+
[development after 1.4.0]: https://github.com/MDSD-Tools/TheExtendedJavaModelParserAndPrinter/compare/e46b0...8bc07
99+
[1.4.0]: https://github.com/MDSD-Tools/TheExtendedJavaModelParserAndPrinter/commit/e46b0003803a8ccda7c3aa380ff2c759937d1ccb

Jenkinsfile

Lines changed: 0 additions & 4 deletions
This file was deleted.

bundles/jamopp.parser.bcel/.classpath

Lines changed: 0 additions & 11 deletions
This file was deleted.

bundles/jamopp.parser.bcel/.project

Lines changed: 0 additions & 34 deletions
This file was deleted.

bundles/jamopp.parser.bcel/META-INF/MANIFEST.MF

Lines changed: 0 additions & 11 deletions
This file was deleted.

bundles/jamopp.parser.bcel/NOTICE.txt

Lines changed: 0 additions & 5 deletions
This file was deleted.

0 commit comments

Comments
 (0)