| 1 | annotation.processing.enabled=true | 
|---|
| 2 | annotation.processing.enabled.in.editor=false | 
|---|
| 3 | annotation.processing.run.all.processors=true | 
|---|
| 4 | annotation.processing.source.output=${build.generated.sources.dir}/ap-source-output | 
|---|
| 5 | application.title=Jung | 
|---|
| 6 | application.vendor=luke | 
|---|
| 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}/Jung.jar | 
|---|
| 26 | dist.javadoc.dir=${dist.dir}/javadoc | 
|---|
| 27 | endorsed.classpath= | 
|---|
| 28 | excludes= | 
|---|
| 29 | file.reference.collections-generic-4.01.jar=/home/luke/Desktop/jung2-2_0_1/collections-generic-4.01.jar | 
|---|
| 30 | file.reference.jung-algorithms-2.0.1.jar=/home/luke/Desktop/jung2-2_0_1/jung-algorithms-2.0.1.jar | 
|---|
| 31 | file.reference.jung-api-2.0.1.jar=/home/luke/Desktop/jung2-2_0_1/jung-api-2.0.1.jar | 
|---|
| 32 | file.reference.jung-graph-impl-2.0.1.jar=/home/luke/Desktop/jung2-2_0_1/jung-graph-impl-2.0.1.jar | 
|---|
| 33 | file.reference.jung-io-2.0.1.jar=/home/luke/Desktop/jung2-2_0_1/jung-io-2.0.1.jar | 
|---|
| 34 | file.reference.jung-jai-2.0.1.jar=/home/luke/Desktop/jung2-2_0_1/jung-jai-2.0.1.jar | 
|---|
| 35 | file.reference.jung-visualization-2.0.1.jar=/home/luke/Desktop/jung2-2_0_1/jung-visualization-2.0.1.jar | 
|---|
| 36 | includes=** | 
|---|
| 37 | jar.compress=false | 
|---|
| 38 | javac.classpath=\ | 
|---|
| 39 |     ${file.reference.collections-generic-4.01.jar}:\ | 
|---|
| 40 |     ${file.reference.jung-algorithms-2.0.1.jar}:\ | 
|---|
| 41 |     ${file.reference.jung-api-2.0.1.jar}:\ | 
|---|
| 42 |     ${file.reference.jung-visualization-2.0.1.jar}:\ | 
|---|
| 43 |     ${file.reference.jung-graph-impl-2.0.1.jar}:\ | 
|---|
| 44 |     ${file.reference.jung-io-2.0.1.jar}:\ | 
|---|
| 45 |     ${file.reference.jung-jai-2.0.1.jar} | 
|---|
| 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.5 | 
|---|
| 52 | javac.target=1.5 | 
|---|
| 53 | javac.test.classpath=\ | 
|---|
| 54 |     ${javac.classpath}:\ | 
|---|
| 55 |     ${build.classes.dir}:\ | 
|---|
| 56 |     ${libs.junit.classpath}:\ | 
|---|
| 57 |     ${libs.junit_4.classpath} | 
|---|
| 58 | javac.test.processorpath=\ | 
|---|
| 59 |     ${javac.test.classpath} | 
|---|
| 60 | javadoc.additionalparam= | 
|---|
| 61 | javadoc.author=false | 
|---|
| 62 | javadoc.encoding=${source.encoding} | 
|---|
| 63 | javadoc.noindex=false | 
|---|
| 64 | javadoc.nonavbar=false | 
|---|
| 65 | javadoc.notree=false | 
|---|
| 66 | javadoc.private=false | 
|---|
| 67 | javadoc.splitindex=true | 
|---|
| 68 | javadoc.use=true | 
|---|
| 69 | javadoc.version=false | 
|---|
| 70 | javadoc.windowtitle= | 
|---|
| 71 | main.class=jung.Main | 
|---|
| 72 | manifest.file=manifest.mf | 
|---|
| 73 | meta.inf.dir=${src.dir}/META-INF | 
|---|
| 74 | platform.active=default_platform | 
|---|
| 75 | run.classpath=\ | 
|---|
| 76 |     ${javac.classpath}:\ | 
|---|
| 77 |     ${build.classes.dir} | 
|---|
| 78 | # Space-separated list of JVM arguments used when running the project | 
|---|
| 79 | # (you may also define separate properties like run-sys-prop.name=value instead of -Dname=value | 
|---|
| 80 | # or test-sys-prop.name=value to set system properties for unit tests): | 
|---|
| 81 | run.jvmargs=-Xms1G | 
|---|
| 82 | run.test.classpath=\ | 
|---|
| 83 |     ${javac.test.classpath}:\ | 
|---|
| 84 |     ${build.test.classes.dir} | 
|---|
| 85 | source.encoding=UTF-8 | 
|---|
| 86 | src.dir=src | 
|---|
| 87 | test.src.dir=test | 
|---|