You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@wicket.apache.org by da...@apache.org on 2007/06/27 22:11:40 UTC

svn commit: r551305 - in /incubator/wicket/releases/wicket-1.3.0-beta2: README wicket-assembly-all.xml

Author: dashorst
Date: Wed Jun 27 13:11:39 2007
New Revision: 551305

URL: http://svn.apache.org/viewvc?view=rev&rev=551305
Log:
Fixed some comments made on dev@, applied fixes, building new distribution

Modified:
    incubator/wicket/releases/wicket-1.3.0-beta2/README
    incubator/wicket/releases/wicket-1.3.0-beta2/wicket-assembly-all.xml

Modified: incubator/wicket/releases/wicket-1.3.0-beta2/README
URL: http://svn.apache.org/viewvc/incubator/wicket/releases/wicket-1.3.0-beta2/README?view=diff&rev=551305&r1=551304&r2=551305
==============================================================================
--- incubator/wicket/releases/wicket-1.3.0-beta2/README (original)
+++ incubator/wicket/releases/wicket-1.3.0-beta2/README Wed Jun 27 13:11:39 2007
@@ -33,7 +33,6 @@
 
 Wicket requires at least Java 1.4. The application server for running your web
 application should adhere to the servlet specification version 2.3 or newer.
-All necessary dependencies are located in the /lib directory of this package.
 
 Getting started
 ---------------

Modified: incubator/wicket/releases/wicket-1.3.0-beta2/wicket-assembly-all.xml
URL: http://svn.apache.org/viewvc/incubator/wicket/releases/wicket-1.3.0-beta2/wicket-assembly-all.xml?view=diff&rev=551305&r1=551304&r2=551305
==============================================================================
--- incubator/wicket/releases/wicket-1.3.0-beta2/wicket-assembly-all.xml (original)
+++ incubator/wicket/releases/wicket-1.3.0-beta2/wicket-assembly-all.xml Wed Jun 27 13:11:39 2007
@@ -93,6 +93,7 @@
 				<include>NOTICE</include>
 				<include>README</include>
 				<include>DISCLAIMER</include>
+				<include>RELEASENOTES</include>
 				<include>licenses/**</include>
 			</includes>
 		</fileSet>
@@ -107,6 +108,8 @@
 				<include>org.apache.wicket:wicket-extensions</include>
 				<include>org.apache.wicket:wicket-jmx</include>
 				<include>org.apache.wicket:wicket-objectsizeof-agent</include>
+				<include>org.apache.wicket:wicket-ioc</include>
+				<include>org.apache.wicket:wicket-guice</include>
 				<include>org.apache.wicket:wicket-spring</include>
 				<include>org.apache.wicket:wicket-spring-annot</include>
 				<include>org.apache.wicket:wicket-velocity</include>