You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@mina.apache.org by jv...@apache.org on 2013/07/08 18:26:41 UTC

git commit: added a simplie readme.txt

Updated Branches:
  refs/heads/trunk 1c856929e -> 678492c46


added a simplie readme.txt


Project: http://git-wip-us.apache.org/repos/asf/mina/repo
Commit: http://git-wip-us.apache.org/repos/asf/mina/commit/678492c4
Tree: http://git-wip-us.apache.org/repos/asf/mina/tree/678492c4
Diff: http://git-wip-us.apache.org/repos/asf/mina/diff/678492c4

Branch: refs/heads/trunk
Commit: 678492c46da75cfd37662906a934b84772d331b0
Parents: 1c85692
Author: jvermillard <jv...@apache.org>
Authored: Mon Jul 8 18:24:58 2013 +0200
Committer: jvermillard <jv...@apache.org>
Committed: Mon Jul 8 18:26:06 2013 +0200

----------------------------------------------------------------------
 README.txt | 22 ++++++++++++++++++++++
 1 file changed, 22 insertions(+)
----------------------------------------------------------------------


http://git-wip-us.apache.org/repos/asf/mina/blob/678492c4/README.txt
----------------------------------------------------------------------
diff --git a/README.txt b/README.txt
new file mode 100644
index 0000000..874751e
--- /dev/null
+++ b/README.txt
@@ -0,0 +1,22 @@
+Apache MINA is a network application framework which helps users
+develop high performance and high scalability network applications
+easily.
+
+=========
+Compiling
+=========
+
+You need Apache maven 3.0 or more, Java 7 or more (both Oracle and OpenJDKshould work).
+
+> mvn install
+
+and you are done !
+
+Refer to the examples in the examples sub projet or the documentation at http://mina.apache.org for more details.
+
+
+=========
+License
+=========
+
+See the LICENCE.txt file.