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
92114e4e
Commit
92114e4e
authored
5 years ago
by
Brutzman, Don
Browse files
Options
Downloads
Patches
Plain Diff
add archive site (online url)
parent
830e4227
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
build.xml
+9
-6
9 additions, 6 deletions
build.xml
with
9 additions
and
6 deletions
build.xml
+
9
−
6
View file @
92114e4e
...
...
@@ -44,6 +44,7 @@ POSSIBILITY OF SUCH DAMAGE.
<!-- properties common to all build files, customized for this archive ============================== -->
<property
name=
"archive.name"
value=
"Savage"
/>
<property
name=
"archive.site"
value=
"https://savage.nps.edu/"
/>
<property
name=
"archive.path"
location=
"."
/>
<!-- Basic archive has single-section catalog structure, others have 2-section catalog structure -->
...
...
@@ -3762,22 +3763,24 @@ app.replica.args=-mode scene -mipmaps -antialias 8 -anisotropicDegree 16 -verbos
<target
name=
"view.javadoc.local"
description=
"view local package javadoc in web browser (Netbeans only)"
>
<nbbrowse
file=
"javadoc/index.html"
/>
<!-- TODO implementation-independent approach if possible
.
other Ant approach
s
have to be customized for each OS -->
<!-- TODO implementation-independent approach if possible
, but note that
other Ant approach
es usually
have to be customized for each OS
.
-->
</target>
<target
name=
"view.javadoc.online"
description=
"view local package javadoc in web browser (Netbeans only)"
>
<nbbrowse
url=
"https://www.web3d.org/x3d/content/examples/${archive.name}/javadoc"
/>
<!-- do not follow with /index.html -->
<!-- TODO implementation-independent approach if possible. other Ant approachs have to be customized for each OS -->
<echo
message=
"${archive.site}/${archive.name}/javadoc"
/>
<nbbrowse
url=
"${archive.site}/${archive.name}/javadoc"
/>
<!-- do not follow with /index.html -->
<!-- TODO implementation-independent approach if possible, but note that other Ant approaches usually have to be customized for each OS. -->
</target>
<target
name=
"view.examples.local"
description=
"view local examples in web browser (Netbeans only)"
>
<nbbrowse
file=
"index.html"
/>
<!-- TODO implementation-independent approach if possible
.
other Ant approach
s
have to be customized for each OS -->
<!-- TODO implementation-independent approach if possible
, but note that
other Ant approach
es usually
have to be customized for each OS
.
-->
</target>
<target
name=
"view.examples.online"
description=
"view online examples in web browser (Netbeans only)"
>
<nbbrowse
url=
"https://www.web3d.org/x3d/content/examples/${archive.name}"
/>
<!-- TODO implementation-independent approach if possible. other Ant approachs have to be customized for each OS -->
<echo
message=
"${archive.site}/${archive.name}"
/>
<nbbrowse
url=
"${archive.site}/${archive.name}"
/>
<!-- TODO implementation-independent approach if possible, but note that other Ant approaches usually have to be customized for each OS. -->
</target>
<target
name=
"clean.X3dTidy"
>
...
...
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