aboutsummaryrefslogtreecommitdiffstats
path: root/doc/reference/items/convenience/javaclasscollection.qdoc
diff options
context:
space:
mode:
Diffstat (limited to 'doc/reference/items/convenience/javaclasscollection.qdoc')
-rw-r--r--doc/reference/items/convenience/javaclasscollection.qdoc22
1 files changed, 11 insertions, 11 deletions
diff --git a/doc/reference/items/convenience/javaclasscollection.qdoc b/doc/reference/items/convenience/javaclasscollection.qdoc
index 38ef1d46a..0cb40cb46 100644
--- a/doc/reference/items/convenience/javaclasscollection.qdoc
+++ b/doc/reference/items/convenience/javaclasscollection.qdoc
@@ -1,6 +1,6 @@
/****************************************************************************
**
-** Copyright (C) 2016 The Qt Company Ltd.
+** Copyright (C) 2017 The Qt Company Ltd.
** Contact: https://www.qt.io/licensing/
**
** This file is part of Qbs.
@@ -26,18 +26,18 @@
****************************************************************************/
/*!
\contentspage list-of-convenience-items.html
- \page javaclasscollection-item.html
- \previouspage installpackage-item.html
- \nextpage javajarfile-item.html
- \ingroup list-of-convenience-items
+ \previouspage InstallPackage
+ \nextpage JavaJarFile
+ \qmltype JavaClassCollection
+ \inherits Product
+ \inqmlmodule QbsConvenienceItems
\ingroup list-of-items
\keyword QML.JavaClassCollection
- \title JavaClassCollection Item
- \brief Represents a collection of Java class files not bundled in a jar file.
-
- A \c JavaClassCollection item is a convenience item that has a dependency on the
- \l{Module java}{Java module} and whose type is \c{["java.class"]}. If the files
- should end up in a jar file, you should use a \l{JavaJarFile Item}{JavaJarFile} instead.
+ \brief Collection of Java class files not bundled in a jar file.
+ A JavaClassCollection item is a \l{Product}{product} of the \l{Product::}
+ {type} \c{"java.class"} that has a dependency on the \l{Module java}{Java module}.
+ If the files should end up in a jar file, you should use \l{JavaJarFile}
+ instead.
*/