tests/libjava/.classpath
author vranyj1
Thu, 29 Nov 2012 22:49:31 +0000
branchdevelopment
changeset 1838 a8439d2b4344
parent 1818 2e5ed72e7dfd
child 1859 4d42d0099c74
permissions -rw-r--r--
JUnit4Tests.java: do not mark AssertionError as expected, This test must fail when running under libjava - it's used by JavaJUnitTests to make sure JUnit is working properly. The test for java.vm.name should make it passing under normal JVM.
Ignore whitespace changes - Everywhere: Within whitespace: At end of lines:
766
cdac19910d39 Added tests
vranyj1
parents:
diff changeset
     1
<?xml version="1.0" encoding="UTF-8"?>
cdac19910d39 Added tests
vranyj1
parents:
diff changeset
     2
<classpath>
cdac19910d39 Added tests
vranyj1
parents:
diff changeset
     3
	<classpathentry kind="src" path="src"/>
cdac19910d39 Added tests
vranyj1
parents:
diff changeset
     4
	<classpathentry kind="con" path="org.eclipse.jdt.launching.JRE_CONTAINER/org.eclipse.jdt.internal.debug.ui.launcher.StandardVMType/JavaSE-1.6"/>
1658
9c0e69278c04 SmalltalkWorkspace moved to examples/tomcat - NB stuff removed, directory layout made the same as for webapps/examples
vranyj1
parents: 1510
diff changeset
     5
	<classpathentry exported="true" kind="con" path="GROOVY_SUPPORT"/>
9c0e69278c04 SmalltalkWorkspace moved to examples/tomcat - NB stuff removed, directory layout made the same as for webapps/examples
vranyj1
parents: 1510
diff changeset
     6
	<classpathentry exported="true" kind="con" path="GROOVY_DSL_SUPPORT"/>
1838
a8439d2b4344 JUnit4Tests.java: do not mark AssertionError as expected,
vranyj1
parents: 1818
diff changeset
     7
	<classpathentry combineaccessrules="false" kind="src" path="/jv1 - stx:libjava"/>
a8439d2b4344 JUnit4Tests.java: do not mark AssertionError as expected,
vranyj1
parents: 1818
diff changeset
     8
	<classpathentry kind="lib" path="/jv1 - stx:libjava/libs/groovy-all-1.8.2.jar" sourcepath="/jv1 - stx:libjava/libs-src/groovy-all-1.8.2-sources.jar"/>
a8439d2b4344 JUnit4Tests.java: do not mark AssertionError as expected,
vranyj1
parents: 1818
diff changeset
     9
	<classpathentry kind="lib" path="/jv1 - stx:libjava/libs/junit4-4.8.2.jar"/>
766
cdac19910d39 Added tests
vranyj1
parents:
diff changeset
    10
	<classpathentry kind="output" path="bin"/>
cdac19910d39 Added tests
vranyj1
parents:
diff changeset
    11
</classpath>