Skip to content

Commit

Permalink
Merge pull request #2368 from mbeddr/merge/mps20222
Browse files Browse the repository at this point in the history
Merge maintenance/mps20222 into master
  • Loading branch information
sergej-koscejev authored Jan 19, 2024
2 parents 0d926ce + fd0d77e commit 5bbc94b
Showing 1 changed file with 2 additions and 0 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -28,6 +28,7 @@ public static void main(String[] args) throws Exception {
File langDir = new File(projectDir + "/code/languages");
File testsDir = new File(projectDir + "/code/tests");
File applicationsDir = new File(projectDir + "/code/applications");
File eclipseDebuggerDir = new File(projectDir, "tools/Eclipse.Debugger");

File modulesXml = new File(projectDir + MODULES_XML_PATH);
modulesXml.getParentFile().mkdirs();
Expand All @@ -42,6 +43,7 @@ public static void main(String[] args) throws Exception {
traverse(langDir, w);
traverse(testsDir, w);
traverse(applicationsDir, w);
traverse(eclipseDebuggerDir, w);

w.write(" </projectModules>\n" +
" </component>\n" +
Expand Down

0 comments on commit 5bbc94b

Please sign in to comment.