Skip to content

Commit

Permalink
updated build.xml
Browse files Browse the repository at this point in the history
  • Loading branch information
vicrep committed Nov 26, 2015
1 parent 0ddbe74 commit 798d65d
Show file tree
Hide file tree
Showing 3 changed files with 7 additions and 3 deletions.
2 changes: 1 addition & 1 deletion build-framework.xml
Original file line number Diff line number Diff line change
Expand Up @@ -27,7 +27,7 @@

<target name="dist" depends="compile">
<mkdir dir="${dist}" />
<jar jarfile="${dist}/socscore-framework.jar" basedir="${build}"/>
<jar jarfile="${dist}/socscore-framework.jar" basedir="${tmp}"/>
</target>

<target name="clean" depends="dist">
Expand Down
8 changes: 6 additions & 2 deletions build.xml
Original file line number Diff line number Diff line change
@@ -1,10 +1,14 @@
<project name="SocSocre" basedir="." default="run">
<project name="SocSocre" basedir="." default="build">
<description>
Main ANT build file for SocScore.
</description>

<target name="run">
<target name="build">
<ant antfile="build-framework.xml" />
</target>

<target name="test">

</target>

</project>
Binary file modified build/lib/socscore-framework.jar
Binary file not shown.

0 comments on commit 798d65d

Please sign in to comment.