git moment

This commit is contained in:
Chloe Fontenot 🏳️‍⚧️ 2022-09-30 00:10:39 -05:00
parent eeb19bba52
commit 7d14b1b962
11 changed files with 1942 additions and 1577 deletions

2
.gitignore vendored
View File

@ -10,3 +10,5 @@
/ExamPractice/target/
/Exam1_CalebFontenot/target/
/Exam1Practice_CalebFontenot/target/
/Exams/ProgrammingExam1_CalebFontenot/nbproject/private/
/Exams/ProgrammingExam1_CalebFontenot/build/

File diff suppressed because it is too large Load Diff

View File

@ -1,8 +1,8 @@
build.xml.data.CRC32=bc1262b2
build.xml.script.CRC32=17222dbe
build.xml.stylesheet.CRC32=8064a381@1.80.1.48
build.xml.stylesheet.CRC32=f85dc8f2@1.104.0.48
# 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.
nbproject/build-impl.xml.data.CRC32=bc1262b2
nbproject/build-impl.xml.script.CRC32=3fba722a
nbproject/build-impl.xml.stylesheet.CRC32=830a3534@1.80.1.48
nbproject/build-impl.xml.script.CRC32=14e0d152
nbproject/build-impl.xml.stylesheet.CRC32=12e0a6c2@1.104.0.48

View File

@ -1,2 +1,2 @@
compile.on.save=true
user.properties.file=C:\\Users\\ar114\\AppData\\Roaming\\NetBeans\\8.2\\build.properties
user.properties.file=/home/caleb/.netbeans/15/build.properties

View File

@ -18,8 +18,12 @@ build.test.results.dir=${build.dir}/test/results
#debug.transport=dt_socket
debug.classpath=\
${run.classpath}
debug.modulepath=\
${run.modulepath}
debug.test.classpath=\
${run.test.classpath}
debug.test.modulepath=\
${run.test.modulepath}
# Files in build.classes.dir which should be excluded from distribution jar
dist.archive.excludes=
# This directory is removed when the project is cleaned:
@ -34,6 +38,8 @@ javac.classpath=
javac.compilerargs=
javac.deprecation=false
javac.external.vm=true
javac.modulepath=
javac.processormodulepath=
javac.processorpath=\
${javac.classpath}
javac.source=1.8
@ -41,6 +47,8 @@ javac.target=1.8
javac.test.classpath=\
${javac.classpath}:\
${build.classes.dir}
javac.test.modulepath=\
${javac.modulepath}
javac.test.processorpath=\
${javac.test.classpath}
javadoc.additionalparam=
@ -66,9 +74,13 @@ run.classpath=\
# 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:
run.jvmargs=
run.modulepath=\
${javac.modulepath}
run.test.classpath=\
${javac.test.classpath}:\
${build.test.classes.dir}
run.test.modulepath=\
${javac.test.modulepath}
source.encoding=UTF-8
src.dir=src
test.src.dir=test