Skip to content

Commit

Permalink
Fix jogamp-env.xml's NODE_NAME -> build.node.name
Browse files Browse the repository at this point in the history
  • Loading branch information
sgothel committed Feb 26, 2011
1 parent f8f5fcb commit 2557207
Showing 1 changed file with 3 additions and 2 deletions.
5 changes: 3 additions & 2 deletions make/jogamp-env.xml
Original file line number Diff line number Diff line change
Expand Up @@ -7,11 +7,12 @@
<!-- only set 'build.archiveon' if set in environment to trigger archive creation -->
<condition property="build.archiveon" value="${env.BUILD_ARCHIVE}">
<istrue value="${env.BUILD_ARCHIVE}"/>
<!--isset property="${env.BUILD_ARCHIVE}"/-->
</condition>

<condition property="build.node.name" value="${env.NODE_NAME}" else="local">
<length string="${env.NODE_NAME}" when="greater" length="0" />
<not>
<equals arg1="${env.NODE_NAME}" arg2="$${env.NODE_NAME}" casesensitive="true" />
</not>
</condition>

</target>
Expand Down

0 comments on commit 2557207

Please sign in to comment.