aboutsummaryrefslogtreecommitdiff
path: root/.classpath
diff options
context:
space:
mode:
authorCedric Beust <cedric@beust.com>2011-01-10 13:15:45 -0800
committerCedric Beust <cedric@beust.com>2011-01-10 13:15:45 -0800
commit8fd509b2846a41f0ba428bd2e99e33a3611fc490 (patch)
treeeca95b17294a707a3127b51da4bc25caf56cf4fd /.classpath
parent1bc72f147bc68596499591920997af8a9bfdde1d (diff)
downloadtestng-8fd509b2846a41f0ba428bd2e99e33a3611fc490.tar.gz
Get the YAML tests to pass, changed a few equals() methods.
Also removed setBeanShellExpression from XmlSuite (should do the same for XmlTest down the road).
Diffstat (limited to '.classpath')
-rw-r--r--.classpath9
1 files changed, 5 insertions, 4 deletions
diff --git a/.classpath b/.classpath
index f0230a9b..7e10a370 100644
--- a/.classpath
+++ b/.classpath
@@ -5,9 +5,10 @@
<classpathentry kind="con" path="org.eclipse.jdt.launching.JRE_CONTAINER"/>
<classpathentry kind="lib" path="lib/ant-1.6.5.jar"/>
<classpathentry kind="lib" path="lib/guice-2.0.jar"/>
- <classpathentry kind="lib" path="lib/junit-3.8.1.jar"/>
- <classpathentry kind="lib" path="lib/jcommander-1.13.jar"/>
- <classpathentry kind="lib" path="lib/bsh-2.0b4.jar"/>
- <classpathentry kind="output" path="eclipse-build"/>
+ <classpathentry kind="lib" path="lib/junit-3.8.1.jar" sourcepath="/Users/cbeust/.m2/repository/junit/junit/3.8.1/junit-3.8.1-sources.jar"/>
+ <classpathentry kind="lib" path="lib/jcommander-1.13.jar"/>
+ <classpathentry kind="lib" path="lib/bsh-2.0b4.jar"/>
<classpathentry combineaccessrules="false" kind="src" path="/jbus"/>
+ <classpathentry kind="lib" path="lib/snakeyaml-1.6.jar" sourcepath="/Users/cbeust/.m2/repository/org/yaml/snakeyaml/1.6/snakeyaml-1.6-sources.jar"/>
+ <classpathentry kind="output" path="eclipse-build"/>
</classpath>