From ca6ffd9c9117b204f6bc881e8a32850504d7ac15 Mon Sep 17 00:00:00 2001 From: LaVloZ Date: Fri, 20 Dec 2013 19:11:38 +0100 Subject: [PATCH] Adding javadoc --- .gitignore | 3 ++- nbproject/build-impl.xml | 19 ++++++++++++++----- nbproject/genfiles.properties | 6 +++--- nbproject/project.properties | 25 ++++++++++++++++++++++--- nbproject/project.xml | 1 + 5 files changed, 42 insertions(+), 12 deletions(-) diff --git a/.gitignore b/.gitignore index 15684fc..2215090 100644 --- a/.gitignore +++ b/.gitignore @@ -6,4 +6,5 @@ *.ear /bin /nbproject/private/ -/build/ \ No newline at end of file +/build/ +/dist/ \ No newline at end of file diff --git a/nbproject/build-impl.xml b/nbproject/build-impl.xml index 94775c3..d2992d2 100644 --- a/nbproject/build-impl.xml +++ b/nbproject/build-impl.xml @@ -125,6 +125,7 @@ is divided into following sections: + @@ -221,6 +222,7 @@ is divided into following sections: Must set src.dir + Must set src.dist.dir Must set test.test.dir Must set build.dir Must set dist.dir @@ -242,7 +244,7 @@ is divided into following sections: - + @@ -283,7 +285,7 @@ is divided into following sections: - + @@ -316,7 +318,7 @@ is divided into following sections: - + @@ -914,12 +916,13 @@ is divided into following sections: - + + @@ -940,7 +943,7 @@ is divided into following sections: Must select some files in the IDE or set javac.includes - + @@ -1206,6 +1209,9 @@ is divided into following sections: + + + @@ -1216,6 +1222,9 @@ is divided into following sections: + + + diff --git a/nbproject/genfiles.properties b/nbproject/genfiles.properties index 3cc6fb1..701256a 100644 --- a/nbproject/genfiles.properties +++ b/nbproject/genfiles.properties @@ -1,8 +1,8 @@ -build.xml.data.CRC32=a1d12633 +build.xml.data.CRC32=a70635da build.xml.script.CRC32=bfe30667 build.xml.stylesheet.CRC32=8064a381@1.68.1.46 # This file is used by a NetBeans-based IDE to track changes in generated files such as build-impl.xml. # Do not edit this file. You may delete it but then the IDE will never regenerate such files for you. -nbproject/build-impl.xml.data.CRC32=a1d12633 -nbproject/build-impl.xml.script.CRC32=4c28d0d3 +nbproject/build-impl.xml.data.CRC32=a70635da +nbproject/build-impl.xml.script.CRC32=65d62d9f nbproject/build-impl.xml.stylesheet.CRC32=5a01deb7@1.68.1.46 diff --git a/nbproject/project.properties b/nbproject/project.properties index f66f8a5..6375fac 100644 --- a/nbproject/project.properties +++ b/nbproject/project.properties @@ -3,12 +3,15 @@ annotation.processing.enabled.in.editor=false annotation.processing.processors.list= annotation.processing.run.all.processors=true annotation.processing.source.output=${build.generated.sources.dir}/ap-source-output +application.desc=Puzzles. +application.homepage=https://github.com/LaVloZ/Puzzles/ application.title=Puzzles -application.vendor=root +application.vendor=La VloZ auxiliary.org-netbeans-modules-projectimport-eclipse-core.key=src=src;output=bin; auxiliary.org-netbeans-modules-projectimport-eclipse-core.project=. auxiliary.org-netbeans-modules-projectimport-eclipse-core.timestamp=1384618043000 auxiliary.org-netbeans-modules-projectimport-eclipse-core.workspace=.. +auxiliary.org-netbeans-spi-editor-hints-projects.perProjectHintSettingsFile=nbproject/cfg_hints.xml build.classes.dir=${build.dir}/classes build.classes.excludes=**/*.java,**/*.form # This directory is removed when the project is cleaned: @@ -35,7 +38,9 @@ endorsed.classpath= excludes= file.reference.Puzzles-src=src includes=** +jar.archive.disabled=${jnlp.enabled} jar.compress=false +jar.index=${jnlp.enabled} javac.classpath=\ ${libs.junit_4.classpath} # Space-separated list of extra javac options @@ -51,7 +56,7 @@ javac.test.classpath=\ javac.test.processorpath=\ ${javac.test.classpath} javadoc.additionalparam= -javadoc.author=false +javadoc.author=true javadoc.encoding=${source.encoding} javadoc.noindex=false javadoc.nonavbar=false @@ -59,9 +64,22 @@ javadoc.notree=false javadoc.private=false javadoc.splitindex=true javadoc.use=true -javadoc.version=false +javadoc.version=true javadoc.windowtitle= +jnlp.codebase.type=no.codebase +jnlp.descriptor=application +jnlp.enabled=false +jnlp.mixed.code=default +jnlp.offline-allowed=false +jnlp.signed=false +jnlp.signing= +jnlp.signing.alias= +jnlp.signing.keystore= main.class=com.github.puzzles.test.Main +# Optional override of default Codebase manifest attribute, use to prevent RIAs from being repurposed +manifest.custom.codebase= +# Optional override of default Permissions manifest attribute (supported values: sandbox, all-permissions) +manifest.custom.permissions= meta.inf.dir=${src.dir}/META-INF mkdist.disabled=true platform.active=default_platform @@ -77,4 +95,5 @@ run.test.classpath=\ ${build.test.classes.dir} source.encoding=UTF-8 src.dir=${file.reference.Puzzles-src} +src.dist.dir=dist test.test.dir=test diff --git a/nbproject/project.xml b/nbproject/project.xml index 22d53fe..2339169 100644 --- a/nbproject/project.xml +++ b/nbproject/project.xml @@ -6,6 +6,7 @@ Puzzles + -- 2.11.4.GIT