Skip to content

Commit

Permalink
Merge pull request #13 from Mumfrey/master
Browse files Browse the repository at this point in the history
Project cleanup
  • Loading branch information
thatapplefreak committed Jul 21, 2014
2 parents c5fe1e4 + dd12719 commit b820b90
Show file tree
Hide file tree
Showing 80 changed files with 4,864 additions and 4,956 deletions.
34 changes: 16 additions & 18 deletions VoxelCam/.classpath → .classpath
Original file line number Diff line number Diff line change
@@ -1,18 +1,16 @@
<?xml version="1.0" encoding="UTF-8"?>
<classpath>
<classpathentry kind="src" path="src"/>
<classpathentry kind="src" path="res"/>
<classpathentry kind="src" path="debug"/>
<classpathentry kind="con" path="org.eclipse.jdt.launching.JRE_CONTAINER"/>
<classpathentry combineaccessrules="false" kind="src" path="/Client"/>
<classpathentry combineaccessrules="false" kind="src" path="/LiteLoader"/>
<classpathentry combineaccessrules="false" kind="src" path="/VoxelCommon"/>
<classpathentry kind="lib" path="F:/Minecraft Coder Pack/mcp908/jars/libraries/org/lwjgl/lwjgl/lwjgl/2.9.1/lwjgl-2.9.1.jar" sourcepath="/Client/lwjgl/java"/>
<classpathentry kind="lib" path="F:/Minecraft Coder Pack/mcp908/jars/libraries/org/lwjgl/lwjgl/lwjgl_util/2.9.1/lwjgl_util-2.9.1.jar"/>
<classpathentry kind="lib" path="lib/facebook4j-core-2.0.0.jar"/>
<classpathentry kind="lib" path="/Client/jars/libraries/com/google/code/gson/gson/2.2.4/gson-2.2.4.jar"/>
<classpathentry kind="lib" path="lib/twitter4j-core-3.0.6-SNAPSHOT.jar"/>
<classpathentry kind="lib" path="lib/jreddit-1.0.1-SNAPSHOT.jar"/>
<classpathentry combineaccessrules="false" kind="src" path="/VoxelCommonMods"/>
<classpathentry kind="output" path="bin"/>
</classpath>
<?xml version="1.0" encoding="UTF-8"?>
<classpath>
<classpathentry kind="src" path="src"/>
<classpathentry kind="src" path="res"/>
<classpathentry kind="src" path="debug"/>
<classpathentry kind="con" path="org.eclipse.jdt.launching.JRE_CONTAINER"/>
<classpathentry combineaccessrules="false" kind="src" path="/Client"/>
<classpathentry combineaccessrules="false" kind="src" path="/LiteLoader"/>
<classpathentry combineaccessrules="false" kind="src" path="/VoxelCommon"/>
<classpathentry kind="lib" path="lib/facebook4j-core-2.0.0.jar"/>
<classpathentry kind="lib" path="/Client/jars/libraries/com/google/code/gson/gson/2.2.4/gson-2.2.4.jar"/>
<classpathentry kind="lib" path="lib/twitter4j-core-3.0.6-SNAPSHOT.jar"/>
<classpathentry kind="lib" path="lib/jreddit-1.0.1-SNAPSHOT.jar"/>
<classpathentry combineaccessrules="false" kind="src" path="/VoxelCommonMods"/>
<classpathentry kind="output" path="bin"/>
</classpath>
File renamed without changes.
34 changes: 17 additions & 17 deletions VoxelCam/.project → .project
Original file line number Diff line number Diff line change
@@ -1,17 +1,17 @@
<?xml version="1.0" encoding="UTF-8"?>
<projectDescription>
<name>VoxelCam</name>
<comment></comment>
<projects>
</projects>
<buildSpec>
<buildCommand>
<name>org.eclipse.jdt.core.javabuilder</name>
<arguments>
</arguments>
</buildCommand>
</buildSpec>
<natures>
<nature>org.eclipse.jdt.core.javanature</nature>
</natures>
</projectDescription>
<?xml version="1.0" encoding="UTF-8"?>
<projectDescription>
<name>VoxelCam</name>
<comment></comment>
<projects>
</projects>
<buildSpec>
<buildCommand>
<name>org.eclipse.jdt.core.javabuilder</name>
<arguments>
</arguments>
</buildCommand>
</buildSpec>
<natures>
<nature>org.eclipse.jdt.core.javanature</nature>
</natures>
</projectDescription>
Original file line number Diff line number Diff line change
@@ -1,3 +1,3 @@
eclipse.preferences.version=1
encoding//res/assets/voxelcam/lang/es_ES.lang=UTF-8
encoding//res/assets/voxelcam/lang/sv_SE.lang=UTF-8
eclipse.preferences.version=1
encoding//res/assets/voxelcam/lang/es_ES.lang=UTF-8
encoding//res/assets/voxelcam/lang/sv_SE.lang=UTF-8
Original file line number Diff line number Diff line change
@@ -1,11 +1,11 @@
eclipse.preferences.version=1
org.eclipse.jdt.core.compiler.codegen.inlineJsrBytecode=enabled
org.eclipse.jdt.core.compiler.codegen.targetPlatform=1.6
org.eclipse.jdt.core.compiler.codegen.unusedLocal=preserve
org.eclipse.jdt.core.compiler.compliance=1.6
org.eclipse.jdt.core.compiler.debug.lineNumber=generate
org.eclipse.jdt.core.compiler.debug.localVariable=generate
org.eclipse.jdt.core.compiler.debug.sourceFile=generate
org.eclipse.jdt.core.compiler.problem.assertIdentifier=error
org.eclipse.jdt.core.compiler.problem.enumIdentifier=error
org.eclipse.jdt.core.compiler.source=1.6
eclipse.preferences.version=1
org.eclipse.jdt.core.compiler.codegen.inlineJsrBytecode=enabled
org.eclipse.jdt.core.compiler.codegen.targetPlatform=1.6
org.eclipse.jdt.core.compiler.codegen.unusedLocal=preserve
org.eclipse.jdt.core.compiler.compliance=1.6
org.eclipse.jdt.core.compiler.debug.lineNumber=generate
org.eclipse.jdt.core.compiler.debug.localVariable=generate
org.eclipse.jdt.core.compiler.debug.sourceFile=generate
org.eclipse.jdt.core.compiler.problem.assertIdentifier=error
org.eclipse.jdt.core.compiler.problem.enumIdentifier=error
org.eclipse.jdt.core.compiler.source=1.6
File renamed without changes.
Loading

0 comments on commit b820b90

Please sign in to comment.