/usr/share/doc/gradle/userguide/pt06.html is in gradle-doc 2.10-1.
This file is owned by root:root, with mode 0o644.
The actual contents of the file can be viewed below.
1 | <html><head><META http-equiv="Content-Type" content="text/html; charset=UTF-8"><title>Part VI. The Software model - Next generation Gradle builds</title><link xmlns:xslthl="http://xslthl.sf.net" type="text/css" rel="stylesheet" href="base.css"><link xmlns:xslthl="http://xslthl.sf.net" type="text/css" rel="stylesheet" href="docs.css"><link xmlns:xslthl="http://xslthl.sf.net" type="text/css" rel="stylesheet" href="userguide.css"><meta content="DocBook XSL Stylesheets V1.79.1" name="generator"><link rel="home" href="userguide.html" title="Gradle User Guide"><link rel="up" href="userguide.html" title="Gradle User Guide"><link rel="prev" href="idea_plugin.html" title="Chapter 64. The IDEA Plugin"><link rel="next" href="software_model.html" title="Chapter 65. Rule based model configuration"></head><body><div class="navheader"><div><div class="navbar"><a xmlns:xslthl="http://xslthl.sf.net" href="idea_plugin.html" title="Chapter 64. The IDEA Plugin">Previous</a><span>|</span><a xmlns:xslthl="http://xslthl.sf.net" href="userguide.html" title="Gradle User Guide">Contents</a><span>|</span><a xmlns:xslthl="http://xslthl.sf.net" href="software_model.html" title="Chapter 65. Rule based model configuration">Next</a></div></div></div><div class="part"><div class="titlepage"><div><div><h1 class="title"><a name="N1726C"></a>Part VI. The Software model - Next generation Gradle builds</h1></div></div></div><div class="toc"><p><b>Table of Contents</b></p><dl class="toc"><dt><span class="chapter"><a href="software_model.html">65. Rule based model configuration</a></span></dt><dd><dl><dt><span class="section"><a href="software_model.html#N172AF">65.1. Background</a></span></dt><dt><span class="section"><a href="software_model.html#N172BE">65.2. Motivations for change</a></span></dt><dt><span class="section"><a href="software_model.html#N172D9">65.3. Concepts</a></span></dt><dt><span class="section"><a href="software_model.html#N1756F">65.4. Rule sources</a></span></dt><dt><span class="section"><a href="software_model.html#model-dsl">65.5. The model DSL</a></span></dt><dt><span class="section"><a href="software_model.html#model-report">65.6. The model report</a></span></dt><dt><span class="section"><a href="software_model.html#N177DD">65.7. Limitations and future direction</a></span></dt></dl></dd><dt><span class="chapter"><a href="software_model_concepts.html">66. Software model concepts</a></span></dt><dt><span class="chapter"><a href="java_software.html">67. Building Java Libraries</a></span></dt><dd><dl><dt><span class="section"><a href="java_software.html#N17838">67.1. Features</a></span></dt><dt><span class="section"><a href="java_software.html#N17850">67.2. Java Software Model</a></span></dt><dt><span class="section"><a href="java_software.html#N17863">67.3. Usage</a></span></dt><dt><span class="section"><a href="java_software.html#N17872">67.4. Creating a library</a></span></dt><dt><span class="section"><a href="java_software.html#N178A9">67.5. Source Sets</a></span></dt><dt><span class="section"><a href="java_software.html#N178FC">67.6. Tasks</a></span></dt><dt><span class="section"><a href="java_software.html#N1799D">67.7. Finding out more about your project</a></span></dt><dt><span class="section"><a href="java_software.html#N179AF">67.8. Dependencies</a></span></dt><dt><span class="section"><a href="java_software.html#defining_api">67.9. Defining a Library API</a></span></dt><dt><span class="section"><a href="java_software.html#N17BAA">67.10. Platform aware dependency management</a></span></dt><dt><span class="section"><a href="java_software.html#N17C3C">67.11. Custom variant resolution</a></span></dt></dl></dd><dt><span class="chapter"><a href="play_plugin.html">68. Building Play applications</a></span></dt><dd><dl><dt><span class="section"><a href="play_plugin.html#N17C64">68.1. Usage</a></span></dt><dt><span class="section"><a href="play_plugin.html#N17C78">68.2. Limitations</a></span></dt><dt><span class="section"><a href="play_plugin.html#N17C87">68.3. Software Model</a></span></dt><dt><span class="section"><a href="play_plugin.html#N17D38">68.4. Project Layout</a></span></dt><dt><span class="section"><a href="play_plugin.html#N17D43">68.5. Tasks</a></span></dt><dt><span class="section"><a href="play_plugin.html#N17E53">68.6. Finding out more about your project</a></span></dt><dt><span class="section"><a href="play_plugin.html#play_continuous_build">68.7. Running a Play application</a></span></dt><dt><span class="section"><a href="play_plugin.html#configuring_play">68.8. Configuring a Play application</a></span></dt><dt><span class="section"><a href="play_plugin.html#N17F1F">68.9. Multi-project Play applications</a></span></dt><dt><span class="section"><a href="play_plugin.html#N17F39">68.10. Packaging a Play application for distribution</a></span></dt><dt><span class="section"><a href="play_plugin.html#N17FE3">68.11. Resources</a></span></dt></dl></dd><dt><span class="chapter"><a href="native_software.html">69. Building native software</a></span></dt><dd><dl><dt><span class="section"><a href="native_software.html#N1803A">69.1. Features</a></span></dt><dt><span class="section"><a href="native_software.html#N18058">69.2. Supported languages</a></span></dt><dt><span class="section"><a href="native_software.html#native-binaries:tool-chain-support">69.3. Tool chain support</a></span></dt><dt><span class="section"><a href="native_software.html#N18113">69.4. Tool chain installation</a></span></dt><dt><span class="section"><a href="native_software.html#N18131">69.5. Native software model</a></span></dt><dt><span class="section"><a href="native_software.html#N18163">69.6. Parallel Compilation</a></span></dt><dt><span class="section"><a href="native_software.html#N18176">69.7. Building a library</a></span></dt><dt><span class="section"><a href="native_software.html#N1819C">69.8. Building an executable</a></span></dt><dt><span class="section"><a href="native_software.html#N181C4">69.9. Tasks</a></span></dt><dt><span class="section"><a href="native_software.html#N1824B">69.10. Finding out more about your project</a></span></dt><dt><span class="section"><a href="native_software.html#native_binaries:languages">69.11. Language support</a></span></dt><dt><span class="section"><a href="native_software.html#N1836E">69.12. Configuring the compiler, assembler and linker</a></span></dt><dt><span class="section"><a href="native_software.html#native_binaries:windows-resources">69.13. Windows Resources</a></span></dt><dt><span class="section"><a href="native_software.html#N18402">69.14. Library Dependencies</a></span></dt><dt><span class="section"><a href="native_software.html#native_binaries:preCompiledHeaders">69.15. Precompiled Headers</a></span></dt><dt><span class="section"><a href="native_software.html#native_binaries:variants">69.16. Native Binary Variants</a></span></dt><dt><span class="section"><a href="native_software.html#native_binaries:tool_chain">69.17. Tool chains</a></span></dt><dt><span class="section"><a href="native_software.html#native_binaries:visual_studio">69.18. Visual Studio IDE integration</a></span></dt><dt><span class="section"><a href="native_software.html#native_binaries:cunit">69.19. CUnit support</a></span></dt><dt><span class="section"><a href="native_software.html#native_binaries:google_test">69.20. GoogleTest support</a></span></dt></dl></dd></dl></div></div><div class="navfooter"><div><div class="navbar"><a xmlns:xslthl="http://xslthl.sf.net" href="idea_plugin.html" title="Chapter 64. The IDEA Plugin">Previous</a><span>|</span><a xmlns:xslthl="http://xslthl.sf.net" href="userguide.html" title="Gradle User Guide">Contents</a><span>|</span><a xmlns:xslthl="http://xslthl.sf.net" href="software_model.html" title="Chapter 65. Rule based model configuration">Next</a></div></div></div></body></html>
|