Skip to content

Commit

Permalink
Publish latest OSX InTrace binaries, publish latest standalone releas…
Browse files Browse the repository at this point in the history
…e intrace files. Improve build scripts to make this easier in future.
  • Loading branch information
mchr3k committed Apr 6, 2014
1 parent 107daa2 commit 8bafbc7
Show file tree
Hide file tree
Showing 8 changed files with 8 additions and 0 deletions.
Binary file modified binaries/jars/latest_development/InTrace.app.tar
Binary file not shown.
Binary file modified binaries/jars/latest_release/InTrace.app.tar
Binary file not shown.
Binary file modified binaries/jars/release_31/InTrace.app.tar
Binary file not shown.
Binary file modified intrace.appengine/war/files/InTrace.app.tar
Binary file not shown.
Binary file modified intrace.appengine/war/files/intrace-agent.jar
Binary file not shown.
Binary file modified intrace.appengine/war/files/intrace-ui.jar
Binary file not shown.
8 changes: 8 additions & 0 deletions org.intrace/build.xml
Expand Up @@ -332,6 +332,7 @@
<copy todir="../binaries/jars/latest_development" overwrite="true">
<fileset file="./build/jars/intrace-agent.jar" />
<fileset file="./build/jars/intrace-ui.jar" />
<fileset file="./build/jars/InTrace.app.tar" />
</copy>
<delete>
<fileset dir="../intrace.appengine/war/features/" includes="*.jar"/>
Expand All @@ -352,6 +353,7 @@
<copy todir="../binaries/jars/latest_development" overwrite="true">
<fileset file="./build/jars/intrace-agent.jar" />
<fileset file="./build/jars/intrace-ui.jar" />
<fileset file="./build/jars/InTrace.app.tar" />
</copy>
<delete>
<fileset dir="../intrace.appengine/war/features/" includes="*.jar"/>
Expand All @@ -376,6 +378,12 @@
basedir="../intrace.ecl.site/"
excludes=".project"
/>

<copy todir="../intrace.appengine/war/files" overwrite="true">
<fileset file="../binaries/jars/latest_development/intrace-agent.jar" />
<fileset file="../binaries/jars/latest_development/intrace-ui.jar" />
<fileset file="../binaries/jars/latest_development/InTrace.app.tar" />
</copy>
</target>

<target name="update_eclipse_jars" depends="jar" >
Expand Down
Binary file modified org.intrace/lib/intrace-agent.jar
Binary file not shown.

0 comments on commit 8bafbc7

Please sign in to comment.