Commit b41dca30 authored by Bill Lynch's avatar Bill Lynch Committed by bill

One more classpath JSPC fix


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