aboutsummaryrefslogtreecommitdiffstats
path: root/build.xml
diff options
context:
space:
mode:
Diffstat (limited to 'build.xml')
-rw-r--r--build.xml11
1 files changed, 0 insertions, 11 deletions
diff --git a/build.xml b/build.xml
index 47060137..315c7460 100644
--- a/build.xml
+++ b/build.xml
@@ -104,17 +104,6 @@
</junit>
</target>
- <target name="foo" depends="test-compile">
- <junit fork="true" showoutput="true">
- <classpath refid="test.classpath"/>
- <test name="test.javassist.proxy.ProxyFactoryCompatibilityTest"/>
- <jvmarg value="-Xdebug"/>
- <jvmarg value="-Xnoagent"/>
- <jvmarg value="-Djava.compiler=NONE"/>
- <jvmarg value="-Xrunjdwp:transport=dt_socket,server=n,suspend=y,address=5005"/>
- </junit>
- </target>
-
<target name="sample" depends="compile">
<javac srcdir="${basedir}"
destdir="${build.classes.dir}"