Skip to content
Snippets Groups Projects
Commit f9b9f015 authored by Brutzman, Don's avatar Brutzman, Don
Browse files

project properties

parent d0d3a593
No related branches found
No related tags found
No related merge requests found
annotation.processing.enabled=true annotation.processing.enabled=true
annotation.processing.enabled.in.editor=false annotation.processing.enabled.in.editor=false
annotation.processing.processor.options=
annotation.processing.processors.list= annotation.processing.processors.list=
annotation.processing.run.all.processors=true annotation.processing.run.all.processors=true
annotation.processing.source.output=${build.generated.sources.dir}/ap-source-output annotation.processing.source.output=${build.generated.sources.dir}/ap-source-output
application.title=CourseExamples
application.vendor=don
build.classes.dir=${build.dir}/classes build.classes.dir=${build.dir}/classes
build.classes.excludes=**/*.java,**/*.form build.classes.excludes=**/*.java,**/*.form
# This directory is removed when the project is cleaned: # This directory is removed when the project is cleaned:
...@@ -26,10 +27,15 @@ dist.archive.excludes= ...@@ -26,10 +27,15 @@ dist.archive.excludes=
dist.dir=dist dist.dir=dist
dist.jar=${dist.dir}/CourseExamples.jar dist.jar=${dist.dir}/CourseExamples.jar
dist.javadoc.dir=${dist.dir}/javadoc dist.javadoc.dir=${dist.dir}/javadoc
endorsed.classpath=
excludes= excludes=
file.reference.dis-enums-1.3.jar=../lib/dis-enums-1.3.jar
file.reference.open-dis_4.16.jar=../lib/open-dis_4.16.jar
includes=** includes=**
jar.compress=false jar.compress=false
javac.classpath= javac.classpath=\
${file.reference.dis-enums-1.3.jar}:\
${file.reference.open-dis_4.16.jar}
# Space-separated list of extra javac options # Space-separated list of extra javac options
javac.compilerargs= javac.compilerargs=
javac.deprecation=false javac.deprecation=false
......
...@@ -12,7 +12,15 @@ ...@@ -12,7 +12,15 @@
</test-roots> </test-roots>
</data> </data>
<spellchecker-wordlist xmlns="http://www.netbeans.org/ns/spellchecker-wordlist/1"> <spellchecker-wordlist xmlns="http://www.netbeans.org/ns/spellchecker-wordlist/1">
<word>CourseExamples</word>
<word>localhost</word> <word>localhost</word>
<word>multicast</word>
<word>Netbeans</word>
<word>src</word>
<word>TcpExamples</word>
<word>UdpMulticastHttpExamples</word>
<word>unicast</word>
<word>Wireshark</word>
</spellchecker-wordlist> </spellchecker-wordlist>
</configuration> </configuration>
</project> </project>
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment