You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@wicket.apache.org by fr...@apache.org on 2007/03/04 13:43:33 UTC

svn commit: r514391 - in /incubator/wicket/branches/wicket-1.x/wicket-spring: pom.xml src/assembly/bin.xml src/assembly/build.xml src/test/java/wicket/util/license/ApacheLicenceHeaderTest.java

Author: frankbille
Date: Sun Mar  4 04:43:32 2007
New Revision: 514391

URL: http://svn.apache.org/viewvc?view=rev&rev=514391
Log:
Added missing license headers.
Use the version number of surefire from the parent in pom.

Modified:
    incubator/wicket/branches/wicket-1.x/wicket-spring/pom.xml
    incubator/wicket/branches/wicket-1.x/wicket-spring/src/assembly/bin.xml
    incubator/wicket/branches/wicket-1.x/wicket-spring/src/assembly/build.xml
    incubator/wicket/branches/wicket-1.x/wicket-spring/src/test/java/wicket/util/license/ApacheLicenceHeaderTest.java

Modified: incubator/wicket/branches/wicket-1.x/wicket-spring/pom.xml
URL: http://svn.apache.org/viewvc/incubator/wicket/branches/wicket-1.x/wicket-spring/pom.xml?view=diff&rev=514391&r1=514390&r2=514391
==============================================================================
--- incubator/wicket/branches/wicket-1.x/wicket-spring/pom.xml (original)
+++ incubator/wicket/branches/wicket-1.x/wicket-spring/pom.xml Sun Mar  4 04:43:32 2007
@@ -91,7 +91,6 @@
 			<plugin>
 				<groupId>org.apache.maven.plugins</groupId>
 				<artifactId>maven-surefire-plugin</artifactId>
-				<version>2.1.3</version>
 			</plugin>
 			<plugin>
 				<groupId>org.codehaus.mojo</groupId>

Modified: incubator/wicket/branches/wicket-1.x/wicket-spring/src/assembly/bin.xml
URL: http://svn.apache.org/viewvc/incubator/wicket/branches/wicket-1.x/wicket-spring/src/assembly/bin.xml?view=diff&rev=514391&r1=514390&r2=514391
==============================================================================
--- incubator/wicket/branches/wicket-1.x/wicket-spring/src/assembly/bin.xml (original)
+++ incubator/wicket/branches/wicket-1.x/wicket-spring/src/assembly/bin.xml Sun Mar  4 04:43:32 2007
@@ -1,3 +1,19 @@
+<!--
+   Licensed to the Apache Software Foundation (ASF) under one or more
+   contributor license agreements.  See the NOTICE file distributed with
+   this work for additional information regarding copyright ownership.
+   The ASF licenses this file to You under the Apache License, Version 2.0
+   (the "License"); you may not use this file except in compliance with
+   the License.  You may obtain a copy of the License at
+
+        http://www.apache.org/licenses/LICENSE-2.0
+
+   Unless required by applicable law or agreed to in writing, software
+   distributed under the License is distributed on an "AS IS" BASIS,
+   WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied.
+   See the License for the specific language governing permissions and
+   limitations under the License.
+-->
 <assembly>
     <id>bin</id>
     <formats>

Modified: incubator/wicket/branches/wicket-1.x/wicket-spring/src/assembly/build.xml
URL: http://svn.apache.org/viewvc/incubator/wicket/branches/wicket-1.x/wicket-spring/src/assembly/build.xml?view=diff&rev=514391&r1=514390&r2=514391
==============================================================================
--- incubator/wicket/branches/wicket-1.x/wicket-spring/src/assembly/build.xml (original)
+++ incubator/wicket/branches/wicket-1.x/wicket-spring/src/assembly/build.xml Sun Mar  4 04:43:32 2007
@@ -1,4 +1,20 @@
-<?xml version="1.0" encoding="UTF-8"?>
+<?xml version="1.0" encoding="UTF-8"?>
+<!--
+   Licensed to the Apache Software Foundation (ASF) under one or more
+   contributor license agreements.  See the NOTICE file distributed with
+   this work for additional information regarding copyright ownership.
+   The ASF licenses this file to You under the Apache License, Version 2.0
+   (the "License"); you may not use this file except in compliance with
+   the License.  You may obtain a copy of the License at
+
+        http://www.apache.org/licenses/LICENSE-2.0
+
+   Unless required by applicable law or agreed to in writing, software
+   distributed under the License is distributed on an "AS IS" BASIS,
+   WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied.
+   See the License for the specific language governing permissions and
+   limitations under the License.
+-->
 <project default="jar" name="wicket-spring" basedir=".">
 
 	<property name="final.name" value="wicket-spring" />

Modified: incubator/wicket/branches/wicket-1.x/wicket-spring/src/test/java/wicket/util/license/ApacheLicenceHeaderTest.java
URL: http://svn.apache.org/viewvc/incubator/wicket/branches/wicket-1.x/wicket-spring/src/test/java/wicket/util/license/ApacheLicenceHeaderTest.java?view=diff&rev=514391&r1=514390&r2=514391
==============================================================================
--- incubator/wicket/branches/wicket-1.x/wicket-spring/src/test/java/wicket/util/license/ApacheLicenceHeaderTest.java (original)
+++ incubator/wicket/branches/wicket-1.x/wicket-spring/src/test/java/wicket/util/license/ApacheLicenceHeaderTest.java Sun Mar  4 04:43:32 2007
@@ -31,10 +31,5 @@
 	public ApacheLicenceHeaderTest()
 	{
 //		addHeaders = true;
-		
-		xmlIgnore = new String[] {
-				"src/assembly/bin.xml",
-				"src/assembly/build.xml"
-		};
 	}
 }