Skip to content
Snippets Groups Projects
Commit 2bd75418 authored by david_williams's avatar david_williams
Browse files

prep for 3.0.1 patches

parent 4bef0f40
No related branches found
No related tags found
No related merge requests found
......@@ -248,12 +248,26 @@
<!-- set buildBranch, and create label.properties-->
<target
name="init">
<condition
property="buildBranch"
value="R3.0.1">
<equals
arg1="${mapVersionTag}"
arg2="R3_0_1_patches" />
</condition>
<condition
property="buildBranch"
value="R3.1">
<equals
arg1="${mapVersionTag}"
arg2="HEAD" />
</condition>
<condition
property="buildBranch"
value="R3.0">
<equals
arg1="${mapVersionTag}"
arg2="HEAD" />
arg2="R3_0_maintenance" />
</condition>
<condition
property="buildBranch"
......@@ -301,7 +315,7 @@
<!-- this happens, for example, when using a "tempTest" branch -->
<property
name="buildBranch"
value="R3.0" />
value="R3.1" />
<!-- strip trailing blanks. Seems either Eclipse, or CVS make it hard to not have trailing spaces -->
<replaceregexp
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment