Skip to content

Commit f0113ff

Browse files
authored
Merge pull request #3 from MDSD-Tools/unified_packages
Unified Java Packages
2 parents 37baf7e + 002215f commit f0113ff

File tree

3,340 files changed

+15164
-16034
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,340 files changed

+15164
-16034
lines changed

.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/target/src-bulk/JaMoPP-BulkTest
2+
path = jamopp.tests/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/target/src-bulk/TeaStore
5+
path = jamopp.tests/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/target/src-bulk/teammates
8+
path = jamopp.tests/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/target/src-bulk/microservice
11+
path = jamopp.tests/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/target/src-bulk/esda
14+
path = jamopp.tests/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/target/src-bulk/acmeair
17+
path = jamopp.tests/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/target/src-bulk/piggymetrics
20+
path = jamopp.tests/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/target/src-bulk/petclinic
23+
path = jamopp.tests/target/src-bulk/petclinic
2424
url = https://github.com/spring-petclinic/spring-petclinic-microservices.git

CHANGELOG.md

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -18,6 +18,8 @@ The format is based on [Keep a Changelog](https://keepachangelog.com/en/1.1.0/),
1818
- Third variant: bindings of parameters and local variables are also resolved
1919
- Migration to MDSD Tools organization
2020
- Converted Maven Tycho-based build to pure Maven build
21+
- Unification and renaming of packages to: `tools.mdsd.jamopp`
22+
- Renaming of meta-model namespace URI to: `https://mdsd.tools/jamopp/java`
2123
- Upgraded dependency versions to:
2224
- Apache Commons Bytecode Engineering Library 6.7.0
2325
- Apache Log4j 2 2.20.0 including the Log4j 1.x bridge

LICENSE.txt

Lines changed: 5 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,3 +1,6 @@
1+
Copyright (c) 2020-2023
2+
Modelling for Continuous Software Engineering (MCSE) group, Institute of Information Security and Dependability (KASTEL), Karlsruhe Institute of Technology (KIT).
3+
14
Copyright (c) 2006-2014
25
Software Technology Group, Dresden University of Technology
36
DevBoost GmbH, Berlin, Amtsgericht Charlottenburg, HRB 140026
@@ -11,8 +14,8 @@ Contributors:
1114
Software Technology Group - TU Dresden, Germany;
1215
DevBoost GmbH - Berlin, Germany
1316
- initial API and implementation
14-
Martin Armbruster
15-
- Extension for Java 7-13
17+
MCSE, KASTEL, KIT
18+
- Extension for Java 7-15, further independent maintenance
1619

1720
------------------------------------------------------------------------------
1821

bundles/jamopp.parser.bcel/pom.xml

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

bundles/jamopp.parser.bcel/src/main/java/jamopp/parser/bcel/package-info.java

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

bundles/jamopp.parser.jdt.singlefile/pom.xml

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

bundles/jamopp.parser.jdt.singlefile/src/main/java/jamopp/parser/jdt/singlefile/AbstractAndEmptyModelJDTASTVisitorAndConverter.java

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

0 commit comments

Comments
 (0)