Commit 3a83f657 authored by Quality Assurance's avatar Quality Assurance Committed by qa

Fixed some incorrectly hardcoded paths

git-svn-id: http://svn.igniterealtime.org/svn/repos/wildfire/trunk@5877 b35dd754-fafc-0310-a699-88a17e54d16e
parent df634936
......@@ -431,13 +431,12 @@
<pathelement path="${compile.dir}"/>
<path refid="jspc.dependencies"/>
</classpath>
<arg line="-compile" />
<arg line="-uriroot \jive\scm\wildfire\work\jspc\java" />
<arg line="-d \Jive\scm\wildfire\work\jspc\java" />
<arg line="-uriroot ${web.dir}" />
<arg line="-d ${jspc.java.dest.dir}" />
<arg line="-p org.jivesoftware.wildfire.admin" />
<arg line="-webinc ${jspc.dest.dir}/web.partial.xml" />
</java>
<!-- Compile java source -->
<javac
destdir="${jspc.classes.dest.dir}"
......
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