You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@wicket.apache.org by fr...@apache.org on 2007/11/04 14:58:02 UTC

svn commit: r591783 - /wicket/trunk/README

Author: frankbille
Date: Sun Nov  4 05:58:01 2007
New Revision: 591783

URL: http://svn.apache.org/viewvc?rev=591783&view=rev
Log:
Added information about that the source code is part of the distribution

Modified:
    wicket/trunk/README

Modified: wicket/trunk/README
URL: http://svn.apache.org/viewvc/wicket/trunk/README?rev=591783&r1=591782&r2=591783&view=diff
==============================================================================
--- wicket/trunk/README (original)
+++ wicket/trunk/README Sun Nov  4 05:58:01 2007
@@ -39,10 +39,26 @@
 What is in this package
 -----------------------
 
-The archive you just downloaded and unpacked contains 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.
+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.
+
+You will find the source code here:
+
+ - src/jdk-1.4
+   - wicket
+   - wicket-extensions
+   - wicket-datetime
+   - wicket-spring
+   - wicket-velocity
+ - src/jdk-1.5
+   - wicket-examples
+   - wicket-auth-roles
+   - wicket-spring-annot
+   - wicket-guice
+   - wicket-jmx
+   - wicket-objectssizeof-agent
 
 Here is a list of projects in this distribution and what they do.