This is an automated email from the ASF dual-hosted git repository.
nick pushed a commit to branch master
in repository https://gitbox.apache.org/repos/asf/tika.git
The following commit(s) were added to refs/heads/master by this push:
new 1d1119e Add a sample Windows batch file
1d1119e is described below
commit 1d1119eaf7f7489722fd40b04c66ee8602801fc0
Author: Nick Burch <[email protected]>
AuthorDate: Wed Aug 23 23:17:32 2017 +0100
Add a sample Windows batch file
---
.../src/test/resources/test-documents/testBAT.bat | 19 +++++++++++++++++++
1 file changed, 19 insertions(+)
diff --git a/tika-parsers/src/test/resources/test-documents/testBAT.bat
b/tika-parsers/src/test/resources/test-documents/testBAT.bat
new file mode 100644
index 0000000..b24a26e
--- /dev/null
+++ b/tika-parsers/src/test/resources/test-documents/testBAT.bat
@@ -0,0 +1,19 @@
+@echo off
+
+rem Licensed to the Apache Software Foundation (ASF) under one or more
+rem contributor license agreements. See the NOTICE file distributed with
+rem this work for additional information regarding copyright ownership.
+rem The ASF licenses this file to You under the Apache License, Version 2.0
+rem (the "License"); you may not use this file except in compliance with
+rem the License. You may obtain a copy of the License at
+rem
+rem http://www.apache.org/licenses/LICENSE-2.0
+rem
+rem Unless required by applicable law or agreed to in writing, software
+rem distributed under the License is distributed on an "AS IS" BASIS,
+rem WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied.
+rem See the License for the specific language governing permissions and
+rem limitations under the License.
+
+rem Prints the Tika Version
+java -jar tika-app.jar --version
--
To stop receiving notification emails like this one, please contact
['"[email protected]" <[email protected]>'].