0

- Moved the source to the lwjake2 package.

- The default config directory is now ".lwjake2" rather than ".jake2".
- Updated the buildfile to reflect lwjake2 change.
- Cleaned up the headers for every source file.
- Cleaned up the imports for every source file.
- Resolves tons of warnings.
	- So many raw types. So, so very many... :sobs:
This commit is contained in:
Ethan Lee
2012-02-01 18:11:17 -05:00
parent 87ab653d38
commit bb4247557b
293 changed files with 5859 additions and 6763 deletions

View File

@@ -31,7 +31,7 @@
<mkdir dir="built/jar"/>
<jar destfile="built/jar/lwjake2.jar">
<manifest>
<attribute name="Main-Class" value="jake2.Jake2"/>
<attribute name="Main-Class" value="lwjake2.LWJake2"/>
<attribute name="Class-Path" value=". lwjgl.jar lwjgl_util.jar"/>
</manifest>
<fileset dir="built/javac/"/>