Browse Source

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 years ago
parent
commit
d724ab61a2
1 changed files with 1 additions and 2 deletions
  1. 1
    2
      build.xml

+ 1
- 2
build.xml View File

@@ -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…
Cancel
Save