aboutsummaryrefslogtreecommitdiffstats
path: root/share
diff options
context:
space:
mode:
authorJoerg Bornemann <joerg.bornemann@qt.io>2017-08-21 12:01:51 +0200
committerJoerg Bornemann <joerg.bornemann@qt.io>2017-08-21 13:01:06 +0000
commitf785848b39caa29d9c357e1b34e5800695fd3d29 (patch)
tree9cc9cf1ee241a23c34f7e2ee42a7f11fde7bc30e /share
parentb04cb4103cf5b53a2050c8dc85568fd7be5bc9b0 (diff)
Remove java.manifestFile
This property was scheduled for removal in 1.9 already. Change-Id: I303a89e421575c01911222c9a53386639492a294 Reviewed-by: Christian Kandeler <christian.kandeler@qt.io>
Diffstat (limited to 'share')
-rw-r--r--share/qbs/modules/java/JavaModule.qbs1
1 files changed, 0 insertions, 1 deletions
diff --git a/share/qbs/modules/java/JavaModule.qbs b/share/qbs/modules/java/JavaModule.qbs
index 7f0bb080c..f9bbc583a 100644
--- a/share/qbs/modules/java/JavaModule.qbs
+++ b/share/qbs/modules/java/JavaModule.qbs
@@ -89,7 +89,6 @@ Module {
description: "properties to add to the manifest file when building a JAR"
}
- property path manifestFile
PropertyOptions {
name: "manifestFile"
description: "Use files tagged \"java.manifest\" instead."