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 2006/10/10 22:53:20 UTC

svn commit: r462557 - in /incubator/wicket/trunk/wicket-examples: ./ src/java/ src/main/ src/main/java/ src/test/ src/test/com/ src/test/java/ src/test/java/com/ src/test/java/nl/ src/test/java/wicket/ src/test/nl/ src/test/wicket/

Author: dashorst
Date: Tue Oct 10 13:53:19 2006
New Revision: 462557

URL: http://svn.apache.org/viewvc?view=rev&rev=462557
Log:
Moved directories to maven defaults

Added:
    incubator/wicket/trunk/wicket-examples/src/main/
    incubator/wicket/trunk/wicket-examples/src/main/java/
      - copied from r462541, incubator/wicket/trunk/wicket-examples/src/java/
    incubator/wicket/trunk/wicket-examples/src/test/java/
    incubator/wicket/trunk/wicket-examples/src/test/java/com/
      - copied from r462541, incubator/wicket/trunk/wicket-examples/src/test/com/
    incubator/wicket/trunk/wicket-examples/src/test/java/commons-logging.properties
      - copied unchanged from r462541, incubator/wicket/trunk/wicket-examples/src/test/commons-logging.properties
    incubator/wicket/trunk/wicket-examples/src/test/java/log4j.properties
      - copied unchanged from r462541, incubator/wicket/trunk/wicket-examples/src/test/log4j.properties
    incubator/wicket/trunk/wicket-examples/src/test/java/nl/
      - copied from r462541, incubator/wicket/trunk/wicket-examples/src/test/nl/
    incubator/wicket/trunk/wicket-examples/src/test/java/wicket/
      - copied from r462541, incubator/wicket/trunk/wicket-examples/src/test/wicket/
Removed:
    incubator/wicket/trunk/wicket-examples/src/java/
    incubator/wicket/trunk/wicket-examples/src/test/com/
    incubator/wicket/trunk/wicket-examples/src/test/commons-logging.properties
    incubator/wicket/trunk/wicket-examples/src/test/log4j.properties
    incubator/wicket/trunk/wicket-examples/src/test/nl/
    incubator/wicket/trunk/wicket-examples/src/test/wicket/
Modified:
    incubator/wicket/trunk/wicket-examples/pom.xml

Modified: incubator/wicket/trunk/wicket-examples/pom.xml
URL: http://svn.apache.org/viewvc/incubator/wicket/trunk/wicket-examples/pom.xml?view=diff&rev=462557&r1=462556&r2=462557
==============================================================================
--- incubator/wicket/trunk/wicket-examples/pom.xml (original)
+++ incubator/wicket/trunk/wicket-examples/pom.xml Tue Oct 10 13:53:19 2006
@@ -152,13 +152,10 @@
 	</dependencies>
 
 	<build>
-		<sourceDirectory>src/java</sourceDirectory>
-		<testSourceDirectory>src/test</testSourceDirectory>
-
 		<resources>
 			<resource>
 				<filtering>false</filtering>
-				<directory>src/java</directory>
+				<directory>src/main/java</directory>
 				<includes>
 					<include>**</include>
 				</includes>
@@ -168,7 +165,7 @@
 		<testResources>
 			<testResource>
 				<filtering>false</filtering>
-				<directory>src/test</directory>
+				<directory>src/test/java</directory>
 				<includes>
 					<include>**</include>
 				</includes>