Skip to content

Commit

Permalink
Update build to work better with git
Browse files Browse the repository at this point in the history
  • Loading branch information
jjeffery committed Apr 17, 2014
1 parent 14a34ed commit 9069074
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion build/Quokka.build
Original file line number Diff line number Diff line change
Expand Up @@ -28,7 +28,7 @@

<property name="product.version" value="${environment::get-variable('BUILD_NUMBER')}" if="${environment::variable-exists('BUILD_NUMBER')}"/>
<property name="product.version" value="0.1.0.0" overwrite="false"/>
<property name="vcs.version" value="${environment::get-variable('BUILD_VCS_NUMBER')" if="${environment::variable-exists('BUILD_VCS_NUMBER')}"/>
<property name="vcs.version" value="${environment::get-variable('BUILD_VCS_NUMBER')}" if="${environment::variable-exists('BUILD_VCS_NUMBER')}"/>
<property name="vcs.version" value="unknown" overwrite="false"/>
<echo message="product.version: ${product.version}"/>
<echo message="vcs.version: ${vcs.version}"/>
Expand Down

0 comments on commit 9069074

Please sign in to comment.