Skip to content

Commit

Permalink
Add binary to the repo for distrubution
Browse files Browse the repository at this point in the history
  • Loading branch information
Gnonthgol committed Jan 2, 2013
1 parent 589af12 commit 7883ba9
Show file tree
Hide file tree
Showing 2 changed files with 5 additions and 1 deletion.
Binary file added dist/todo.jar
Binary file not shown.
6 changes: 5 additions & 1 deletion josm-todo/build.xml
Original file line number Diff line number Diff line change
Expand Up @@ -112,14 +112,18 @@
**********************************************************
-->
<target name="revision">
<!--
<exec append="false" output="REVISION" executable="svn" failifexecutionfails="false">
<env key="LANG" value="C"/>
<arg value="info"/>
<arg value="--xml"/>
<arg value="- -xml"/>
<arg value="."/>
</exec>
<xmlproperty file="REVISION" prefix="version" keepRoot="false" collapseAttributes="true"/>
<delete file="REVISION"/>
-->
<property name="version.entry.commit.revision" value="29154"/>
<property name="version.entry.commit.date" value="2013-01-02T01:43:36.326536Z"/>
</target>
<!--
**********************************************************
Expand Down

0 comments on commit 7883ba9

Please sign in to comment.