Author: frankbille
Date: Mon Feb 11 23:52:00 2008
New Revision: 620719

URL: http://svn.apache.org/viewvc?rev=620719&view=rev
Log:
WICKET-1335: README fixes

Modified:
    wicket/trunk/README
    wicket/trunk/archetypes/README

Modified: wicket/trunk/README
URL: 
http://svn.apache.org/viewvc/wicket/trunk/README?rev=620719&r1=620718&r2=620719&view=diff
==============================================================================
--- wicket/trunk/README (original)
+++ wicket/trunk/README Mon Feb 11 23:52:00 2008
@@ -27,7 +27,7 @@
 -------
 
 Wicket is distributed under the terms of the Apache Software Foundation
-license, version 2.0. The text is included in the file LICENSE.txt in the root
+license, version 2.0. The text is included in the file LICENSE in the root
 of the project.
 
 Java/Application server requirements
@@ -50,8 +50,10 @@
    - wicket
    - wicket-extensions
    - wicket-datetime
+   - wicket-ioc
    - wicket-spring
    - wicket-velocity
+   - wicket-quickstart
  - src/jdk-1.5
    - wicket-examples
    - wicket-auth-roles
@@ -122,7 +124,10 @@
 Dependencies
 ------------
 
-The easiest way of getting the dependencies of your Wicket based projects 
right is to use Maven with your projects and include the wicket dependencies 
you want like is outlined in the quickstart. Maven will then take care of 
including the appropriate dependencies.
+The easiest way of getting the dependencies of your Wicket based projects 
right 
+is to use Apache Maven (http://maven.apache.org) with your projects and include
+the wicket dependencies you want is outlined in the wicket-quickstart. 
+Maven will then take care of including the appropriate dependencies.
 
 If you do not want to use maven, here is a break down of the dependencies you 
need.
 
@@ -178,8 +183,8 @@
 ---------------------------
 
 The Wicket distribution contains the final Wicket jar. You can use this
-directly in your applications. The Wicket project also uploads the source-jars
-and JavaDoc jars together with the final jar to the Maven repository used by
+directly in your applications. The Wicket project also uploads the source 
+and JavaDoc jars as well as the final jar to the Maven repository used by
 the Maven build tool. So there is actually no specific need to build Wicket
 yourself from the distribution.
 
@@ -192,7 +197,7 @@
  - mvn install
 
     creates wicket-x.y.z.jar in target/ subdirectory and installs the file
-    into your local repository for use in other projects.
+    into your local Maven repository for use in other projects.
 
 Migrating from 1.2
 ------------------

Modified: wicket/trunk/archetypes/README
URL: 
http://svn.apache.org/viewvc/wicket/trunk/archetypes/README?rev=620719&r1=620718&r2=620719&view=diff
==============================================================================
--- wicket/trunk/archetypes/README (original)
+++ wicket/trunk/archetypes/README Mon Feb 11 23:52:00 2008
@@ -1,9 +1,10 @@
 Apache Wicket Archetypes
 ========================
 
-This is the readme file for the wicket-archetypes folder
+This is the README file for the archetypes directory
 
-Wicket-archetypes is a collection of maven project archetypes designed for 
wicket.
+Wicket's archetypes directory is a collection of Apache Maven project 
+archetypes designed for Wicket.
 
 Contents
 --------
@@ -13,7 +14,8 @@
 
 Requirements
 ------------
-To install and use these archetype Maven2 needs to be present.
+To install and use these archetypes Apache Maven (http://maven.apache.org)
+needs to be present.
 
 
 Getting started
@@ -52,4 +54,4 @@
 >cd myproject
 >mvn eclipse:eclipse -DdownloadSources=true
 
-Open Eclipse. Choose File/Import/Existing Project and point it to myproject 
directory
\ No newline at end of file
+Open Eclipse. Choose File/Import/Existing Project and point it to myproject 
directory


Reply via email to