Reorganized libs.

- All libraries are now packed as JARs, with sources and docs also packed and separated.
- Added .classpath and .project to version control.
- Updated ant build script.

Signed-off-by: Jeffrey Han <itdelatrisu@gmail.com>
This commit is contained in:
Jeffrey Han
2014-07-20 13:21:13 -04:00
parent ddcbed20b2
commit 39dcdf6dee
4018 changed files with 58 additions and 1028940 deletions

View File

@@ -150,7 +150,7 @@ public class Opsu extends StateBasedGame {
} catch (SlickException e) {
// JARs will not run properly inside directories containing '!'
// http://bugs.java.com/view_bug.do?bug_id=4523159
if (new File("").getAbsolutePath().contains("!"))
if (new File("").getAbsolutePath().indexOf('!') != -1)
Log.error("Cannot run JAR from path containing '!'.");
else
Log.error("Error while creating game container.", e);