This is an automated email from the ASF dual-hosted git repository.
struberg pushed a commit to branch master
in repository https://gitbox.apache.org/repos/asf/openjpa.git
The following commit(s) were added to refs/heads/master by this push:
new 1413c36 move README to asciidoc
1413c36 is described below
commit 1413c369be2b88cdaf4d5631ccc9e6d5d07c7a15
Author: Mark Struberg <[email protected]>
AuthorDate: Mon Oct 15 22:32:54 2018 +0200
move README to asciidoc
---
README.adoc | 23 +++++++++++++++++++++++
README.txt | 14 --------------
2 files changed, 23 insertions(+), 14 deletions(-)
diff --git a/README.adoc b/README.adoc
new file mode 100644
index 0000000..74ee571
--- /dev/null
+++ b/README.adoc
@@ -0,0 +1,23 @@
+= Apache OpenJPA - README
+
+== Preface
+Thank you for downloading this release of Apache OpenJPA.
+
+Apache OpenJPA is an implementation of the Java Persistence API specification.
+
+
+== License
+The content of this repository is licensed under Apache License 2.0
+http://www.apache.org/licenses/LICENSE-2.0
+
+== Further Information
+
+The following files can be found in the openjpa-project subdirectory:
+
+* BUILDING.txt
+* CHANGES.txt
+* RELEASE-NOTES.html
+
+For documentation and project information, please visit our project site:
+ http://openjpa.apache.org/
+
diff --git a/README.txt b/README.txt
deleted file mode 100644
index 361e028..0000000
--- a/README.txt
+++ /dev/null
@@ -1,14 +0,0 @@
-Apache OpenJPA - README.txt
-Licensed under Apache License 2.0 - http://www.apache.org/licenses/LICENSE-2.0
---------------------------------------------------------------------------------
-
-Thank you for downloading this release of Apache OpenJPA.
-
-The following files can be found in the openjpa-project subdirectory:
- BUILDING.txt
- CHANGES.txt
- RELEASE-NOTES.html
-
-For documentation and project information, please visit our project site:
- http://openjpa.apache.org/
-