You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@pivot.apache.org by gb...@apache.org on 2010/01/01 15:37:30 UTC

svn commit: r895019 - in /incubator/pivot/trunk: NOTICE build.xml wtk/.classpath wtk/test/

Author: gbrown
Date: Fri Jan  1 14:37:29 2010
New Revision: 895019

URL: http://svn.apache.org/viewvc?rev=895019&view=rev
Log:
Remove WTK unit test package; update copyright date in NOTICE file.

Removed:
    incubator/pivot/trunk/wtk/test/
Modified:
    incubator/pivot/trunk/NOTICE
    incubator/pivot/trunk/build.xml
    incubator/pivot/trunk/wtk/.classpath

Modified: incubator/pivot/trunk/NOTICE
URL: http://svn.apache.org/viewvc/incubator/pivot/trunk/NOTICE?rev=895019&r1=895018&r2=895019&view=diff
==============================================================================
--- incubator/pivot/trunk/NOTICE (original)
+++ incubator/pivot/trunk/NOTICE Fri Jan  1 14:37:29 2010
@@ -1,5 +1,5 @@
 Apache Pivot
-Copyright 2009 The Apache Software Foundation
+Copyright 2010 The Apache Software Foundation
 
 This product includes software developed at
 The Apache Software Foundation (http://www.apache.org/).

Modified: incubator/pivot/trunk/build.xml
URL: http://svn.apache.org/viewvc/incubator/pivot/trunk/build.xml?rev=895019&r1=895018&r2=895019&view=diff
==============================================================================
--- incubator/pivot/trunk/build.xml (original)
+++ incubator/pivot/trunk/build.xml Fri Jan  1 14:37:29 2010
@@ -236,7 +236,6 @@
     <target name="test" description="Executes unit tests" depends="compile">
         <test project="core"/>
         <test project="web"/>
-        <test project="wtk"/>
     </target>
 
     <!-- Clean -->

Modified: incubator/pivot/trunk/wtk/.classpath
URL: http://svn.apache.org/viewvc/incubator/pivot/trunk/wtk/.classpath?rev=895019&r1=895018&r2=895019&view=diff
==============================================================================
--- incubator/pivot/trunk/wtk/.classpath (original)
+++ incubator/pivot/trunk/wtk/.classpath Fri Jan  1 14:37:29 2010
@@ -1,7 +1,6 @@
 <?xml version="1.0" encoding="UTF-8"?>
 <classpath>
 	<classpathentry kind="src" path="src"/>
-	<classpathentry kind="src" path="test"/>
 	<classpathentry kind="con" path="org.eclipse.jdt.launching.JRE_CONTAINER"/>
 	<classpathentry combineaccessrules="false" kind="src" path="/core"/>
 	<classpathentry kind="con" path="org.eclipse.jdt.junit.JUNIT_CONTAINER/4"/>