You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@polygene.apache.org by ni...@apache.org on 2015/04/17 18:06:05 UTC

[45/50] [abbrv] zest-qi4j git commit: Updated README

Updated README


Project: http://git-wip-us.apache.org/repos/asf/zest-qi4j/repo
Commit: http://git-wip-us.apache.org/repos/asf/zest-qi4j/commit/42b9b39b
Tree: http://git-wip-us.apache.org/repos/asf/zest-qi4j/tree/42b9b39b
Diff: http://git-wip-us.apache.org/repos/asf/zest-qi4j/diff/42b9b39b

Branch: refs/heads/master
Commit: 42b9b39bba7edd7a5fc65655c62039e13e7336c4
Parents: 0d2ee4a
Author: Paul Merlin <pa...@nosphere.org>
Authored: Mon Apr 15 18:29:57 2013 +0200
Committer: Paul Merlin <pa...@nosphere.org>
Committed: Mon Apr 15 18:29:57 2013 +0200

----------------------------------------------------------------------
 README.txt | 34 +++++++++-------------------------
 1 file changed, 9 insertions(+), 25 deletions(-)
----------------------------------------------------------------------


http://git-wip-us.apache.org/repos/asf/zest-qi4j/blob/42b9b39b/README.txt
----------------------------------------------------------------------
diff --git a/README.txt b/README.txt
index a893101..0b849fd 100644
--- a/README.txt
+++ b/README.txt
@@ -12,8 +12,6 @@ cool, new and challenging technology. We are especially interested in
 people willing to help improve the SDK, samples, tutorials, documentation
 and other supporting material.
 
-This initial SDK is very limited in terms of documentation.
-
 Please see http://www.qi4j.org for more information.
 
 
@@ -22,32 +20,18 @@ Licensing
 All Qi4j code is licensed under an Apache License.
 
 Third-Party Dependencies may be licensed under other terms. The only
-required dependencies are CGLib which is also under the Apache License.
+required dependencies are SLF4J (MIT Licence), ASM (BSD Licence) and
+Joda-Time (Apache Licence).
 
 
 Dependencies not included
 -------------------------
-To save download space, some optional dependencies are not included,
-which are only used under not too common circumstances, and if used
-it is likely that the user have already downloaded these separately.
-
-These are the Script language support in the 4 libraries
-
-  - qi4j-lib-groovy
-  - qi4j-lib-beanshell
-  - qi4j-lib-javascript
-  - qi4j-lib-jruby
-
-of their respective scripting languages
-
-  - org.codehaus.groovy:groovy-all
-  - org.beanshell:bsh-core
-  - rhino:rhino
-  - org.jruby:jruby
-
-Likewise, if you want to use the Spring Support Library or the Struts
-Support Library, these must be downloaded separately from SpringFramework
-and Apache Struts projects respectively.
+The binary distributions contains Qi4j artifacts only to keep the download
+size small. Each Qi4j artifact comes with a file prefixed ..-runtime-deps.txt
+that contains the list of its dependencies. Moreover, at the SDK root you'll
+find a Metalink file named qi4j-sdk-runtime-deps.metalink that you can use to
+download all needed dependencies jars. Metalink files can be downloaded using
+curl, aria2 and a lot of other download tools. Support in wget is coming.
 
 Finally, Qi4j TestSupport depends on JUnit 4.x and its dependencies, which
 is also not included in the SDK itself, as it is present among most Java
@@ -57,4 +41,4 @@ developers.
 Thank you for trying out Qi4j and Composite Oriented Programming.
 
 
--- Qi4j Core Dev Team
\ No newline at end of file
+-- Qi4j Core Dev Team