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
248347ba
Commit
248347ba
authored
4 years ago
by
Brutzman, Don
Browse files
Options
Downloads
Patches
Plain Diff
proper excludes, add comments
parent
c75cf096
No related branches found
No related tags found
No related merge requests found
Changes
1
Hide whitespace changes
Inline
Side-by-side
Showing
1 changed file
build.xml
+3
-5
3 additions, 5 deletions
build.xml
with
3 additions
and
5 deletions
build.xml
+
3
−
5
View file @
248347ba
...
...
@@ -268,7 +268,7 @@
<antcall
target=
"jar-javadoc"
/>
</target>
<target
name=
"jar-javadoc"
>
<!--
depends="javadoc" -->
<target
name=
"jar-javadoc"
description=
"full set of javadoc"
>
<!-- avoid performing multiple times:
depends="javadoc" -->
<jar
destfile=
"dist/open-dis7-pdus-javadoc.jar"
update=
"true"
basedir=
"javadoc"
>
...
...
@@ -303,7 +303,6 @@
<include
name=
"**/*.dislog"
/>
</fileset>
<fileset
dir=
"src-generated"
>
<include
name=
"**/dis7/*.java"
/>
<include
name=
"**/dis7/**/*.java"
/>
<!-- avoid duplicating enumerations classes, which are maintained in separate jars -->
<exclude
name=
"**/entities/**/*.java"
/>
...
...
@@ -331,7 +330,7 @@
</jar>
</target>
<target
name=
"jar-classes"
>
<target
name=
"jar-classes"
description=
"merges all dis7 subpackage classes except for enumerations"
>
<jar
destfile=
"dist/open-dis7-pdus-classes.jar"
basedir=
"."
includes=
"edu/nps/moves/dis7/**"
...
...
@@ -339,8 +338,7 @@
update=
"true"
zip64Mode=
"always"
>
<fileset
dir=
"build/classes"
defaultexcludes=
"yes"
>
<include
name=
"**/dis7*.class"
/>
<include
name=
"**/dis7/pdus/**/*.class"
/>
<include
name=
"**/dis7/**/*.class"
/>
<!-- avoid duplicating enumerations classes, which are maintained in separate jars -->
<exclude
name=
"**/entities/**/*.class"
/>
<exclude
name=
"**/entitytypes/**/*.class"
/>
...
...
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