aboutsummaryrefslogtreecommitdiffstats
path: root/doc
diff options
context:
space:
mode:
authorChristian Kandeler <christian.kandeler@qt.io>2017-05-12 14:06:56 +0200
committerChristian Kandeler <christian.kandeler@qt.io>2017-05-12 14:07:10 +0200
commit002bb5a439224c0351753f4d6ff3668cc2b4fc22 (patch)
treee6339f8448410a8ca1f2c36221ebbdafcef528bf /doc
parent44394102b24d644db1d2865fd707ae520ee4dbec (diff)
parent130897199664f52d737ad4f3e24df19ccfbdee93 (diff)
Merge 1.8 into master
Diffstat (limited to 'doc')
-rw-r--r--doc/reference/modules/java-module.qdoc21
1 files changed, 10 insertions, 11 deletions
diff --git a/doc/reference/modules/java-module.qdoc b/doc/reference/modules/java-module.qdoc
index 8a3511ac5..6b0ba6e8e 100644
--- a/doc/reference/modules/java-module.qdoc
+++ b/doc/reference/modules/java-module.qdoc
@@ -152,17 +152,9 @@
\li 1.4.2
\li undefined
\li The properties to add to the manifest file when building a JAR.
- The contents of this property will be aggregated with the values from \c{manifestFile}.
- If \c{manifest} and \c{manifestFile} contain the same key, the former will take
- precedence. If undefined, will not be taken into account.
- \row
- \li manifestFile
- \li path
- \li 1.4.2
- \li undefined
- \li The manifest file to embed when building a JAR.
- The contents of this file will be aggregated with the values in \c{manifest}.
- If \c{manifestFile} and \c{manifest} contain the same key, the latter will take
+ The contents of this property will be aggregated with the values from any files tagged
+ \c{"java.manifest"} (see below).
+ If \c{manifest} and a manifest file contain the same key, the former will take
precedence. If undefined, will not be taken into account.
\row
\li manifestClassPath
@@ -204,6 +196,13 @@
\li \c{*.java}
\li 1.4
\li Source files with this tag serve as inputs to the rule running the \c javac tool.
+ \row
+ \li \c{"java.manifest"}
+ \li \c{*.mf}
+ \li 1.8
+ \li The contents of files with this tag will be aggregated with the values in
+ \c{java.manifest}. If a manifest file and \c{java.manifest} contain the same key, the
+ latter will take precedence. If undefined, will not be taken into account.
\endtable
*/