You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@wicket.apache.org by jb...@apache.org on 2007/05/07 00:12:09 UTC

svn commit: r535663 - /incubator/wicket/trunk/jdk-1.5/wicket-examples/pom.xml

Author: jbq
Date: Sun May  6 15:12:08 2007
New Revision: 535663

URL: http://svn.apache.org/viewvc?view=rev&rev=535663
Log:
WICKET-319 No java source code in examples

Add a comment

Modified:
    incubator/wicket/trunk/jdk-1.5/wicket-examples/pom.xml

Modified: incubator/wicket/trunk/jdk-1.5/wicket-examples/pom.xml
URL: http://svn.apache.org/viewvc/incubator/wicket/trunk/jdk-1.5/wicket-examples/pom.xml?view=diff&rev=535663&r1=535662&r2=535663
==============================================================================
--- incubator/wicket/trunk/jdk-1.5/wicket-examples/pom.xml (original)
+++ incubator/wicket/trunk/jdk-1.5/wicket-examples/pom.xml Sun May  6 15:12:08 2007
@@ -67,9 +67,9 @@
 			<artifactId>httpunit</artifactId>
 		</dependency>
 		<dependency>
-            <groupId>net.sourceforge.jwebunit</groupId>
-            <artifactId>jwebunit-htmlunit-plugin</artifactId>
-        </dependency>
+			<groupId>net.sourceforge.jwebunit</groupId>
+			<artifactId>jwebunit-htmlunit-plugin</artifactId>
+		</dependency>
 		<dependency>
 			<groupId>org.mortbay.jetty</groupId>
 			<artifactId>jetty</artifactId>
@@ -90,6 +90,9 @@
 				<artifactId>maven-war-plugin</artifactId>
 				<configuration>
 					<webResources>
+						<!--+
+							| Include Java source code in the examples
+							+-->
 						<resource>
 							<directory>src/main/java</directory>
 							<targetPath>WEB-INF/classes</targetPath>