Skip to content

Commit

Permalink
make default jar_with_info
Browse files Browse the repository at this point in the history
  • Loading branch information
mebigfatguy committed Feb 17, 2016
1 parent 1354423 commit 7ac1ce3
Showing 1 changed file with 3 additions and 1 deletion.
4 changes: 3 additions & 1 deletion build.xml
Expand Up @@ -17,7 +17,7 @@
*/
-->

<project name="roomstore" default="info">
<project name="roomstore" default="jar_with_info">
<property file="build.properties"/>
<property file="version.properties" />

Expand Down Expand Up @@ -131,6 +131,8 @@
</manifest>
</jar>
</target>

<target name="jar_with_info" depends="info, jar"/>

<target name="release" depends="build, srczip, javadoc"
description="prepares everything for a release" />
Expand Down

0 comments on commit 7ac1ce3

Please sign in to comment.