aboutsummaryrefslogtreecommitdiff
path: root/.classpath
diff options
context:
space:
mode:
authorcbeust <cbeust@1a8b0fc8-9519-0410-aeec-afd8fd7729cf>2006-09-20 03:22:02 +0000
committercbeust <cbeust@1a8b0fc8-9519-0410-aeec-afd8fd7729cf>2006-09-20 03:22:02 +0000
commit7b8fb083335e9ea280cacd74dddcff1afb4c67b8 (patch)
treedfaf8495795ab373ff31f71e202647d915d862a8 /.classpath
parent2c5ee4be53a6366bdffce21fe7417810644ffdeb (diff)
downloadtestng-7b8fb083335e9ea280cacd74dddcff1afb4c67b8.tar.gz
Basic transformer working for getTimeOut() and getInvocationCount()
Diffstat (limited to '.classpath')
-rw-r--r--.classpath30
1 files changed, 15 insertions, 15 deletions
diff --git a/.classpath b/.classpath
index e3308340..1cfa6dae 100644
--- a/.classpath
+++ b/.classpath
@@ -1,15 +1,15 @@
-<?xml version="1.0" encoding="UTF-8"?>
-<classpath>
- <classpathentry kind="src" path="src/main"/>
- <classpathentry kind="src" path="src/jdk15"/>
- <classpathentry kind="src" path="test/src"/>
- <classpathentry kind="con" path="org.eclipse.jdt.launching.JRE_CONTAINER"/>
- <classpathentry kind="lib" path="3rdparty/junit.jar"/>
- <classpathentry kind="lib" path="3rdparty/qdox-1.5.jar"/>
- <classpathentry kind="lib" path="3rdparty/bsh-2.0b4.jar"/>
- <classpathentry kind="lib" path="3rdparty/ant-launcher.jar"/>
- <classpathentry kind="lib" path="3rdparty/ant.jar"/>
- <classpathentry kind="var" path="TOOLS15_LIB"/>
- <classpathentry kind="lib" path="3rdparty/backport-util-concurrent-2.2.jar"/>
- <classpathentry kind="output" path="z_build"/>
-</classpath>
+<?xml version="1.0" encoding="UTF-8"?>
+<classpath>
+ <classpathentry kind="src" path="src/main"/>
+ <classpathentry kind="src" path="test/src"/>
+ <classpathentry kind="src" path="src/jdk15"/>
+ <classpathentry kind="con" path="org.eclipse.jdt.launching.JRE_CONTAINER"/>
+ <classpathentry kind="lib" path="3rdparty/junit.jar"/>
+ <classpathentry kind="lib" path="3rdparty/qdox-1.5.jar"/>
+ <classpathentry kind="lib" path="3rdparty/bsh-2.0b4.jar"/>
+ <classpathentry kind="lib" path="3rdparty/ant-launcher.jar"/>
+ <classpathentry kind="lib" path="3rdparty/ant.jar"/>
+ <classpathentry kind="var" path="TOOLS15_LIB"/>
+ <classpathentry kind="lib" path="3rdparty/backport-util-concurrent-2.2.jar"/>
+ <classpathentry kind="output" path="z_build"/>
+</classpath>