fix regular expression example
git-svn-id: https://svn.apache.org/repos/asf/poi/trunk@1751885 13f79535-47bb-0310-9956-ffa450edef68
This commit is contained in:
parent
ae0d93e9f8
commit
605cfbcfae
@ -100,7 +100,7 @@
|
||||
|
||||
<!--
|
||||
get a list of all new files in patch.tar.gz and store in tar.file.list filelist
|
||||
$ tar -tf patch.tar.gz | grep -v patch.txt | xargs svn add
|
||||
$ tar tf patch.tar.gz | grep -v patch\.txt | xargs svn add
|
||||
-->
|
||||
<echo message="Getting ${patch.file} file list"/>
|
||||
<delete dir="${patch.package}.tmp" quiet="false" failonerror="false" />
|
||||
|
Loading…
Reference in New Issue
Block a user