Commit 1c927a82 authored by Bill Lynch's avatar Bill Lynch Committed by bill

Removed ability to turn off jspc task using -Dno.jpsc=true. Can't think of any...

Removed ability to turn off jspc task using -Dno.jpsc=true. Can't think of any reason not to run it and it's integral to the build working correctly.


git-svn-id: http://svn.igniterealtime.org/svn/repos/messenger/trunk@169 b35dd754-fafc-0310-a699-88a17e54d16e
parent adfcda29
......@@ -242,9 +242,6 @@
<mkdir dir="${jspc.classes.dest.dir}" />
<mkdir dir="${webapp.dest.dir}" />
<antcall target="-jspc-impl" />
</target><target name="-jspc-impl" unless="no.jspc">
<!-- Have to use Tomcat 5's JspC task, not the default Ant one -->
<taskdef classname="org.apache.jasper.JspC" name="jasper2" >
<classpath id="jspc.classpath">
......
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