txt is not a folder

This commit is contained in:
DarkGuardsman 2013-09-03 23:02:03 -04:00
parent 8e30222648
commit b0e07865df

View file

@ -90,30 +90,33 @@
<fileset dir="${dir.mcp}/reobf/minecraft" includes="themalexpansion/" />
<fileset dir="${dir.mcp}/reobf/minecraft" includes="universalelectricity/" />
<fileset dir="${dir.development}/resources" excludes=".git/**" />
<fileset dir="${dir.development}LICENSE.txt" excludes=".git/**" />
</copy>
<copy todir="fm">
<fileset dir="${dir.mcp}/reobf/minecraft" includes="dark/fluid/" />
<fileset dir="${dir.mcp}/reobf/minecraft" includes="dark/mech/" />
<fileset dir="${dir.development}/Fluid-Mechanics/resources" excludes=".git/**" />
<fileset dir="${dir.development}LICENSE.txt" excludes=".git/**" />
</copy>
<copy todir="al">
<fileset dir="${dir.mcp}/reobf/minecraft" includes="dark/assembly/" />
<fileset dir="${dir.development}/Assembly-Line/resources" excludes=".git/**" />
<fileset dir="${dir.development}LICENSE.txt" excludes=".git/**" />
</copy>
<copy todir="ft">
<fileset dir="${dir.mcp}/reobf/minecraft" includes="dark/farmtech" />
<fileset dir="${dir.development}/FarmTech/resources" excludes=".git/**" />
<fileset dir="${dir.development}LICENSE.txt" excludes=".git/**" />
</copy>
<copy todir="gs">
<fileset dir="${dir.mcp}/reobf/minecraft" includes="dark/security/" />
<fileset dir="${dir.development}/Greater-Security/resources" excludes=".git/**" />
<fileset dir="${dir.development}LICENSE.txt" excludes=".git/**" />
</copy>
<copy todir="gs" file="LICENSE.txt" />
<copy todir="ft" file="LICENSE.txt" />
<copy todir="al" file="LICENSE.txt" />
<copy todir="fm" file="LICENSE.txt" />
<copy todir="core" file="LICENSE.txt" />
<copy todir="output" file="LICENSE.txt" />
<copy todir="output" file="build.properties" />
<!-- OUTPUT LATEST JAR AND ZIP FILES -->
<jar destfile="output/${file.core}">
<fileset dir="core" />
@ -134,8 +137,6 @@
<fileset dir="output/" />
</zip>
<copy todir="output" file="build.properties" />
<copy todir="output" file="${file.all}" />
<copy todir="output" file="LICENSE.txt" />
</target>
</project>