|
| 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 | +application.title=Fake Image Detection |
| 8 | +application.vendor=afsal |
| 9 | +build.classes.dir=${build.dir}/classes |
| 10 | +build.classes.excludes=**/*.java,**/*.form |
| 11 | +# This directory is removed when the project is cleaned: |
| 12 | +build.dir=build |
| 13 | +build.generated.dir=${build.dir}/generated |
| 14 | +build.generated.sources.dir=${build.dir}/generated-sources |
| 15 | +# Only compile against the classpath explicitly listed here: |
| 16 | +build.sysclasspath=ignore |
| 17 | +build.test.classes.dir=${build.dir}/test/classes |
| 18 | +build.test.results.dir=${build.dir}/test/results |
| 19 | +compile.on.save=true |
| 20 | +compile.on.save.unsupported.javafx=true |
| 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}/Fake Image Detection.jar |
| 30 | +dist.javadoc.dir=${dist.dir}/javadoc |
| 31 | +endorsed.classpath= |
| 32 | +excludes= |
| 33 | +file.reference.jfoenix.jar=lib/jfoenix.jar |
| 34 | +includes=** |
| 35 | +# Non-JavaFX jar file creation is deactivated in JavaFX 2.0+ projects |
| 36 | +jar.archive.disabled=true |
| 37 | +jar.compress=false |
| 38 | +javac.classpath=\ |
| 39 | + ${javafx.classpath.extension}:\ |
| 40 | + ${file.reference.jfoenix.jar} |
| 41 | +# Space-separated list of extra javac options |
| 42 | +javac.compilerargs= |
| 43 | +javac.deprecation=false |
| 44 | +javac.processorpath=\ |
| 45 | + ${javac.classpath} |
| 46 | +javac.source=1.8 |
| 47 | +javac.target=1.8 |
| 48 | +javac.test.classpath=\ |
| 49 | + ${javac.classpath}:\ |
| 50 | + ${build.classes.dir} |
| 51 | +javac.test.processorpath=\ |
| 52 | + ${javac.test.classpath} |
| 53 | +javadoc.additionalparam= |
| 54 | +javadoc.author=false |
| 55 | +javadoc.encoding=${source.encoding} |
| 56 | +javadoc.noindex=false |
| 57 | +javadoc.nonavbar=false |
| 58 | +javadoc.notree=false |
| 59 | +javadoc.private=false |
| 60 | +javadoc.splitindex=true |
| 61 | +javadoc.use=true |
| 62 | +javadoc.version=false |
| 63 | +javadoc.windowtitle= |
| 64 | +javafx.application.implementation.version=1.0 |
| 65 | +javafx.binarycss=false |
| 66 | +javafx.classpath.extension=\ |
| 67 | + ${java.home}/lib/javaws.jar:\ |
| 68 | + ${java.home}/lib/deploy.jar:\ |
| 69 | + ${java.home}/lib/plugin.jar |
| 70 | +javafx.deploy.allowoffline=true |
| 71 | +# If true, application update mode is set to 'background', if false, update mode is set to 'eager' |
| 72 | +javafx.deploy.backgroundupdate=false |
| 73 | +javafx.deploy.embedJNLP=true |
| 74 | +javafx.deploy.includeDT=true |
| 75 | +# Set true to prevent creation of temporary copy of deployment artifacts before each run (disables concurrent runs) |
| 76 | +javafx.disable.concurrent.runs=false |
| 77 | +# Set true to enable multiple concurrent runs of the same WebStart or Run-in-Browser project |
| 78 | +javafx.enable.concurrent.external.runs=false |
| 79 | +# This is a JavaFX project |
| 80 | +javafx.enabled=true |
| 81 | +javafx.fallback.class=com.javafx.main.NoJavaFXFallback |
| 82 | +# Main class for JavaFX |
| 83 | +javafx.main.class=com.qburst.ai.fake_image_detection.FakeImageDetection |
| 84 | +javafx.preloader.class= |
| 85 | +# This project does not use Preloader |
| 86 | +javafx.preloader.enabled=false |
| 87 | +javafx.preloader.jar.filename= |
| 88 | +javafx.preloader.jar.path= |
| 89 | +javafx.preloader.project.path= |
| 90 | +javafx.preloader.type=none |
| 91 | +# Set true for GlassFish only. Rebases manifest classpaths of JARs in lib dir. Not usable with signed JARs. |
| 92 | +javafx.rebase.libs=false |
| 93 | +javafx.run.height=600 |
| 94 | +javafx.run.width=800 |
| 95 | +# Pre-JavaFX 2.0 WebStart is deactivated in JavaFX 2.0+ projects |
| 96 | +jnlp.enabled=false |
| 97 | +# Main class for Java launcher |
| 98 | +main.class=com.javafx.main.Main |
| 99 | +# For improved security specify narrower Codebase manifest attribute to prevent RIAs from being repurposed |
| 100 | +manifest.custom.codebase=* |
| 101 | +# Specify Permissions manifest attribute to override default (choices: sandbox, all-permissions) |
| 102 | +manifest.custom.permissions= |
| 103 | +manifest.file=manifest.mf |
| 104 | +meta.inf.dir=${src.dir}/META-INF |
| 105 | +platform.active=default_platform |
| 106 | +run.classpath=\ |
| 107 | + ${dist.jar}:\ |
| 108 | + ${javac.classpath}:\ |
| 109 | + ${build.classes.dir} |
| 110 | +run.test.classpath=\ |
| 111 | + ${javac.test.classpath}:\ |
| 112 | + ${build.test.classes.dir} |
| 113 | +source.encoding=UTF-8 |
| 114 | +src.dir=src |
| 115 | +test.src.dir=test |
0 commit comments