Skip to content

Commit

Permalink
Simplify default value of product.build.number
Browse files Browse the repository at this point in the history
  • Loading branch information
sgothel committed Jul 28, 2010
1 parent d6b4ffc commit 93120cc
Showing 1 changed file with 1 addition and 5 deletions.
6 changes: 1 addition & 5 deletions make/build.xml
Original file line number Diff line number Diff line change
Expand Up @@ -50,11 +50,7 @@
<property name="gluegen.lib.dir" value="${build}/obj"/>

<property file="${build}/artifact.properties"/>
<condition property="gluegen.build.number" value="manual-build">
<not>
<isset property="gluegen.build.number"/>
</not>
</condition>
<property name="gluegen.build.number" value="manual-build"/>

<!-- The generated source directories. -->
<property name="src.generated" value="${build}/gensrc" />
Expand Down

0 comments on commit 93120cc

Please sign in to comment.