Commit 038b3a22 authored by Bill Lynch's avatar Bill Lynch Committed by bill

Path fix


git-svn-id: http://svn.igniterealtime.org/svn/repos/messenger/trunk@523 b35dd754-fafc-0310-a699-88a17e54d16e
parent 662e4946
......@@ -714,7 +714,7 @@
<pathelement location="${java.home}/../lib/tools.jar" />
<pathelement location="${plugin.dev.dest.dir}/@{plugin}/target/lib/plugin-@{plugin}.jar" />
<path refid="jspc.dependencies" />
<fileset dir="@{pluginsrc}/@{plugin}/lib" includes="*.jar" />
<fileset dir="@{pluginsrc}/@{plugin}" includes="lib/*.jar" />
<pathelement path="${compile.dir}" />
</classpath>
</taskdef>
......@@ -740,7 +740,7 @@
<classpath>
<path refid="jspc.dependencies" />
<pathelement path="${compile.dir}" />
<fileset dir="@{pluginsrc}/@{plugin}/lib" includes="*.jar" />
<fileset dir="@{pluginsrc}/@{plugin}" includes="lib/*.jar" />
<pathelement location="${plugin.dev.dest.dir}/@{plugin}/target/lib/plugin-@{plugin}.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