Commit a3e9423b authored by Tom Evans's avatar Tom Evans

OF-797: Restore ant.jar for JSPC task classpath

Follow-up for recent changes to the build classpath.
parent b99d7d01
...@@ -123,6 +123,7 @@ ...@@ -123,6 +123,7 @@
<path id="ant.dependencies"> <path id="ant.dependencies">
<fileset dir="${lib.ant.dir}" includes="*.jar" /> <fileset dir="${lib.ant.dir}" includes="*.jar" />
<fileset dir="${ant.home}/lib" includes="ant.jar" />
</path> </path>
<path id="javadoc.dependencies"> <path id="javadoc.dependencies">
...@@ -138,6 +139,7 @@ ...@@ -138,6 +139,7 @@
<path id="jspc.dependencies"> <path id="jspc.dependencies">
<path refid="compile.dependencies"/> <path refid="compile.dependencies"/>
<path refid="ant.dependencies"/>
<fileset dir="${lib.web.dir}" includes="*.jar"/> <fileset dir="${lib.web.dir}" includes="*.jar"/>
</path> </path>
......
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment