You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@uima.apache.org by re...@apache.org on 2022/04/28 12:44:32 UTC

[uima-uimacpp] branch NO-JIRA-Add-readme created (now a56ced4)

This is an automated email from the ASF dual-hosted git repository.

rec pushed a change to branch NO-JIRA-Add-readme
in repository https://gitbox.apache.org/repos/asf/uima-uimacpp.git


      at a56ced4  [NO-JIRA] Tell git to treat PNGs as binaries

This branch includes the following new commits:

     new a56ced4  [NO-JIRA] Tell git to treat PNGs as binaries

The 1 revisions listed above as "new" are entirely new to this
repository and will be described in separate emails.  The revisions
listed as "add" were already present in the repository and have only
been added to this reference.



[uima-uimacpp] 01/01: [NO-JIRA] Tell git to treat PNGs as binaries

Posted by re...@apache.org.
This is an automated email from the ASF dual-hosted git repository.

rec pushed a commit to branch NO-JIRA-Add-readme
in repository https://gitbox.apache.org/repos/asf/uima-uimacpp.git

commit a56ced4fc50a8578d4d4ccd490608b00c7ac8f91
Author: Richard Eckart de Castilho <re...@apache.org>
AuthorDate: Thu Apr 28 14:44:28 2022 +0200

    [NO-JIRA] Tell git to treat PNGs as binaries
---
 .gitattributes                   |   1 +
 docs/images/deploycppservice.png | Bin 17476 -> 0 bytes
 docs/images/framework-core.png   | Bin 17830 -> 0 bytes
 docs/images/uimacppnative.png    | Bin 11492 -> 0 bytes
 docs/images/uimacppthrujni.png   | Bin 17643 -> 0 bytes
 5 files changed, 1 insertion(+)

diff --git a/.gitattributes b/.gitattributes
index 3c3644c..57ec520 100644
--- a/.gitattributes
+++ b/.gitattributes
@@ -7,3 +7,4 @@
 *.bat	  text eol=crlf
 *.sln	  text eol=crlf
 *.asc	  binary
+*.png	  binary
diff --git a/docs/images/deploycppservice.png b/docs/images/deploycppservice.png
deleted file mode 100644
index 692eff9..0000000
Binary files a/docs/images/deploycppservice.png and /dev/null differ
diff --git a/docs/images/framework-core.png b/docs/images/framework-core.png
deleted file mode 100644
index 4af93f5..0000000
Binary files a/docs/images/framework-core.png and /dev/null differ
diff --git a/docs/images/uimacppnative.png b/docs/images/uimacppnative.png
deleted file mode 100644
index 885cef5..0000000
Binary files a/docs/images/uimacppnative.png and /dev/null differ
diff --git a/docs/images/uimacppthrujni.png b/docs/images/uimacppthrujni.png
deleted file mode 100644
index 7ce011c..0000000
Binary files a/docs/images/uimacppthrujni.png and /dev/null differ