Skip to content
GitLab
Explore
Sign in
Primary navigation
Search or go to…
Project
NetworkedGraphicsMV3500
Manage
Activity
Members
Code
Repository
Branches
Commits
Tags
Repository graph
Compare revisions
Deploy
Releases
Container Registry
Model registry
Analyze
Contributor analytics
Repository analytics
Model experiments
Help
Help
Support
GitLab documentation
Compare GitLab plans
Community forum
Contribute to GitLab
Provide feedback
Terms and privacy
Keyboard shortcuts
?
Snippets
Groups
Projects
Show more breadcrumbs
Savage
NetworkedGraphicsMV3500
Commits
b96184ff
Commit
b96184ff
authored
5 months ago
by
Terry D. Norbraten
Browse files
Options
Downloads
Patches
Plain Diff
[Terry N.] punctuation
parent
e4558695
No related branches found
Branches containing commit
No related tags found
No related merge requests found
Changes
1
Hide whitespace changes
Inline
Side-by-side
Showing
1 changed file
examples/otherProjects/SavageWebServlet/build.xml
+3
-5
3 additions, 5 deletions
examples/otherProjects/SavageWebServlet/build.xml
with
3 additions
and
5 deletions
examples/otherProjects/SavageWebServlet/build.xml
+
3
−
5
View file @
b96184ff
...
...
@@ -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 -->
...
...
This diff is collapsed.
Click to expand it.
Preview
0%
Loading
Try again
or
attach a new file
.
Cancel
You are about to add
0
people
to the discussion. Proceed with caution.
Finish editing this message first!
Save comment
Cancel
Please
register
or
sign in
to comment