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/03/18 13:51:49 UTC

svn commit: r519607 - in /incubator/wicket/branches/wicket-1.x/jdk-1.5: pom.xml wicket-portlet-examples/

Author: dashorst
Date: Sun Mar 18 05:51:48 2007
New Revision: 519607

URL: http://svn.apache.org/viewvc?view=rev&rev=519607
Log:
Moved portlet examples to Wicket Stuff

Removed:
    incubator/wicket/branches/wicket-1.x/jdk-1.5/wicket-portlet-examples/
Modified:
    incubator/wicket/branches/wicket-1.x/jdk-1.5/pom.xml

Modified: incubator/wicket/branches/wicket-1.x/jdk-1.5/pom.xml
URL: http://svn.apache.org/viewvc/incubator/wicket/branches/wicket-1.x/jdk-1.5/pom.xml?view=diff&rev=519607&r1=519606&r2=519607
==============================================================================
--- incubator/wicket/branches/wicket-1.x/jdk-1.5/pom.xml (original)
+++ incubator/wicket/branches/wicket-1.x/jdk-1.5/pom.xml Sun Mar 18 05:51:48 2007
@@ -38,7 +38,6 @@
 		<module>wicket-objectssizeof-agent</module>
 		<module>wicket-spring-annot</module>
 		<module>wicket-examples</module>
-		<module>wicket-portlet-examples</module>
 	</modules>
 	<build>
 		<plugins>