Add a very rudimentary command line program that will check the integrity (a very basic integrity check) of a world.

This commit is contained in:
sk89q
2011-01-02 16:59:50 -08:00
parent 92fe984bfe
commit 96e848e880
42 changed files with 4276 additions and 0 deletions

View File

@@ -33,6 +33,7 @@
<attribute name="Implementation-Version" value="${version}"/>
<attribute name="WorldEdit-Version" value="${version}"/>
<attribute name="Class-Path" value="truezip.jar"/>
<attribute name="Main-Class" value="com.sk89q.worldedit.cli.Main"/>
</manifest>
<jar jarfile="${dist.dir}/WorldEdit.jar" basedir="${build.dir}" manifest="manifest.mf"/>
</target>