Skip to content

Commit

Permalink
Remove unused library declarations
Browse files Browse the repository at this point in the history
  • Loading branch information
Gene Gleyzer committed Jun 2, 2022
1 parent 62718ef commit d38f050
Showing 1 changed file with 1 addition and 3 deletions.
4 changes: 1 addition & 3 deletions settings.gradle.kts
Original file line number Diff line number Diff line change
Expand Up @@ -16,9 +16,7 @@ include(":lib_oodb") // produces oodb.xtc
include(":lib_imdb") // produces imdb.xtc
include(":lib_jsondb") // produces jsondb.xtc
include(":lib_web") // produces web.xtc
include(":lib_platform") // produces platform.xtc
include(":lib_host") // produces host.xtc
include(":lib_hostControl") // produces hostControl.xtc

// TODO(":wiki")
include(":xdk") // builds the above modules (ecstasy.xtc, javatools_bridge.xtc, json.xtc, etc.)
// drags in Java libraries (javatools_utils, javatools), native launchers, wiki, etc.
Expand Down

0 comments on commit d38f050

Please sign in to comment.