aboutsummaryrefslogtreecommitdiff
path: root/.classpath
diff options
context:
space:
mode:
authorcbeust <cbeust@1a8b0fc8-9519-0410-aeec-afd8fd7729cf>2008-02-03 22:04:37 +0000
committercbeust <cbeust@1a8b0fc8-9519-0410-aeec-afd8fd7729cf>2008-02-03 22:04:37 +0000
commitfa27df3c9ee8e5a47d9a12b5a95cb4fbb16f6273 (patch)
tree647294572202011fc3064b19534cf272579578ae /.classpath
parent8dbd78ecca2f1f3e2699186503e9b05c7296d2ba (diff)
downloadtestng-fa27df3c9ee8e5a47d9a12b5a95cb4fbb16f6273.tar.gz
Implemented IMethodInterceptor.
Diffstat (limited to '.classpath')
-rw-r--r--.classpath32
1 files changed, 16 insertions, 16 deletions
diff --git a/.classpath b/.classpath
index a7ae434d..a5596afa 100644
--- a/.classpath
+++ b/.classpath
@@ -1,16 +1,16 @@
-<?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="src" path="resources"/>
- <classpathentry kind="lib" path="3rdparty/junit.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="lib" path="3rdparty/qdox-1.6.1.jar"/>
- <classpathentry kind="var" path="TOOLS15_LIB"/>
- <classpathentry kind="lib" path="3rdparty/backport-util-concurrent-2.2.jar"/>
- <classpathentry kind="con" path="org.eclipse.jdt.launching.JRE_CONTAINER/org.eclipse.jdt.internal.debug.ui.launcher.StandardVMType/J2SE-1.5"/>
- <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="src" path="resources"/>
+ <classpathentry kind="lib" path="3rdparty/junit.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="lib" path="3rdparty/qdox-1.6.1.jar"/>
+ <classpathentry kind="var" path="TOOLS15_LIB"/>
+ <classpathentry kind="lib" path="3rdparty/backport-util-concurrent-2.2.jar"/>
+ <classpathentry kind="con" path="org.eclipse.jdt.launching.JRE_CONTAINER"/>
+ <classpathentry kind="output" path="z_build"/>
+</classpath>