Minor updates to README, trying to close PR 76 Resolves #76 as invalid
Project: http://git-wip-us.apache.org/repos/asf/wicket/repo Commit: http://git-wip-us.apache.org/repos/asf/wicket/commit/ea7fca87 Tree: http://git-wip-us.apache.org/repos/asf/wicket/tree/ea7fca87 Diff: http://git-wip-us.apache.org/repos/asf/wicket/diff/ea7fca87 Branch: refs/heads/lambdas Commit: ea7fca8795298951ecd3459b040fc2145ecd116a Parents: 0205121 Author: Martijn Dashorst <[email protected]> Authored: Sun Oct 25 21:03:09 2015 +0100 Committer: Martijn Dashorst <[email protected]> Committed: Sun Oct 25 21:03:09 2015 +0100 ---------------------------------------------------------------------- README | 9 ++++----- 1 file changed, 4 insertions(+), 5 deletions(-) ---------------------------------------------------------------------- http://git-wip-us.apache.org/repos/asf/wicket/blob/ea7fca87/README ---------------------------------------------------------------------- diff --git a/README b/README index 66029b0..436937c 100644 --- a/README +++ b/README @@ -1,8 +1,6 @@ Apache Wicket 8.0 ================= -This is the readme file for the Apache Wicket project. - Apache Wicket is an open source, java, component based, web application framework. With proper mark-up/logic separation, a POJO data model, and a refreshing lack of XML, Apache Wicket makes developing web-apps simple and @@ -41,9 +39,10 @@ What is in this package ----------------------- The archive you just downloaded and unpacked contains the source code and the -jars of the core projects of Wicket. If you are just starting out, you -probably only need to include wicket-x.jar, where x stands for the version. As -a rule, use just the jars you need. +jars of the core projects of Wicket. If you are just starting out, you probably +only need to include wicket-util-x.jar, wicket-request-x.jar and +wicket-core-x.jar, where x stands for the version. As a rule, use just the jars +you need. You will find the source code here:
