Lets include the license with each build
To be safe
This commit is contained in:
parent
21bb734bb0
commit
b2e72094d2
1 changed files with 6 additions and 0 deletions
|
@ -90,23 +90,28 @@
|
|||
<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>
|
||||
|
||||
<!-- OUTPUT LATEST JAR AND ZIP FILES -->
|
||||
|
@ -131,5 +136,6 @@
|
|||
|
||||
<copy todir="output" file="build.properties" />
|
||||
<copy todir="output" file="${file.all}" />
|
||||
<copy todir="output" file="LICENSE.txt" />
|
||||
</target>
|
||||
</project>
|
||||
|
|
Loading…
Reference in a new issue