diff options
author | Javen O'Neal <onealj@apache.org> | 2016-07-08 11:42:01 +0000 |
---|---|---|
committer | Javen O'Neal <onealj@apache.org> | 2016-07-08 11:42:01 +0000 |
commit | a359a8eb253fc829f31199a32f3263504396c711 (patch) | |
tree | 21e923f3d61e1a93db5df6b263bafdc511aade45 /patch.xml | |
parent | edf158d24827565525bc11867a70226a9f06eedc (diff) | |
download | poi-a359a8eb253fc829f31199a32f3263504396c711.tar.gz poi-a359a8eb253fc829f31199a32f3263504396c711.zip |
fix regular expression example
git-svn-id: https://svn.apache.org/repos/asf/poi/trunk@1751885 13f79535-47bb-0310-9956-ffa450edef68
Diffstat (limited to 'patch.xml')
-rw-r--r-- | patch.xml | 2 |
1 files changed, 1 insertions, 1 deletions
@@ -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" /> |