diff options
author | snowleo <schneeleo@gmail.com> | 2011-08-28 05:12:13 +0200 |
---|---|---|
committer | snowleo <schneeleo@gmail.com> | 2011-08-28 05:12:13 +0200 |
commit | fba4dd2d9a9a347a83b557432fdc4da32ab3ccaa (patch) | |
tree | 19a7a577254587ab93f996222c6c41f4f5e482c1 /YamlAnnotations/nbproject/project.properties | |
parent | 3ec0dbd4049ad68a7d1c7de9b509e5e7138bcdfd (diff) | |
download | Essentials-fba4dd2d9a9a347a83b557432fdc4da32ab3ccaa.tar Essentials-fba4dd2d9a9a347a83b557432fdc4da32ab3ccaa.tar.gz Essentials-fba4dd2d9a9a347a83b557432fdc4da32ab3ccaa.tar.lz Essentials-fba4dd2d9a9a347a83b557432fdc4da32ab3ccaa.tar.xz Essentials-fba4dd2d9a9a347a83b557432fdc4da32ab3ccaa.zip |
Testing yaml annotations
Diffstat (limited to 'YamlAnnotations/nbproject/project.properties')
-rw-r--r-- | YamlAnnotations/nbproject/project.properties | 71 |
1 files changed, 71 insertions, 0 deletions
diff --git a/YamlAnnotations/nbproject/project.properties b/YamlAnnotations/nbproject/project.properties new file mode 100644 index 000000000..6f85622cc --- /dev/null +++ b/YamlAnnotations/nbproject/project.properties @@ -0,0 +1,71 @@ +annotation.processing.enabled=true +annotation.processing.enabled.in.editor=false +annotation.processing.processor.options= +annotation.processing.processors.list= +annotation.processing.run.all.processors=true +annotation.processing.source.output=${build.generated.sources.dir}/ap-source-output +build.classes.dir=${build.dir}/classes +build.classes.excludes=**/*.java,**/*.form +# This directory is removed when the project is cleaned: +build.dir=build +build.generated.dir=${build.dir}/generated +build.generated.sources.dir=${build.dir}/generated-sources +# Only compile against the classpath explicitly listed here: +build.sysclasspath=ignore +build.test.classes.dir=${build.dir}/test/classes +build.test.results.dir=${build.dir}/test/results +# Uncomment to specify the preferred debugger connection transport: +#debug.transport=dt_socket +debug.classpath=\ + ${run.classpath} +debug.test.classpath=\ + ${run.test.classpath} +# This directory is removed when the project is cleaned: +dist.dir=dist +dist.jar=${dist.dir}/YamlAnnotations.jar +dist.javadoc.dir=${dist.dir}/javadoc +excludes= +includes=** +jar.compress=false +javac.classpath= +# Space-separated list of extra javac options +javac.compilerargs= +javac.deprecation=false +javac.processorpath=\ + ${javac.classpath} +javac.source=1.6 +javac.target=1.6 +javac.test.classpath=\ + ${javac.classpath}:\ + ${build.classes.dir} +javac.test.processorpath=\ + ${javac.test.classpath} +javadoc.additionalparam= +javadoc.author=false +javadoc.encoding=${source.encoding} +javadoc.noindex=false +javadoc.nonavbar=false +javadoc.notree=false +javadoc.private=false +javadoc.splitindex=true +javadoc.use=true +javadoc.version=false +javadoc.windowtitle= +main.class= +manifest.file=manifest.mf +meta.inf.dir=${src.dir}/META-INF +mkdist.disabled=false +platform.active=default_platform +run.classpath=\ + ${javac.classpath}:\ + ${build.classes.dir} +# 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 +# or test-sys-prop.name=value to set system properties for unit tests): +run.jvmargs= +run.test.classpath=\ + ${javac.test.classpath}:\ + ${build.test.classes.dir} +source.encoding=UTF-8 +src.dir=src +test.src.dir=test |