-
Notifications
You must be signed in to change notification settings - Fork 5
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
Next (yet unstable) release synchronization of added features
(Insert-Document on placeholders, extended values...). Currently unstable, but used and tested.
- Loading branch information
Moritz Riebe
committed
May 11, 2016
1 parent
92dfe5f
commit 88d8e77
Showing
7 changed files
with
1,197 additions
and
99 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -1,91 +1,91 @@ | ||
auxiliary.org-netbeans-spi-editor-hints-projects.perProjectHintSettingsFile=nbproject/cfg_hints.xml | ||
#Mon Nov 16 15:32:04 CET 2015 | ||
excludes= | ||
file.reference.hamcrest-core-1.3.jar=third-party/hamcrest-core-1.3.jar | ||
file.reference.javax.annotation_2.0.2_jsr305_impl.jar=third-party/javax.annotation_2.0.2_jsr305_impl.jar | ||
file.reference.junit-4.12.jar=third-party/junit-4.12.jar | ||
jar.archive.disabled=${jnlp.enabled} | ||
jar.index=${jnlp.enabled} | ||
javac.deprecation=true | ||
build.test.results.dir=${build.dir}/test/results | ||
javac.external.vm=false | ||
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= | ||
# Optional override of default Application-Library-Allowable-Codebase attribute identifying the locations where your signed RIA is expected to be found. | ||
manifest.custom.application.library.allowable.codebase= | ||
# Optional override of default Caller-Allowable-Codebase attribute identifying the domains from which JavaScript code can make calls to your RIA without security prompts. | ||
manifest.custom.caller.allowable.codebase= | ||
# 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= | ||
run.classpath=\ | ||
${javac.classpath}:\ | ||
${build.classes.dir} | ||
javadoc.nonavbar=false | ||
application.homepage= | ||
run.test.classpath=\ | ||
${javac.test.classpath}:\ | ||
${build.test.classes.dir} | ||
annotation.processing.source.output=${build.generated.sources.dir}/ap-source-output | ||
javac.processorpath=\ | ||
${javac.classpath} | ||
javac.target=1.8 | ||
annotation.processing.processors.list= | ||
javadoc.noindex=false | ||
javadoc.additionalparam=-header "MZ Office Document API (Moritz Riebe und Andreas Zaschka GbR)" | ||
includes=** | ||
build.classes.dir=${build.dir}/classes | ||
source.encoding=UTF-8 | ||
javadoc.author=true | ||
test.src.dir=test | ||
build.dir=build | ||
build.test.classes.dir=${build.dir}/test/classes | ||
platform.active=default_platform | ||
javac.compilerargs= | ||
dist.jar=${dist.dir}/com.mz.solutions.office_lib.jar | ||
javac.test.processorpath=${javac.test.classpath} | ||
javadoc.use=true | ||
dist.archive.excludes= | ||
build.sysclasspath=ignore | ||
debug.test.classpath=${run.test.classpath} | ||
dist.dir=dist | ||
build.classes.excludes=**/*.java,**/*.form | ||
javadoc.splitindex=true | ||
javadoc.encoding=${source.encoding} | ||
javac.source=1.8 | ||
application.vendor=Moritz Riebe und Andreas Zaschka GbR | ||
junit.selected.version=4 | ||
debug.classpath=${run.classpath} | ||
project.licensePath=license/LICENSE_HEADER_AGPL3.TXT | ||
run.jvmargs= | ||
build.generated.dir=${build.dir}/generated | ||
jar.compress=false | ||
javac.test.classpath=\ | ||
${javac.classpath}:\ | ||
${build.classes.dir}:\ | ||
${file.reference.hamcrest-core-1.3.jar}:\ | ||
${file.reference.junit-4.12.jar} | ||
javadoc.private=false | ||
annotation.processing.run.all.processors=true | ||
application.title=MZ Office Document API | ||
meta.inf.dir=${src.dir}/META-INF | ||
annotation.processing.enabled=true | ||
dist.javadoc.dir=${dist.dir}/javadoc | ||
src.dir=src | ||
mkdist.disabled=true | ||
endorsed.classpath= | ||
javac.classpath=\ | ||
${file.reference.javax.annotation_2.0.2_jsr305_impl.jar} | ||
annotation.processing.enabled.in.editor=false | ||
build.generated.sources.dir=${build.dir}/generated-sources | ||
javadoc.version=true | ||
javadoc.windowtitle=MZ Office Document API (Moritz Riebe und Andreas Zaschka GbR) | ||
javadoc.notree=false | ||
auxiliary.org-netbeans-spi-editor-hints-projects.perProjectHintSettingsFile=nbproject/cfg_hints.xml | ||
#Mon Nov 16 15:32:04 CET 2015 | ||
excludes= | ||
file.reference.hamcrest-core-1.3.jar=third-party/hamcrest-core-1.3.jar | ||
file.reference.javax.annotation_2.0.2_jsr305_impl.jar=third-party/javax.annotation_2.0.2_jsr305_impl.jar | ||
file.reference.junit-4.12.jar=third-party/junit-4.12.jar | ||
jar.archive.disabled=${jnlp.enabled} | ||
jar.index=${jnlp.enabled} | ||
javac.deprecation=true | ||
build.test.results.dir=${build.dir}/test/results | ||
javac.external.vm=false | ||
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= | ||
# Optional override of default Application-Library-Allowable-Codebase attribute identifying the locations where your signed RIA is expected to be found. | ||
manifest.custom.application.library.allowable.codebase= | ||
# Optional override of default Caller-Allowable-Codebase attribute identifying the domains from which JavaScript code can make calls to your RIA without security prompts. | ||
manifest.custom.caller.allowable.codebase= | ||
# 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= | ||
run.classpath=\ | ||
${javac.classpath}:\ | ||
${build.classes.dir} | ||
javadoc.nonavbar=false | ||
application.homepage= | ||
run.test.classpath=\ | ||
${javac.test.classpath}:\ | ||
${build.test.classes.dir} | ||
annotation.processing.source.output=${build.generated.sources.dir}/ap-source-output | ||
javac.processorpath=\ | ||
${javac.classpath} | ||
javac.target=1.8 | ||
annotation.processing.processors.list= | ||
javadoc.noindex=false | ||
javadoc.additionalparam=-header "MZ Office Document API (Moritz Riebe und Andreas Zaschka GbR)" | ||
includes=** | ||
build.classes.dir=${build.dir}/classes | ||
source.encoding=UTF-8 | ||
javadoc.author=true | ||
test.src.dir=test | ||
build.dir=build | ||
build.test.classes.dir=${build.dir}/test/classes | ||
platform.active=default_platform | ||
javac.compilerargs=-Xlint:unchecked | ||
dist.jar=${dist.dir}/com.mz.solutions.office_lib.jar | ||
javac.test.processorpath=${javac.test.classpath} | ||
javadoc.use=true | ||
dist.archive.excludes= | ||
build.sysclasspath=ignore | ||
debug.test.classpath=${run.test.classpath} | ||
dist.dir=dist | ||
build.classes.excludes=**/*.java,**/*.form | ||
javadoc.splitindex=true | ||
javadoc.encoding=${source.encoding} | ||
javac.source=1.8 | ||
application.vendor=Moritz Riebe und Andreas Zaschka GbR | ||
junit.selected.version=4 | ||
debug.classpath=${run.classpath} | ||
project.licensePath=license/LICENSE_HEADER_AGPL3.TXT | ||
run.jvmargs= | ||
build.generated.dir=${build.dir}/generated | ||
jar.compress=false | ||
javac.test.classpath=\ | ||
${javac.classpath}:\ | ||
${build.classes.dir}:\ | ||
${file.reference.hamcrest-core-1.3.jar}:\ | ||
${file.reference.junit-4.12.jar} | ||
javadoc.private=false | ||
annotation.processing.run.all.processors=true | ||
application.title=MZ Office Document API | ||
meta.inf.dir=${src.dir}/META-INF | ||
annotation.processing.enabled=true | ||
dist.javadoc.dir=${dist.dir}/javadoc | ||
src.dir=src | ||
mkdist.disabled=true | ||
endorsed.classpath= | ||
javac.classpath=\ | ||
${file.reference.javax.annotation_2.0.2_jsr305_impl.jar} | ||
annotation.processing.enabled.in.editor=false | ||
build.generated.sources.dir=${build.dir}/generated-sources | ||
javadoc.version=true | ||
javadoc.windowtitle=MZ Office Document API (Moritz Riebe und Andreas Zaschka GbR) | ||
javadoc.notree=false |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Oops, something went wrong.