Selaa lähdekoodia

Fix pattern for license check failure

git-svn-id: https://svn.apache.org/repos/asf/poi/trunk@1559818 13f79535-47bb-0310-9956-ffa450edef68
tags/REL_3_10_FINAL^2
Dominik Stadler 10 vuotta sitten
vanhempi
commit
d724ab61a2
1 muutettua tiedostoa jossa 1 lisäystä ja 2 poistoa
  1. 1
    2
      build.xml

+ 1
- 2
build.xml Näytä tiedosto

@@ -1379,7 +1379,6 @@ under the License.
<echo>${rat.reportcontent}</echo>
<!-- fail the build if at least one note is in the report -->
<fail><condition><not><contains string="${rat.reportcontent}" substring="Notes: 0"/></not></condition>
</fail>
<fail><condition><matches pattern="[1-9][0-9]* Unknown Licens" string="${rat.reportcontent}"/></condition></fail>
</target>
</project>

Loading…
Peruuta
Tallenna