You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@pivot.apache.org by sm...@apache.org on 2011/06/24 01:15:07 UTC

svn commit: r1139116 - in /pivot/trunk: demos-server/ demos-server/test/ demos/ demos/test/ examples/ examples/test/ tests/ tests/test/ tutorials-server/ tutorials-server/test/ tutorials/ tutorials/test/ web-server/ web-server/test/ wtk-terra/ wtk-terr...

Author: smartini
Date: Thu Jun 23 23:15:06 2011
New Revision: 1139116

URL: http://svn.apache.org/viewvc?rev=1139116&view=rev
Log:
add test folder in all projects (for consistency) and JUnit 4 library, and change the required JRE with that used by default in eclipse (before some project was using it, others a Java SE 6 profile) for consistency

Added:
    pivot/trunk/demos-server/test/
    pivot/trunk/demos/test/
    pivot/trunk/examples/test/
    pivot/trunk/tests/test/
    pivot/trunk/tutorials-server/test/
    pivot/trunk/tutorials/test/
    pivot/trunk/web-server/test/
    pivot/trunk/wtk-terra/test/
    pivot/trunk/wtk/test/
Modified:
    pivot/trunk/demos-server/.classpath
    pivot/trunk/demos/.classpath
    pivot/trunk/examples/.classpath
    pivot/trunk/tests/.classpath
    pivot/trunk/tutorials-server/.classpath
    pivot/trunk/tutorials/.classpath
    pivot/trunk/web-server/.classpath
    pivot/trunk/wtk-terra/.classpath
    pivot/trunk/wtk/.classpath

Modified: pivot/trunk/demos-server/.classpath
URL: http://svn.apache.org/viewvc/pivot/trunk/demos-server/.classpath?rev=1139116&r1=1139115&r2=1139116&view=diff
==============================================================================
--- pivot/trunk/demos-server/.classpath (original)
+++ pivot/trunk/demos-server/.classpath Thu Jun 23 23:15:06 2011
@@ -1,10 +1,12 @@
-<?xml version="1.0" encoding="UTF-8"?>
-<classpath>
-	<classpathentry kind="src" path="src"/>
-	<classpathentry kind="con" path="org.eclipse.jdt.launching.JRE_CONTAINER/org.eclipse.jdt.internal.debug.ui.launcher.StandardVMType/JavaSE-1.6"/>
-	<classpathentry combineaccessrules="false" kind="src" path="/core"/>
-	<classpathentry combineaccessrules="false" kind="src" path="/web"/>
-	<classpathentry combineaccessrules="false" kind="src" path="/web-server"/>
-	<classpathentry kind="lib" path="/web-server/lib/servlet-api.jar"/>
-	<classpathentry kind="output" path="bin"/>
-</classpath>
+<?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 combineaccessrules="false" kind="src" path="/web"/>
+	<classpathentry combineaccessrules="false" kind="src" path="/web-server"/>
+	<classpathentry kind="lib" path="/web-server/lib/servlet-api.jar"/>
+	<classpathentry kind="con" path="org.eclipse.jdt.junit.JUNIT_CONTAINER/4"/>
+	<classpathentry kind="output" path="bin"/>
+</classpath>

Modified: pivot/trunk/demos/.classpath
URL: http://svn.apache.org/viewvc/pivot/trunk/demos/.classpath?rev=1139116&r1=1139115&r2=1139116&view=diff
==============================================================================
--- pivot/trunk/demos/.classpath (original)
+++ pivot/trunk/demos/.classpath Thu Jun 23 23:15:06 2011
@@ -1,12 +1,13 @@
-<?xml version="1.0" encoding="UTF-8"?>
-<classpath>
-	<classpathentry kind="src" path="src"/>
-	<classpathentry kind="con" path="org.eclipse.jdt.launching.JRE_CONTAINER"/>
-	<classpathentry combineaccessrules="false" kind="src" path="/core"/>
-	<classpathentry combineaccessrules="false" kind="src" path="/web"/>
-	<classpathentry combineaccessrules="false" kind="src" path="/wtk"/>
-	<classpathentry combineaccessrules="false" kind="src" path="/charts"/>
-	<classpathentry combineaccessrules="false" kind="src" path="/wtk-terra"/>
-	<classpathentry kind="con" path="org.eclipse.jdt.junit.JUNIT_CONTAINER/4"/>
-	<classpathentry kind="output" path="bin"/>
-</classpath>
+<?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 combineaccessrules="false" kind="src" path="/web"/>
+	<classpathentry combineaccessrules="false" kind="src" path="/wtk"/>
+	<classpathentry combineaccessrules="false" kind="src" path="/charts"/>
+	<classpathentry combineaccessrules="false" kind="src" path="/wtk-terra"/>
+	<classpathentry kind="con" path="org.eclipse.jdt.junit.JUNIT_CONTAINER/4"/>
+	<classpathentry kind="output" path="bin"/>
+</classpath>

