Name: instantiation/test/java/xmpp-tim/XmppClient/nbproject/project.properties
| 1: | annotation.processing.enabled=true |
| 2: | annotation.processing.enabled.in.editor=false |
| 3: | annotation.processing.processors.list= |
| 4: | annotation.processing.run.all.processors=true |
| 5: | annotation.processing.source.output=${build.generated.sources.dir}/ap-source-output |
| 6: | application.title=XmppClient |
| 7: | application.vendor=akku |
| 8: | auxiliary.org-netbeans-modules-projectimport-eclipse-core.key=src=src;output=bin; |
| 9: | auxiliary.org-netbeans-modules-projectimport-eclipse-core.project=. |
| 10: | auxiliary.org-netbeans-modules-projectimport-eclipse-core.timestamp=1340721537000 |
| 11: | build.classes.dir=${build.dir}/classes |
| 12: | build.classes.excludes=**/*.java,**/*.form |
| 13: | # This directory is removed when the project is cleaned: |
| 14: | build.dir=build |
| 15: | build.generated.dir=${build.dir}/generated |
| 16: | build.generated.sources.dir=${build.dir}/generated-sources |
| 17: | # Only compile against the classpath explicitly listed here: |
| 18: | build.sysclasspath=ignore |
| 19: | build.test.classes.dir=${build.dir}/test/classes |
| 20: | build.test.results.dir=${build.dir}/test/results |
| 21: | # Uncomment to specify the preferred debugger connection transport: |
| 22: | #debug.transport=dt_socket |
| 23: | debug.classpath=\ |
| 24: | ${run.classpath} |
| 25: | debug.test.classpath=\ |
| 26: | ${run.test.classpath} |
| 27: | # This directory is removed when the project is cleaned: |
| 28: | dist.dir=dist |
| 29: | dist.jar=${dist.dir}/XmppClient.jar |
| 30: | dist.javadoc.dir=${dist.dir}/javadoc |
| 31: | endorsed.classpath= |
| 32: | excludes= |
| 33: | file.reference.Data-src=src |
| 34: | file.reference.smack.jar=/Users/akku/Documents/Jars/smack.jar |
| 35: | file.reference.smackx-debug.jar=/Users/akku/Documents/Jars/smackx-debug.jar |
| 36: | file.reference.smackx-jingle.jar=/Users/akku/Documents/Jars/smackx-jingle.jar |
| 37: | file.reference.smackx.jar=/Users/akku/Documents/Jars/smackx.jar |
| 38: | includes=** |
| 39: | jar.compress=false |
| 40: | javac.classpath=\ |
| 41: | ${file.reference.smack.jar}:\ |
| 42: | ${file.reference.smackx-debug.jar}:\ |
| 43: | ${file.reference.smackx-jingle.jar}:\ |
| 44: | ${file.reference.smackx.jar}:\ |
| 45: | ${libs.junit_4.classpath} |
| 46: | # Space-separated list of extra javac options |
| 47: | javac.compilerargs= |
| 48: | javac.deprecation=false |
| 49: | javac.processorpath=\ |
| 50: | ${javac.classpath} |
| 51: | javac.source=1.6 |
| 52: | javac.target=1.6 |
| 53: | javac.test.classpath=\ |
| 54: | ${javac.classpath}:\ |
| 55: | ${build.classes.dir} |
| 56: | javac.test.processorpath=\ |
| 57: | ${javac.test.classpath} |
| 58: | javadoc.additionalparam= |
| 59: | javadoc.author=false |
| 60: | javadoc.encoding=${source.encoding} |
| 61: | javadoc.noindex=false |
| 62: | javadoc.nonavbar=false |
| 63: | javadoc.notree=false |
| 64: | javadoc.private=false |
| 65: | javadoc.splitindex=true |
| 66: | javadoc.use=true |
| 67: | javadoc.version=false |
| 68: | javadoc.windowtitle= |
| 69: | main.class= |
| 70: | meta.inf.dir=${src.dir}/META-INF |
| 71: | mkdist.disabled=true |
| 72: | platform.active=default_platform |
| 73: | run.classpath=\ |
| 74: | ${javac.classpath}:\ |
| 75: | ${build.classes.dir} |
| 76: | # Space-separated list of JVM arguments used when running the project |
| 77: | # (you may also define separate properties like run-sys-prop.name=value instead of -Dname=value |
| 78: | # or test-sys-prop.name=value to set system properties for unit tests): |
| 79: | run.jvmargs= |
| 80: | run.test.classpath=\ |
| 81: | ${javac.test.classpath}:\ |
| 82: | ${build.test.classes.dir} |
| 83: | source.encoding=UTF-8 |
| 84: | src.dir=${file.reference.Data-src} |
