Skip to content

Commit

Permalink
Fix up the jsp build to point to the new servlet jar
Browse files Browse the repository at this point in the history
  • Loading branch information
AngledLuffa authored and Stanford NLP committed Sep 10, 2013
1 parent 3b67aee commit f9e70f2
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions commonbuildjsp.xml
Original file line number Diff line number Diff line change
Expand Up @@ -9,6 +9,7 @@
</fileset>
<pathelement location="${build.path}"/>
<pathelement location="${project.core}/lib/commons-logging.jar"/>
<pathelement location="${project.core}/lib/javax.servlet.jar"/>
</path>

<target name="jsp" depends="classpath,compile">
Expand Down

0 comments on commit f9e70f2

Please sign in to comment.