Modified: pivot/trunk/examples/.classpath
URL: http://svn.apache.org/viewvc/pivot/trunk/examples/.classpath?rev=1139116&r1=1139115&r2=1139116&view=diff
==============================================================================
--- pivot/trunk/examples/.classpath (original)
+++ pivot/trunk/examples/.classpath Thu Jun 23 23:15:06 2011
@@ -1,11 +1,13 @@
-<?xml version="1.0" encoding="UTF-8"?>
-<classpath>
-	<classpathentry kind="src" path="src"/>
-	<classpathentry kind="con" path="org.scala-ide.sdt.launching.SCALA_CONTAINER"/>
-	<classpathentry kind="con" path="org.eclipse.jdt.launching.JRE_CONTAINER/org.eclipse.jdt.internal.debug.ui.launcher.StandardVMType/JavaSE-1.6"/>
-	<classpathentry combineaccessrules="false" kind="src" path="/core"/>
-	<classpathentry combineaccessrules="false" kind="src" path="/web"/>
-	<classpathentry combineaccessrules="false" kind="src" path="/wtk"/>
-	<classpathentry combineaccessrules="false" kind="src" path="/wtk-terra"/>
-	<classpathentry kind="output" path="bin"/>
-</classpath>
+<?xml version="1.0" encoding="UTF-8"?>
+<classpath>
+	<classpathentry kind="src" path="src"/>
+	<classpathentry kind="src" path="test"/>
+	<classpathentry kind="con" path="org.scala-ide.sdt.launching.SCALA_CONTAINER"/>
+	<classpathentry kind="con" path="org.eclipse.jdt.launching.JRE_CONTAINER"/>
+	<classpathentry combineaccessrules="false" kind="src" path="/core"/>
+	<classpathentry combineaccessrules="false" kind="src" path="/web"/>
+	<classpathentry combineaccessrules="false" kind="src" path="/wtk"/>
+	<classpathentry combineaccessrules="false" kind="src" path="/wtk-terra"/>
+	<classpathentry kind="con" path="org.eclipse.jdt.junit.JUNIT_CONTAINER/4"/>
+	<classpathentry kind="output" path="bin"/>
+</classpath>

Modified: pivot/trunk/tests/.classpath
URL: http://svn.apache.org/viewvc/pivot/trunk/tests/.classpath?rev=1139116&r1=1139115&r2=1139116&view=diff
==============================================================================
--- pivot/trunk/tests/.classpath (original)
+++ pivot/trunk/tests/.classpath Thu Jun 23 23:15:06 2011
@@ -1,10 +1,12 @@
-<?xml version="1.0" encoding="UTF-8"?>
-<classpath>
-	<classpathentry kind="src" path="src"/>
-	<classpathentry kind="con" path="org.eclipse.jdt.launching.JRE_CONTAINER/org.eclipse.jdt.internal.debug.ui.launcher.StandardVMType/JavaSE-1.6"/>
-	<classpathentry combineaccessrules="false" kind="src" path="/core"/>
-	<classpathentry combineaccessrules="false" kind="src" path="/web"/>
-	<classpathentry combineaccessrules="false" kind="src" path="/wtk"/>
-	<classpathentry combineaccessrules="false" kind="src" path="/wtk-terra"/>
-	<classpathentry kind="output" path="bin"/>
-</classpath>
+<?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 combineaccessrules="false" kind="src" path="/web"/>
+	<classpathentry combineaccessrules="false" kind="src" path="/wtk"/>
+	<classpathentry combineaccessrules="false" kind="src" path="/wtk-terra"/>
+	<classpathentry kind="con" path="org.eclipse.jdt.junit.JUNIT_CONTAINER/4"/>
+	<classpathentry kind="output" path="bin"/>
+</classpath>

Modified: pivot/trunk/tutorials-server/.classpath
URL: http://svn.apache.org/viewvc/pivot/trunk/tutorials-server/.classpath?rev=1139116&r1=1139115&r2=1139116&view=diff
==============================================================================
--- pivot/trunk/tutorials-server/.classpath (original)
+++ pivot/trunk/tutorials-server/.classpath Thu Jun 23 23:15:06 2011
@@ -1,10 +1,12 @@
-<?xml version="1.0" encoding="UTF-8"?>
-<classpath>
-	<classpathentry kind="src" path="src"/>
-	<classpathentry kind="con" path="org.eclipse.jdt.launching.JRE_CONTAINER/org.eclipse.jdt.internal.debug.ui.launcher.StandardVMType/JavaSE-1.6"/>
-	<classpathentry combineaccessrules="false" kind="src" path="/core"/>
-	<classpathentry combineaccessrules="false" kind="src" path="/web"/>
-	<classpathentry combineaccessrules="false" kind="src" path="/web-server"/>
-	<classpathentry kind="lib" path="/web-server/lib/servlet-api.jar"/>
-	<classpathentry kind="output" path="bin"/>
-</classpath>
+<?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 combineaccessrules="false" kind="src" path="/web"/>
+	<classpathentry combineaccessrules="false" kind="src" path="/web-server"/>
+	<classpathentry kind="lib" path="/web-server/lib/servlet-api.jar"/>
+	<classpathentry kind="con" path="org.eclipse.jdt.junit.JUNIT_CONTAINER/4"/>
+	<classpathentry kind="output" path="bin"/>
+</classpath>

