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
2b86587d
Commit
2b86587d
authored
3 years ago
by
Brutzman, Don
Browse files
Options
Downloads
Patches
Plain Diff
comments
parent
189d762f
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
+2
-1
2 additions, 1 deletion
build.xml
with
2 additions
and
1 deletion
build.xml
+
2
−
1
View file @
2b86587d
...
...
@@ -19,7 +19,7 @@
<property
name=
"Implementation-Version"
value=
"${timestamp}"
/>
<property
name=
"Implementation-Vendor"
value=
"Naval Postgraduate School (NPS)"
/>
<!-- ensure backwards compatibility to specified version of Java -->
<!-- ensure backwards compatibility
of produced jar
to specified version of Java
, though project itself is JDK 17+
-->
<property
name=
"java.source"
value=
"1.8"
/>
<property
name=
"java.target"
value=
"1.8"
/>
...
...
@@ -42,6 +42,7 @@
<!-- build.impl <javadoc additionalparam="-J-Dfile.encoding=${file.encoding} ${javadoc.additionalparam}" author="${javadoc.author}" charset="UTF-8" destdir="${dist.javadoc.dir}" docencoding="UTF-8" encoding="${javadoc.encoding.used}" failonerror="true" noindex="${javadoc.noindex}" nonavbar="${javadoc.nonavbar}" notree="${javadoc.notree}" private="${javadoc.private}" source="${javac.source}" splitindex="${javadoc.splitindex}" use="${javadoc.use}" useexternalfile="true" version="${javadoc.version}" windowtitle="${javadoc.windowtitle}"> -->
<target
name=
"all"
description=
"Build and test the whole project, create distribution jar files."
>
<!-- TODO current configuration is Java only; Python is next -->
<echo
message=
"timestamp ${timestamp}"
/>
<fail
message=
"Please build using Ant 1.10.11 or higher."
>
<condition>
...
...
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