Commit d6b525e1 authored by Quality Assurance's avatar Quality Assurance Committed by qa

Fixes a classpath issue with the new src lib jars;

git-svn-id: http://svn.igniterealtime.org/svn/repos/wildfire/trunk@7014 b35dd754-fafc-0310-a699-88a17e54d16e
parent c6734ccf
......@@ -1206,7 +1206,7 @@
<pathelement
location="${plugin.dev.dest.dir}/@{plugin}/target/lib/plugin-@{plugin}.jar"/>
<path refid="jspc.dependencies"/>
<fileset dir="@{pluginsrc}/@{plugin}" includes="lib/*.jar"/>
<fileset dir="${plugin.dev.dest.dir}/@{plugin}/target" includes="lib/*.jar"/>
<pathelement path="${compile.dir}"/>
</classpath>
</taskdef>
......@@ -1265,9 +1265,7 @@
<classpath>
<path refid="jspc.dependencies"/>
<pathelement path="${compile.dir}"/>
<fileset dir="@{pluginsrc}/@{plugin}" includes="lib/*.jar"/>
<pathelement
location="${plugin.dev.dest.dir}/@{plugin}/target/lib/plugin-@{plugin}.jar"/>
<fileset dir="${plugin.dev.dest.dir}/@{plugin}/target" includes="lib/*.jar"/>
</classpath>
</javac>
......
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