Merged the tools module into core.

It wasn't actually providing any value. Neither tools nor core have any special
dependencies. The code in tools operates on the same files, formats and data
structures that core/runtime code operates on. It is simpler to have them in
the same module.
This commit is contained in:
Michael Bayne
2018-09-04 16:06:37 -07:00
parent 97ec8632ae
commit be5490dce7
11 changed files with 1 additions and 72 deletions
+1 -1
View File
@@ -15,7 +15,7 @@
<dependencies>
<dependency>
<groupId>com.threerings.getdown</groupId>
<artifactId>getdown-tools</artifactId>
<artifactId>getdown-core</artifactId>
<version>${project.version}</version>
</dependency>
<dependency>