Skip to content

Commit

Permalink
Merge pull request ggp-org#12 from nitay/jar-task
Browse files Browse the repository at this point in the history
add jar task
  • Loading branch information
samschreiber committed Oct 25, 2013
2 parents b5eb509 + 43fb2a3 commit b4e6eb4
Showing 1 changed file with 3 additions and 0 deletions.
3 changes: 3 additions & 0 deletions build.xml
Original file line number Diff line number Diff line change
Expand Up @@ -66,6 +66,9 @@
<classpath refid="GGP_Base.classpath"/>
</javac>
</target>
<target name="jar" depends="build">
<jar destfile="bin/ggp-base.jar" basedir="bin" includes="**/*.class"/>
</target>
<target description="copy Eclipse compiler jars to ant lib directory" name="init-eclipse-compiler">
<copy todir="${ant.library.dir}">
<fileset dir="${ECLIPSE_HOME}/plugins" includes="org.eclipse.jdt.core_*.jar"/>
Expand Down

0 comments on commit b4e6eb4

Please sign in to comment.