mirror of https://github.com/apache/lucene.git
Improve pattern
git-svn-id: https://svn.apache.org/repos/asf/lucene/dev/trunk@1684828 13f79535-47bb-0310-9956-ffa450edef68
This commit is contained in:
parent
307fb6e19b
commit
9756d6f948
|
@ -623,7 +623,7 @@
|
|||
<!-- If possible, include the svnversion -->
|
||||
<exec dir="." executable="${svnversion.exe}" outputproperty="-svnversion-raw" failifexecutionfails="false"/>
|
||||
<condition property="svnversion" value="${-svnversion-raw}" else="unknown">
|
||||
<matches pattern="[\d:MSP]+" string="${-svnversion-raw}" casesensitive="true"/>
|
||||
<matches pattern="^\s*[\d:MSP]+\s*$" string="${-svnversion-raw}" casesensitive="true"/>
|
||||
</condition>
|
||||
|
||||
<manifest file="@{manifest.file}">
|
||||
|
|
Loading…
Reference in New Issue