Skip to content

Commit 4f7d835

Browse files
kbirkenmfsoliveira
authored andcommitted
Move languages and solutions from variability-base modules in IETS3-Core, to IETS3-OS. See tag variability_move_basic_to_iets3_os (#1360).
1 parent b039b2b commit 4f7d835

File tree

4 files changed

+659
-0
lines changed

4 files changed

+659
-0
lines changed

CHANGELOG.md

Lines changed: 4 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -7,6 +7,10 @@ The project does _not_ follow Semantic Versioning and the changes are documented
77

88
## June 2025
99

10+
### Added
11+
12+
- Added languages and solution for basic variability. Those modules were moved from IETS3-Core Projec.
13+
1014
### Changed
1115

1216
- Published SBOM contains dependencies only from runtime configurations

code/languages/org.iets3.opensource/.mps/modules.xml

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -165,6 +165,7 @@
165165
<modulePath path="$PROJECT_DIR$/solutions/org.iets3.opensource.linters/org.iets3.opensource.linters.msd" folder="linters" />
166166
<modulePath path="$PROJECT_DIR$/solutions/org.iets3.variability.artifacts.typesystem.runtime/org.iets3.variability.artifacts.typesystem.runtime.msd" folder="variability" />
167167
<modulePath path="$PROJECT_DIR$/solutions/org.iets3.variability.base.ide/org.iets3.variability.base.ide.msd" folder="variability" />
168+
<modulePath path="$PROJECT_DIR$/solutions/org.iets3.variability.os.sandbox/org.iets3.variability.os.sandbox.msd" folder="variability" />
168169
<modulePath path="$PROJECT_DIR$/solutions/playground/playground.msd" folder="expr.tests" />
169170
<modulePath path="$PROJECT_DIR$/tests/test.components.functional/test.components.functional.msd" folder="comp.tests" />
170171
<modulePath path="$PROJECT_DIR$/tests/test.ex.core.expr.genjava/test.ex.core.expr.genjava.msd" folder="expr.tests" />

0 commit comments

Comments
 (0)