You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@wicket.apache.org by eh...@apache.org on 2006/10/27 19:25:31 UTC

svn commit: r468466 - in /incubator/wicket: branches/wicket-1.x/wicket-threadtest/pom.xml trunk/wicket-threadtest/.classpath trunk/wicket-threadtest/pom.xml

Author: ehillenius
Date: Fri Oct 27 10:25:30 2006
New Revision: 468466

URL: http://svn.apache.org/viewvc?view=rev&rev=468466
Log:
minor fixes to pom

Modified:
    incubator/wicket/branches/wicket-1.x/wicket-threadtest/pom.xml
    incubator/wicket/trunk/wicket-threadtest/.classpath
    incubator/wicket/trunk/wicket-threadtest/pom.xml

Modified: incubator/wicket/branches/wicket-1.x/wicket-threadtest/pom.xml
URL: http://svn.apache.org/viewvc/incubator/wicket/branches/wicket-1.x/wicket-threadtest/pom.xml?view=diff&rev=468466&r1=468465&r2=468466
==============================================================================
--- incubator/wicket/branches/wicket-1.x/wicket-threadtest/pom.xml (original)
+++ incubator/wicket/branches/wicket-1.x/wicket-threadtest/pom.xml Fri Oct 27 10:25:30 2006
@@ -10,18 +10,10 @@
 	</parent>
 
 	<artifactId>wicket-threadtest</artifactId>
-	<packaging>war</packaging>
+	<packaging>jar</packaging>
 	<name>Wicket Thread Test</name>
 	<description>Test project</description>
 
-    <pluginRepositories>
-        <pluginRepository>
-            <id>mortbay-repo</id>
-            <name>mortbay-repo</name>
-            <url>http://www.mortbay.org/maven2/snapshot</url>
-        </pluginRepository>
-    </pluginRepositories>
-
 	<dependencies>
 		<dependency>
 			<groupId>wicket</groupId>
@@ -67,6 +59,16 @@
 				</includes>
 			</resource>
 		</resources>
+		<plugins>
+			<plugin>
+				<groupId>org.apache.maven.plugins</groupId>
+				<artifactId>maven-compiler-plugin</artifactId>
+				<configuration>
+					<source>1.5</source>
+					<target>1.5</target>
+				</configuration>
+			</plugin>
+		</plugins>
 	</build>
 
 </project>

Modified: incubator/wicket/trunk/wicket-threadtest/.classpath
URL: http://svn.apache.org/viewvc/incubator/wicket/trunk/wicket-threadtest/.classpath?view=diff&rev=468466&r1=468465&r2=468466
==============================================================================
--- incubator/wicket/trunk/wicket-threadtest/.classpath (original)
+++ incubator/wicket/trunk/wicket-threadtest/.classpath Fri Oct 27 10:25:30 2006
@@ -23,7 +23,7 @@
 	<classpathentry kind="var" path="M2_REPO/org/mortbay/jetty/servlet-api-2.5/6.0.1/servlet-api-2.5-6.0.1.jar" sourcepath="M2_REPO/org/mortbay/jetty/servlet-api-2.5/6.0.1/servlet-api-2.5-6.0.1-sources.jar"/>
 	<classpathentry kind="var" path="M2_REPO/xerces/xmlParserAPIs/2.2.1/xmlParserAPIs-2.2.1.jar"/>
 	<classpathentry kind="var" path="M2_REPO/commons-httpclient/commons-httpclient/3.0.1/commons-httpclient-3.0.1.jar" sourcepath="M2_REPO/commons-httpclient/commons-httpclient/3.0.1/commons-httpclient-3.0.1-sources.jar"/>
-	<classpathentry combineaccessrules="false" kind="src" path="/wicket"/>
-	<classpathentry combineaccessrules="false" kind="src" path="/wicket-extensions"/>
+	<classpathentry combineaccessrules="false" kind="src" path="/wicket-2.0"/>
+	<classpathentry combineaccessrules="false" kind="src" path="/wicket-extensions-2.0"/>
 	<classpathentry kind="output" path="target/classes"/>
 </classpath>

Modified: incubator/wicket/trunk/wicket-threadtest/pom.xml
URL: http://svn.apache.org/viewvc/incubator/wicket/trunk/wicket-threadtest/pom.xml?view=diff&rev=468466&r1=468465&r2=468466
==============================================================================
--- incubator/wicket/trunk/wicket-threadtest/pom.xml (original)
+++ incubator/wicket/trunk/wicket-threadtest/pom.xml Fri Oct 27 10:25:30 2006
@@ -10,18 +10,10 @@
 	</parent>
 
 	<artifactId>wicket-threadtest</artifactId>
-	<packaging>war</packaging>
+	<packaging>jar</packaging>
 	<name>Wicket Thread Test</name>
 	<description>Test project</description>
 
-    <pluginRepositories>
-        <pluginRepository>
-            <id>mortbay-repo</id>
-            <name>mortbay-repo</name>
-            <url>http://www.mortbay.org/maven2/snapshot</url>
-        </pluginRepository>
-    </pluginRepositories>
-
 	<dependencies>
 		<dependency>
 			<groupId>wicket</groupId>
@@ -67,6 +59,16 @@
 				</includes>
 			</resource>
 		</resources>
+		<plugins>
+			<plugin>
+				<groupId>org.apache.maven.plugins</groupId>
+				<artifactId>maven-compiler-plugin</artifactId>
+				<configuration>
+					<source>1.5</source>
+					<target>1.5</target>
+				</configuration>
+			</plugin>
+		</plugins>
 	</build>
 
 </project>