From: Roland Haeder Date: Thu, 1 Oct 2015 08:32:01 +0000 (+0200) Subject: renamed documentation title + removed execute options as this is a library X-Git-Url: https://git.mxchange.org/?a=commitdiff_plain;h=fd10440bbc811da5286f963839f72a800db03662;p=jfinancials-lib.git renamed documentation title + removed execute options as this is a library Signed-off-by:Roland Häder --- diff --git a/nbproject/project.properties b/nbproject/project.properties index 425beda..4bf46ac 100644 --- a/nbproject/project.properties +++ b/nbproject/project.properties @@ -64,7 +64,7 @@ javadoc.private=true javadoc.splitindex=true javadoc.use=true javadoc.version=true -javadoc.windowtitle=Addressbook Documentation +javadoc.windowtitle=Addressbook Library jnlp.codebase.type=no.codebase jnlp.descriptor=application jnlp.enabled=false @@ -74,7 +74,6 @@ jnlp.signed=false jnlp.signing= jnlp.signing.alias= jnlp.signing.keystore= -main.class=org.mxchange.addressbook.application.AddressbookApplication # 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) @@ -87,10 +86,6 @@ project.license=gpl30 run.classpath=\ ${javac.classpath}:\ ${build.classes.dir} -# Space-separated list of JVM arguments used when running the project. -# You may also define separate properties like run-sys-prop.name=value instead of -Dname=value. -# To set system properties for unit tests define test-sys-prop.name=value: -run.jvmargs=-ea run.test.classpath=\ ${javac.test.classpath}:\ ${build.test.classes.dir}