aboutsummaryrefslogtreecommitdiff
path: root/extensions/throwingproviders/build.xml
diff options
context:
space:
mode:
Diffstat (limited to 'extensions/throwingproviders/build.xml')
-rw-r--r--extensions/throwingproviders/build.xml2
1 files changed, 1 insertions, 1 deletions
diff --git a/extensions/throwingproviders/build.xml b/extensions/throwingproviders/build.xml
index b6367d68..e9b55d34 100644
--- a/extensions/throwingproviders/build.xml
+++ b/extensions/throwingproviders/build.xml
@@ -7,7 +7,7 @@
<path id="compile.classpath">
<fileset dir="${lib.dir}" includes="*.jar"/>
<fileset dir="${lib.dir}/build" includes="*.jar"/>
- <fileset dir="../../build/dist" includes="*.jar"/>
+ <pathelement path="../../build/classes"/>
</path>
<target name="jar" depends="jar.withdeps, manifest" description="Build jar.">