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/28 21:41:51 UTC

svn commit: r551682 - in /incubator/wicket/trunk: README wicket-assembly-all.xml

Author: dashorst
Date: Thu Jun 28 12:41:50 2007
New Revision: 551682

URL: http://svn.apache.org/viewvc?view=rev&rev=551682
Log:
Fixed inclusion of ioc and guice to the distribution

Modified:
    incubator/wicket/trunk/README
    incubator/wicket/trunk/wicket-assembly-all.xml

Modified: incubator/wicket/trunk/README
URL: http://svn.apache.org/viewvc/incubator/wicket/trunk/README?view=diff&rev=551682&r1=551681&r2=551682
==============================================================================
--- incubator/wicket/trunk/README (original)
+++ incubator/wicket/trunk/README Thu Jun 28 12:41:50 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/trunk/wicket-assembly-all.xml
URL: http://svn.apache.org/viewvc/incubator/wicket/trunk/wicket-assembly-all.xml?view=diff&rev=551682&r1=551681&r2=551682
==============================================================================
--- incubator/wicket/trunk/wicket-assembly-all.xml (original)
+++ incubator/wicket/trunk/wicket-assembly-all.xml Thu Jun 28 12:41:50 2007
@@ -36,6 +36,8 @@
 				<exclude>**/*zip</exclude>
 				<exclude>**/archive-tmp</exclude>
 				<exclude>**/sessions</exclude>
+				<exclude>target</exclude>
+				<exclude>target/**</exclude>
 				<exclude>${basedir}/target</exclude>
 			</excludes>
 		</fileSet>
@@ -53,6 +55,7 @@
 				<exclude>**/archive-tmp</exclude>
 				<exclude>**/sessions</exclude>
 				<exclude>${basedir}/target</exclude>
+				<exclude>target/**</exclude>
 			</excludes>
 		</fileSet>
 		<fileSet>
@@ -104,6 +107,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>