0

Moved the id README to the front of the project.

This commit is contained in:
Ethan Lee
2012-05-09 21:40:09 -04:00
parent 274ac41de2
commit 0f526d6e6e
2 changed files with 10 additions and 4 deletions

View File

@@ -62,11 +62,12 @@
</fileset> </fileset>
</copy> </copy>
<!-- Copy licenses folder and README --> <!-- Copy licenses folder and README files -->
<copy todir="built/Linux/licenses"> <copy todir="built/Linux/licenses">
<fileset dir="licenses"/> <fileset dir="licenses"/>
</copy> </copy>
<copy file="README" todir="built/Linux"/> <copy file="README" todir="built/Linux"/>
<copy file="readme.id" todir="built/Linux"/>
<!-- Copy GNU/Linux executable file --> <!-- Copy GNU/Linux executable file -->
<copy file="executables/LWJake2.sh" todir="built/Linux"/> <copy file="executables/LWJake2.sh" todir="built/Linux"/>
@@ -98,11 +99,12 @@
</fileset> </fileset>
</copy> </copy>
<!-- Copy licenses folder and README --> <!-- Copy licenses folder and README files -->
<copy todir="built/OSX/licenses"> <copy todir="built/OSX/licenses">
<fileset dir="licenses"/> <fileset dir="licenses"/>
</copy> </copy>
<copy file="README" todir="built/OSX"/> <copy file="README" todir="built/OSX"/>
<copy file="readme.id" todir="built/OSX"/>
<!-- Copy OSX executable file --> <!-- Copy OSX executable file -->
<copy file="executables/LWJake2.sh" todir="built/OSX"/> <copy file="executables/LWJake2.sh" todir="built/OSX"/>
@@ -132,11 +134,12 @@
</fileset> </fileset>
</copy> </copy>
<!-- Copy licenses folder and README --> <!-- Copy licenses folder and README files -->
<copy todir="built/Windows/licenses"> <copy todir="built/Windows/licenses">
<fileset dir="licenses"/> <fileset dir="licenses"/>
</copy> </copy>
<copy file="README" todir="built/Windows"/> <copy file="README" todir="built/Windows"/>
<copy file="readme.id" todir="built/Windows"/>
<!-- Copy Windows executable file --> <!-- Copy Windows executable file -->
<copy file="executables/LWJake2.bat" todir="built/Windows"/> <copy file="executables/LWJake2.bat" todir="built/Windows"/>
@@ -159,11 +162,12 @@
<!--Copy LWJake2 jar --> <!--Copy LWJake2 jar -->
<copy file="built/jar/lwjake2.jar" todir="built/Server"/> <copy file="built/jar/lwjake2.jar" todir="built/Server"/>
<!-- Copy licenses folder and README --> <!-- Copy licenses folder and README files -->
<copy todir="built/Server/licenses"> <copy todir="built/Server/licenses">
<fileset dir="licenses"/> <fileset dir="licenses"/>
</copy> </copy>
<copy file="README" todir="built/Server"/> <copy file="README" todir="built/Server"/>
<copy file="readme.id" todir="built/Server"/>
<!-- Copy executable files --> <!-- Copy executable files -->
<copy file="executables/LWJake2_Server.sh" todir="built/Server"/> <copy file="executables/LWJake2_Server.sh" todir="built/Server"/>
@@ -188,6 +192,7 @@
<tarfileset dir="." prefix="LWJake2"> <tarfileset dir="." prefix="LWJake2">
<include name="build.xml"/> <include name="build.xml"/>
<include name="README"/> <include name="README"/>
<include name="readme.id"/>
</tarfileset> </tarfileset>
</tar> </tar>
<zip destfile="built/srcdist/LWJake2-src.zip"> <zip destfile="built/srcdist/LWJake2-src.zip">
@@ -199,6 +204,7 @@
<include name="src/**"/> <include name="src/**"/>
<include name="build.xml"/> <include name="build.xml"/>
<include name="README"/> <include name="README"/>
<include name="readme.id"/>
</zipfileset> </zipfileset>
</zip> </zip>
</target> </target>