Skip to content

Commit

Permalink
Add pack-api target to Ant
Browse files Browse the repository at this point in the history
  • Loading branch information
Sunstrike committed Sep 20, 2013
1 parent 88c6e48 commit 8c14307
Showing 1 changed file with 8 additions and 0 deletions.
8 changes: 8 additions & 0 deletions build.xml
Expand Up @@ -188,6 +188,14 @@

</target>

<!-- Package API -->
<target name="pack-api" depends="initialize-version">
<mkdir dir="${jar.dir}"/>
<zip destfile="${jar.dir}/TConstruct-${mc.version}-${project.version.full}-API.jar">
<fileset dir="${src.dir}" includes="tconstruct/library/*"/>
</zip>
</target>

<!-- Default target to run -->
<target name="main" depends="package"/>

Expand Down

0 comments on commit 8c14307

Please sign in to comment.