Skip to content

Commit

Permalink
remove uberpackager
Browse files Browse the repository at this point in the history
It was lightly maintained and is less interresting compared to the
linker (jlink)
  • Loading branch information
forax committed May 18, 2018
1 parent afcf7db commit 83d3130
Show file tree
Hide file tree
Showing 10 changed files with 0 additions and 357 deletions.
3 changes: 0 additions & 3 deletions .classpath
Original file line number Diff line number Diff line change
Expand Up @@ -14,11 +14,8 @@
<classpathentry excluding="module-info.java" kind="src" output="output-eclipse/modules/com.github.forax.pro.plugin.docer" path="src/main/java/com.github.forax.pro.plugin.docer"/>
<classpathentry excluding="module-info.java" kind="src" output="output-eclipse/modules/com.github.forax.pro.plugin.packager" path="src/main/java/com.github.forax.pro.plugin.packager"/>
<classpathentry excluding="module-info.java" kind="src" output="output-eclipse/modules/com.github.forax.pro.plugin.linker" path="src/main/java/com.github.forax.pro.plugin.linker"/>
<classpathentry excluding="module-info.java" kind="src" output="output-eclipse/modules/com.github.forax.pro.plugin.uberpackager" path="src/main/java/com.github.forax.pro.plugin.uberpackager"/>
<classpathentry excluding="module-info.java" kind="src" output="output-eclipse/modules/com.github.forax.pro.bootstrap" path="src/main/java/com.github.forax.pro.bootstrap"/>
<classpathentry excluding="module-info.java" kind="src" output="output-eclipse/modules/com.github.forax.pro.bootstrap.genbuilder" path="src/main/java/com.github.forax.pro.bootstrap.genbuilder"/>
<classpathentry excluding="module-info.java" kind="src" output="output-eclipse/modules/com.github.forax.pro.ubermain" path="src/main/java/com.github.forax.pro.ubermain"/>
<classpathentry excluding="module-info.java" kind="src" output="output-eclipse/modules/com.github.forax.pro.uberbooter" path="src/main/java/com.github.forax.pro.uberbooter"/>
<classpathentry excluding="module-info.java" kind="src" output="output-eclipse/modules/com.github.forax.pro.daemon" path="src/main/java/com.github.forax.pro.daemon"/>
<classpathentry excluding="module-info.java" kind="src" output="output-eclipse/modules/com.github.forax.pro.daemon.imp" path="src/main/java/com.github.forax.pro.daemon.imp"/>
<classpathentry excluding="module-info.java" kind="src" output="output-eclipse/modules/plugin/com.github.forax.pro.plugin.runner" path="plugins/runner/src/main/java/com.github.forax.pro.plugin.runner"/>
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -61,11 +61,8 @@ public static void main(String[] args) throws IOException {
"com.github.forax.pro.plugin.runner@" + version,
"com.github.forax.pro.plugin.tester@" + version,
"com.github.forax.pro.plugin.jmher@" + version,
"com.github.forax.pro.plugin.uberpackager@" + version,
"com.github.forax.pro.plugin.bootstrap@" + version + "/com.github.forax.pro.bootstrap.Bootstrap",
"com.github.forax.pro.bootstrap.genbuilder@" + version + "/com.github.forax.pro.bootstrap.genbuilder.GenBuilder",
"com.github.forax.pro.ubermain@" + version,
"com.github.forax.pro.uberbooter@" + version,
"com.github.forax.pro.daemon@" + version,
"com.github.forax.pro.daemon.imp@" + version
));
Expand Down Expand Up @@ -101,8 +98,6 @@ public static void main(String[] args) throws IOException {
"com.github.forax.pro.plugin.docer",
"com.github.forax.pro.plugin.packager",
"com.github.forax.pro.plugin.linker",
"com.github.forax.pro.plugin.uberpackager",
"com.github.forax.pro.uberbooter", // needed by ubermain
"com.github.forax.pro.daemon.imp"
) // then add all system modules
.appendAll(ModuleHelper.systemModulesFinder().findAll().stream()
Expand Down

This file was deleted.

This file was deleted.

This file was deleted.

This file was deleted.

This file was deleted.

This file was deleted.

This file was deleted.

3 changes: 0 additions & 3 deletions src/main/java/com.github.forax.pro.ubermain/module-info.java

This file was deleted.

0 comments on commit 83d3130

Please sign in to comment.