Skip to content

Commit

Permalink
Added minRevision maxRevision find-and-replace to script.
Browse files Browse the repository at this point in the history
  • Loading branch information
prisonerjohn committed Oct 18, 2015
1 parent 2ed2d84 commit ede8cf7
Showing 1 changed file with 3 additions and 0 deletions.
3 changes: 3 additions & 0 deletions resources/build.xml
Original file line number Diff line number Diff line change
Expand Up @@ -271,6 +271,9 @@ ${line}
<replaceregexp file="${file}" match="##tool.version##" replace="${tool.version}" flags="g" />
<replaceregexp file="${file}" match="##tool.prettyVersion##" replace="${tool.prettyVersion}" flags="g" />

<replaceregexp file="${file}" match="##compatible.minRevision##" replace="${compatible.minRevision}" flags="g" />
<replaceregexp file="${file}" match="##compatible.maxRevision##" replace="${compatible.maxRevision}" flags="g" />

<replaceregexp file="${file}" match="##tool.url##" replace="${tool.url}" flags="g" />
<replaceregexp file="${file}" match="##tool.categories##" replace="${tool.categories}" flags="g" />
<replaceregexp file="${file}" match="##tool.sentence##" replace="${tool.sentence}" flags="g" />
Expand Down

0 comments on commit ede8cf7

Please sign in to comment.