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/08 22:25:29 UTC

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

Author: jbq
Date: Tue May  8 13:25:28 2007
New Revision: 536315

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

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=536315&r1=536314&r2=536315
==============================================================================
--- incubator/wicket/trunk/jdk-1.5/wicket-examples/pom.xml (original)
+++ incubator/wicket/trunk/jdk-1.5/wicket-examples/pom.xml Tue May  8 13:25:28 2007
@@ -103,7 +103,7 @@
 							| Include Java source code in the examples
 							+-->
 						<resource>
-							<directory>src/main/java</directory>
+							<directory>${basedir}/src/main/java</directory>
 							<targetPath>WEB-INF/classes</targetPath>
 							<includes>
 								<include>**/*.java</include>