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
7a71ed7e
Commit
7a71ed7e
authored
3 years ago
by
Brutzman, Don
Browse files
Options
Downloads
Patches
Plain Diff
NetBeans 12.5, small project configuration adjustments/sorting
parent
92f2e877
No related branches found
No related tags found
No related merge requests found
Changes
2
Hide whitespace changes
Inline
Side-by-side
Showing
2 changed files
nbproject/genfiles.properties
+1
-1
1 addition, 1 deletion
nbproject/genfiles.properties
nbproject/project.properties
+10
-9
10 additions, 9 deletions
nbproject/project.properties
with
11 additions
and
10 deletions
nbproject/genfiles.properties
+
1
−
1
View file @
7a71ed7e
# This file is used by a NetBeans-based IDE to track changes in generated files such as build-impl.xml.
# This file is used by a NetBeans-based IDE to track changes in generated files such as build-impl.xml.
# Do not edit this file. You may delete it but then the IDE will never regenerate such files for you.
# Do not edit this file. You may delete it but then the IDE will never regenerate such files for you.
nbproject/
build-impl.xml.data.CRC32
=
a21aee8e
nbproject/
build-impl.xml.data.CRC32
=
6fbe5857
nbproject/
build-impl.xml.script.CRC32
=
b33f34e1
nbproject/
build-impl.xml.script.CRC32
=
b33f34e1
nbproject/
build-impl.xml.stylesheet.CRC32
=
12e0a6c2@1.100.0.48
nbproject/
build-impl.xml.stylesheet.CRC32
=
12e0a6c2@1.100.0.48
This diff is collapsed.
Click to expand it.
nbproject/project.properties
+
10
−
9
View file @
7a71ed7e
...
@@ -42,6 +42,7 @@ dist.jlink.output=${dist.jlink.dir}/open-dis7-java
...
@@ -42,6 +42,7 @@ dist.jlink.output=${dist.jlink.dir}/open-dis7-java
endorsed.classpath
=
endorsed.classpath
=
excludes
=
**/logs/ **/X3dInterpolators/
excludes
=
**/logs/ **/X3dInterpolators/
file.reference.apiguardian-api-1.1.0.jar
=
testlibs/apiguardian-api-1.1.0.jar
file.reference.apiguardian-api-1.1.0.jar
=
testlibs/apiguardian-api-1.1.0.jar
file.reference.classes-edu
=
build/classes/edu
file.reference.commons-io-2.6.jar
=
lib/commons-io-2.6.jar
file.reference.commons-io-2.6.jar
=
lib/commons-io-2.6.jar
file.reference.guava-28.0-jre.jar
=
lib/guava-28.0-jre.jar
file.reference.guava-28.0-jre.jar
=
lib/guava-28.0-jre.jar
file.reference.junit-jupiter-api-5.7.0.jar
=
testlibs/junit-jupiter-api-5.7.0.jar
file.reference.junit-jupiter-api-5.7.0.jar
=
testlibs/junit-jupiter-api-5.7.0.jar
...
@@ -68,12 +69,13 @@ javac.processorpath=\
...
@@ -68,12 +69,13 @@ javac.processorpath=\
javac.source
=
1.8
javac.source
=
1.8
javac.target
=
1.8
javac.target
=
1.8
javac.test.classpath
=
\
javac.test.classpath
=
\
${file.reference.apiguardian-api-1.1.0.jar}:
\
${javac.classpath}:
\
${build.classes.dir}:
\
${build.classes.dir}:
\
${javac.classpath}:
\
${file.reference.apiguardian-api-1.1.0.jar}:
\
${file.reference.junit-jupiter-api-5.7.0.jar}:
\
${file.reference.junit-jupiter-api-5.7.0.jar}:
\
${file.reference.junit-jupiter-engine-5.7.0.jar}:
\
${file.reference.junit-jupiter-engine-5.7.0.jar}:
\
${libs.junit_5.classpath}
${libs.junit_5.classpath}:
\
${file.reference.classes-edu}
javac.test.modulepath
=
\
javac.test.modulepath
=
\
${javac.modulepath}
${javac.modulepath}
javac.test.processorpath
=
\
javac.test.processorpath
=
\
...
@@ -116,12 +118,11 @@ manifest.custom.codebase=
...
@@ -116,12 +118,11 @@ manifest.custom.codebase=
manifest.custom.permissions
=
manifest.custom.permissions
=
meta.inf.dir
=
${src.dir}/META-INF
meta.inf.dir
=
${src.dir}/META-INF
mkdist.disabled
=
false
mkdist.disabled
=
false
no.dependencies
=
true
platform.active
=
JDK_16
platform.active
=
JDK_16
project.licensePath
=
./license.txt
project.licensePath
=
./license.txt
run.classpath
=
\
run.classpath
=
\
${
javac
.class
path
}:
\
${
build
.class
es.dir
}:
\
${
build
.class
es.dir
}
${
javac
.class
path
}
# Space-separated list of JVM arguments used when running the project.
# Space-separated list of JVM arguments used when running the project.
# You may also define separate properties like run-sys-prop.name=value instead of -Dname=value.
# You may also define separate properties like run-sys-prop.name=value instead of -Dname=value.
# To set system properties for unit tests define test-sys-prop.name=value:
# To set system properties for unit tests define test-sys-prop.name=value:
...
@@ -129,10 +130,10 @@ run.jvmargs=
...
@@ -129,10 +130,10 @@ run.jvmargs=
run.modulepath
=
\
run.modulepath
=
\
${javac.modulepath}
${javac.modulepath}
run.test.classpath
=
\
run.test.classpath
=
\
${file.reference.opentest4j-1.2.0.jar}:
\
${javac.test.classpath}:
\
${javac.test.classpath}:
\
${file.reference.junit-platform-console-standalone-1.7.0.jar}:
\
${build.test.classes.dir}:
\
${build.test.classes.dir}
${file.reference.opentest4j-1.2.0.jar}:
\
${file.reference.junit-platform-console-standalone-1.7.0.jar}
run.test.modulepath
=
\
run.test.modulepath
=
\
${javac.test.modulepath}
${javac.test.modulepath}
source.encoding
=
UTF-8
source.encoding
=
UTF-8
...
...
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