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 23:06:48 UTC

svn commit: r462565 - in /incubator/wicket/branches/wicket-1.x/wicket: pom.xml src/java/ src/main/ src/main/java/ src/test/java/ src/test/java/log4j.properties src/test/java/wicket/ src/test/log4j.properties src/test/wicket/

Author: dashorst
Date: Tue Oct 10 14:06:47 2006
New Revision: 462565

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

Added:
    incubator/wicket/branches/wicket-1.x/wicket/src/main/
    incubator/wicket/branches/wicket-1.x/wicket/src/main/java/
      - copied from r462542, incubator/wicket/branches/wicket-1.x/wicket/src/java/
    incubator/wicket/branches/wicket-1.x/wicket/src/test/java/
    incubator/wicket/branches/wicket-1.x/wicket/src/test/java/log4j.properties
      - copied unchanged from r462542, incubator/wicket/branches/wicket-1.x/wicket/src/test/log4j.properties
    incubator/wicket/branches/wicket-1.x/wicket/src/test/java/wicket/
      - copied from r462542, incubator/wicket/branches/wicket-1.x/wicket/src/test/wicket/
Removed:
    incubator/wicket/branches/wicket-1.x/wicket/src/java/
    incubator/wicket/branches/wicket-1.x/wicket/src/test/log4j.properties
    incubator/wicket/branches/wicket-1.x/wicket/src/test/wicket/
Modified:
    incubator/wicket/branches/wicket-1.x/wicket/pom.xml

Modified: incubator/wicket/branches/wicket-1.x/wicket/pom.xml
URL: http://svn.apache.org/viewvc/incubator/wicket/branches/wicket-1.x/wicket/pom.xml?view=diff&rev=462565&r1=462564&r2=462565
==============================================================================
--- incubator/wicket/branches/wicket-1.x/wicket/pom.xml (original)
+++ incubator/wicket/branches/wicket-1.x/wicket/pom.xml Tue Oct 10 14:06:47 2006
@@ -24,13 +24,10 @@
 			</extension>
 		</extensions>
 
-		<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>
@@ -41,7 +38,7 @@
 			</resource>
 			<resource>
 				<filtering>true</filtering>
-				<directory>src/java</directory>
+				<directory>src/main/java</directory>
 				<includes>
 					<include>wicket.properties</include>
 				</includes>
@@ -51,7 +48,7 @@
 		<testResources>
 			<testResource>
 				<filtering>false</filtering>
-				<directory>src/test</directory>
+				<directory>src/test/java</directory>
 				<includes>
 					<include>**</include>
 				</includes>