Modified: pivot/trunk/tutorials/.classpath
URL: http://svn.apache.org/viewvc/pivot/trunk/tutorials/.classpath?rev=1139116&r1=1139115&r2=1139116&view=diff
==============================================================================
--- pivot/trunk/tutorials/.classpath (original)
+++ pivot/trunk/tutorials/.classpath Thu Jun 23 23:15:06 2011
@@ -1,10 +1,12 @@
-<?xml version="1.0" encoding="UTF-8"?>
-<classpath>
-	<classpathentry kind="src" path="src"/>
-	<classpathentry kind="con" path="org.eclipse.jdt.launching.JRE_CONTAINER"/>
-	<classpathentry combineaccessrules="false" kind="src" path="/core"/>
-	<classpathentry combineaccessrules="false" kind="src" path="/web"/>
-	<classpathentry combineaccessrules="false" kind="src" path="/wtk"/>
-	<classpathentry combineaccessrules="false" kind="src" path="/wtk-terra"/>
-	<classpathentry kind="output" path="bin"/>
-</classpath>
+<?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 combineaccessrules="false" kind="src" path="/web"/>
+	<classpathentry combineaccessrules="false" kind="src" path="/wtk"/>
+	<classpathentry combineaccessrules="false" kind="src" path="/wtk-terra"/>
+	<classpathentry kind="con" path="org.eclipse.jdt.junit.JUNIT_CONTAINER/4"/>
+	<classpathentry kind="output" path="bin"/>
+</classpath>

Modified: pivot/trunk/web-server/.classpath
URL: http://svn.apache.org/viewvc/pivot/trunk/web-server/.classpath?rev=1139116&r1=1139115&r2=1139116&view=diff
==============================================================================
--- pivot/trunk/web-server/.classpath (original)
+++ pivot/trunk/web-server/.classpath Thu Jun 23 23:15:06 2011
@@ -1,9 +1,11 @@
-<?xml version="1.0" encoding="UTF-8"?>
-<classpath>
-	<classpathentry kind="src" path="src"/>
-	<classpathentry kind="con" path="org.eclipse.jdt.launching.JRE_CONTAINER/org.eclipse.jdt.internal.debug.ui.launcher.StandardVMType/JavaSE-1.6"/>
-	<classpathentry combineaccessrules="false" kind="src" path="/core"/>
-	<classpathentry combineaccessrules="false" kind="src" path="/web"/>
-	<classpathentry kind="lib" path="lib/servlet-api.jar"/>
-	<classpathentry kind="output" path="bin"/>
-</classpath>
+<?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 combineaccessrules="false" kind="src" path="/web"/>
+	<classpathentry kind="lib" path="lib/servlet-api.jar"/>
+	<classpathentry kind="con" path="org.eclipse.jdt.junit.JUNIT_CONTAINER/4"/>
+	<classpathentry kind="output" path="bin"/>
+</classpath>

Modified: pivot/trunk/wtk-terra/.classpath
URL: http://svn.apache.org/viewvc/pivot/trunk/wtk-terra/.classpath?rev=1139116&r1=1139115&r2=1139116&view=diff
==============================================================================
--- pivot/trunk/wtk-terra/.classpath (original)
+++ pivot/trunk/wtk-terra/.classpath Thu Jun 23 23:15:06 2011
@@ -1,8 +1,10 @@
-<?xml version="1.0" encoding="UTF-8"?>
-<classpath>
-	<classpathentry kind="src" path="src"/>
-	<classpathentry kind="con" path="org.eclipse.jdt.launching.JRE_CONTAINER/org.eclipse.jdt.internal.debug.ui.launcher.StandardVMType/JavaSE-1.6"/>
-	<classpathentry combineaccessrules="false" kind="src" path="/wtk"/>
-	<classpathentry combineaccessrules="false" kind="src" path="/core"/>
-	<classpathentry kind="output" path="bin"/>
-</classpath>
+<?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="/wtk"/>
+	<classpathentry combineaccessrules="false" kind="src" path="/core"/>
+	<classpathentry kind="con" path="org.eclipse.jdt.junit.JUNIT_CONTAINER/4"/>
+	<classpathentry kind="output" path="bin"/>
+</classpath>

Modified: pivot/trunk/wtk/.classpath
URL: http://svn.apache.org/viewvc/pivot/trunk/wtk/.classpath?rev=1139116&r1=1139115&r2=1139116&view=diff
==============================================================================
--- pivot/trunk/wtk/.classpath (original)
+++ pivot/trunk/wtk/.classpath Thu Jun 23 23:15:06 2011
@@ -1,9 +1,10 @@
-<?xml version="1.0" encoding="UTF-8"?>
-<classpath>
-	<classpathentry kind="src" path="src"/>
-	<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"/>
-	<classpathentry kind="lib" path="lib/svgSalamander-tiny.jar"/>
-	<classpathentry kind="output" path="bin"/>
-</classpath>
+<?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"/>
+	<classpathentry kind="lib" path="lib/svgSalamander-tiny.jar"/>
+	<classpathentry kind="output" path="bin"/>
+</classpath>