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/06/26 22:47:33 UTC

svn commit: r550940 - in /incubator/wicket/trunk/jdk-1.5/wicket-examples/src/test/java: org/apache/wicket/util/ org/apache/wicket/util/license/ org/apache/wicket/util/license/ApacheLicenceHeaderTest.java wicket/

Author: frankbille
Date: Tue Jun 26 13:47:32 2007
New Revision: 550940

URL: http://svn.apache.org/viewvc?view=rev&rev=550940
Log:
Move the license header tests into the org.apache.wicket package.

Added:
    incubator/wicket/trunk/jdk-1.5/wicket-examples/src/test/java/org/apache/wicket/util/
    incubator/wicket/trunk/jdk-1.5/wicket-examples/src/test/java/org/apache/wicket/util/license/
      - copied from r550938, incubator/wicket/trunk/jdk-1.5/wicket-examples/src/test/java/wicket/util/license/
Removed:
    incubator/wicket/trunk/jdk-1.5/wicket-examples/src/test/java/wicket/
Modified:
    incubator/wicket/trunk/jdk-1.5/wicket-examples/src/test/java/org/apache/wicket/util/license/ApacheLicenceHeaderTest.java

Modified: incubator/wicket/trunk/jdk-1.5/wicket-examples/src/test/java/org/apache/wicket/util/license/ApacheLicenceHeaderTest.java
URL: http://svn.apache.org/viewvc/incubator/wicket/trunk/jdk-1.5/wicket-examples/src/test/java/org/apache/wicket/util/license/ApacheLicenceHeaderTest.java?view=diff&rev=550940&r1=550938&r2=550940
==============================================================================
--- incubator/wicket/trunk/jdk-1.5/wicket-examples/src/test/java/org/apache/wicket/util/license/ApacheLicenceHeaderTest.java (original)
+++ incubator/wicket/trunk/jdk-1.5/wicket-examples/src/test/java/org/apache/wicket/util/license/ApacheLicenceHeaderTest.java Tue Jun 26 13:47:32 2007
@@ -14,7 +14,7 @@
  * See the License for the specific language governing permissions and
  * limitations under the License.
  */
-package wicket.util.license;
+package org.apache.wicket.util.license;
 
 import org.apache.wicket.util.license.ApacheLicenseHeaderTestCase;