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 @@ ...@@ -28,15 +28,13 @@
<import file="${catalina.base}/bin/catalina-tasks.xml"/> <import file="${catalina.base}/bin/catalina-tasks.xml"/>
<path id="compile.classpath"> <path id="compile.classpath">
<fileset dir="${lib}"> <fileset id="cp" dir="${lib}">
<include name="*.jar"/> <include name="*.jar"/>
</fileset> </fileset>
</path> </path>
<path id="run.classpath"> <path id="run.classpath">
<fileset id="cp" dir="${lib}"> <path refid="cp"/>
<include name="*.jar"/>
</fileset>
<pathelement location="${build}/WEB-INF/classes"/> <pathelement location="${build}/WEB-INF/classes"/>
</path> </path>
...@@ -115,7 +113,7 @@ ...@@ -115,7 +113,7 @@
<target name="deployRunDemo" <target name="deployRunDemo"
depends="undeployRpcDemo,clean,dist" 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> <sequential>
<antcall target="start.tomcat"/> <antcall target="start.tomcat"/>
<!-- Allow Tomcat to startup --> <!-- 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