diff options
| author | Starla Insigna <hatkirby@fourisland.com> | 2012-06-02 14:42:20 -0400 |
|---|---|---|
| committer | Starla Insigna <hatkirby@fourisland.com> | 2012-06-02 14:42:20 -0400 |
| commit | 61b2605cd339d2e06fd1b296b324bac076815827 (patch) | |
| tree | 4cc4c6176c82474981d616fa0cbfb35b5196b459 /nbproject/project.properties | |
| parent | 00ef4e16476fbd619e3f866e4f32c021c14f3202 (diff) | |
| download | frigidearth-61b2605cd339d2e06fd1b296b324bac076815827.tar.gz frigidearth-61b2605cd339d2e06fd1b296b324bac076815827.tar.bz2 frigidearth-61b2605cd339d2e06fd1b296b324bac076815827.zip | |
Created a window
Diffstat (limited to 'nbproject/project.properties')
| -rw-r--r-- | nbproject/project.properties | 71 |
1 files changed, 71 insertions, 0 deletions
| diff --git a/nbproject/project.properties b/nbproject/project.properties new file mode 100644 index 0000000..b7bb529 --- /dev/null +++ b/nbproject/project.properties | |||
| @@ -0,0 +1,71 @@ | |||
| 1 | annotation.processing.enabled=true | ||
| 2 | annotation.processing.enabled.in.editor=false | ||
| 3 | annotation.processing.processor.options= | ||
| 4 | annotation.processing.processors.list= | ||
| 5 | annotation.processing.run.all.processors=true | ||
| 6 | annotation.processing.source.output=${build.generated.sources.dir}/ap-source-output | ||
| 7 | build.classes.dir=${build.dir}/classes | ||
| 8 | build.classes.excludes=**/*.java,**/*.form | ||
| 9 | # This directory is removed when the project is cleaned: | ||
| 10 | build.dir=build | ||
| 11 | build.generated.dir=${build.dir}/generated | ||
| 12 | build.generated.sources.dir=${build.dir}/generated-sources | ||
| 13 | # Only compile against the classpath explicitly listed here: | ||
| 14 | build.sysclasspath=ignore | ||
| 15 | build.test.classes.dir=${build.dir}/test/classes | ||
| 16 | build.test.results.dir=${build.dir}/test/results | ||
| 17 | # Uncomment to specify the preferred debugger connection transport: | ||
| 18 | #debug.transport=dt_socket | ||
| 19 | debug.classpath=\ | ||
| 20 | ${run.classpath} | ||
| 21 | debug.test.classpath=\ | ||
| 22 | ${run.test.classpath} | ||
| 23 | # This directory is removed when the project is cleaned: | ||
| 24 | dist.dir=dist | ||
| 25 | dist.jar=${dist.dir}/Frigid Earth.jar | ||
| 26 | dist.javadoc.dir=${dist.dir}/javadoc | ||
| 27 | excludes= | ||
| 28 | includes=** | ||
| 29 | jar.compress=false | ||
| 30 | javac.classpath= | ||
| 31 | # Space-separated list of extra javac options | ||
| 32 | javac.compilerargs= | ||
| 33 | javac.deprecation=false | ||
| 34 | javac.processorpath=\ | ||
| 35 | ${javac.classpath} | ||
| 36 | javac.source=1.6 | ||
| 37 | javac.target=1.6 | ||
| 38 | javac.test.classpath=\ | ||
| 39 | ${javac.classpath}:\ | ||
| 40 | ${build.classes.dir} | ||
| 41 | javac.test.processorpath=\ | ||
| 42 | ${javac.test.classpath} | ||
| 43 | javadoc.additionalparam= | ||
| 44 | javadoc.author=false | ||
| 45 | javadoc.encoding=${source.encoding} | ||
| 46 | javadoc.noindex=false | ||
| 47 | javadoc.nonavbar=false | ||
| 48 | javadoc.notree=false | ||
| 49 | javadoc.private=false | ||
| 50 | javadoc.splitindex=true | ||
| 51 | javadoc.use=true | ||
| 52 | javadoc.version=false | ||
| 53 | javadoc.windowtitle= | ||
| 54 | main.class=com.fourisland.frigidearth.Main | ||
| 55 | manifest.file=manifest.mf | ||
| 56 | meta.inf.dir=${src.dir}/META-INF | ||
| 57 | mkdist.disabled=false | ||
| 58 | platform.active=default_platform | ||
| 59 | run.classpath=\ | ||
| 60 | ${javac.classpath}:\ | ||
| 61 | ${build.classes.dir} | ||
| 62 | # Space-separated list of JVM arguments used when running the project | ||
| 63 | # (you may also define separate properties like run-sys-prop.name=value instead of -Dname=value | ||
| 64 | # or test-sys-prop.name=value to set system properties for unit tests): | ||
| 65 | run.jvmargs= | ||
| 66 | run.test.classpath=\ | ||
| 67 | ${javac.test.classpath}:\ | ||
| 68 | ${build.test.classes.dir} | ||
| 69 | source.encoding=UTF-8 | ||
| 70 | src.dir=src | ||
| 71 | test.src.dir=test | ||
