Skip to content

Commit

Permalink
Move API outputs to bin/api/
Browse files Browse the repository at this point in the history
  • Loading branch information
Sunstrike committed Sep 20, 2013
1 parent 8c14307 commit a662601
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions build.xml
Expand Up @@ -190,8 +190,8 @@

<!-- 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">
<mkdir dir="${jar.dir}/api"/>
<zip destfile="${jar.dir}/api/TConstruct-${mc.version}-${project.version.full}-API.jar">
<fileset dir="${src.dir}" includes="tconstruct/library/*"/>
</zip>
</target>
Expand Down

0 comments on commit a662601

Please sign in to comment.