Skip to content
Snippets Groups Projects
Commit b96184ff authored by Terry D. Norbraten's avatar Terry D. Norbraten
Browse files

[Terry N.] punctuation

parent e4558695
No related branches found
No related tags found
No related merge requests found
......@@ -28,15 +28,13 @@
<import file="${catalina.base}/bin/catalina-tasks.xml"/>
<path id="compile.classpath">
<fileset dir="${lib}">
<fileset id="cp" dir="${lib}">
<include name="*.jar"/>
</fileset>
</path>
<path id="run.classpath">
<fileset id="cp" dir="${lib}">
<include name="*.jar"/>
</fileset>
<path refid="cp"/>
<pathelement location="${build}/WEB-INF/classes"/>
</path>
......@@ -115,7 +113,7 @@
<target name="deployRunDemo"
depends="undeployRpcDemo,clean,dist"
description="Builds the web application starts a local Tomcat server and runs XML RPC demo">
description="Builds the web application starts, a local Tomcat server and runs XML RPC demo">
<sequential>
<antcall target="start.tomcat"/>
<!-- Allow Tomcat to startup -->
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment