Skip to content

Commit

Permalink
oh god
Browse files Browse the repository at this point in the history
  • Loading branch information
badlogicgames committed Dec 29, 2011
1 parent 744c5e9 commit f323a12
Showing 1 changed file with 3 additions and 10 deletions.
13 changes: 3 additions & 10 deletions build-template.xml
Original file line number Diff line number Diff line change
Expand Up @@ -86,15 +86,8 @@ zipfileset id="jarfiles" -> the jar files to be merged with the project's classe

<!-- class jar -->
<jar destfile="${distDir}/${jar}.jar">
<fileset dir="${target}" />
<!-- merge dependencies found in libs/ folder, exclude native, debug and android jars -->
<zipgroupfileset file="${libs}/*.jar">
<exclude name="*-natives.jar"/>
<exclude name="*-debug.jar"/>
<exclude name="android-*.jar"/>
</zipgroupfileset>
<!-- merge dependencies specified in parent build.xml -->
<zipfileset refid="jarfiles"/>
</jar>
<fileset dir="${target}">
<exclude name="**/native"/>
</filset>
</target>
</project>

0 comments on commit f323a12

Please sign in to comment.