Commit ad12632bea7057bdc614f8efac6e97b3201cb2c9

Authored by Mumfrey
1 parent cf4e662f

LiteLoader 1.6.4_02 - experimental - renamed "res" -> "resources"

.classpath
1 <?xml version="1.0" encoding="UTF-8"?> 1 <?xml version="1.0" encoding="UTF-8"?>
2 <classpath> 2 <classpath>
3 <classpathentry kind="src" path="java"/> 3 <classpathentry kind="src" path="java"/>
4 - <classpathentry kind="src" path="res"/>  
5 <classpathentry kind="src" path="debug"/> 4 <classpathentry kind="src" path="debug"/>
  5 + <classpathentry kind="src" path="resources"/>
6 <classpathentry combineaccessrules="false" exported="true" kind="src" path="/Client"/> 6 <classpathentry combineaccessrules="false" exported="true" kind="src" path="/Client"/>
7 <classpathentry kind="con" path="org.eclipse.jdt.launching.JRE_CONTAINER"/> 7 <classpathentry kind="con" path="org.eclipse.jdt.launching.JRE_CONTAINER"/>
8 <classpathentry exported="true" kind="lib" path="/Client/jars/libraries/org/lwjgl/lwjgl/lwjgl/2.9.0/lwjgl-2.9.0.jar"/> 8 <classpathentry exported="true" kind="lib" path="/Client/jars/libraries/org/lwjgl/lwjgl/lwjgl/2.9.0/lwjgl-2.9.0.jar"/>
ant/build_liteloader.xml
@@ -98,10 +98,10 @@ @@ -98,10 +98,10 @@
98 <target name="contributeresources" description="Contribute resources to the staging path"> 98 <target name="contributeresources" description="Contribute resources to the staging path">
99 <echo level="info" message="Contributing project resources for ${lib}" /> 99 <echo level="info" message="Contributing project resources for ${lib}" />
100 <copy todir="${stage.dir}" verbose="false" failonerror="false"> 100 <copy todir="${stage.dir}" verbose="false" failonerror="false">
101 - <fileset dir="${eclipse}/${lib}/res" excludes=".svn/**">  
102 - <exclude name="**/Thumbs.db" />  
103 - <exclude name="**/minecraft.key" />  
104 - </fileset> 101 + <fileset dir="${eclipse}/${lib}/resources" excludes=".svn/**">
  102 + <exclude name="**/Thumbs.db" />
  103 + <exclude name="**/minecraft.key" />
  104 + </fileset>
105 </copy> 105 </copy>
106 </target> 106 </target>
107 107
res/assets/liteloader/textures/gui/about.png renamed to resources/assets/liteloader/textures/gui/about.png

27.2 KB

res/liteloader.properties renamed to resources/liteloader.properties