This is an automated email from the git hooks/post-receive script. seamlik-guest pushed a commit to branch master in repository gradle.
commit 42815ffc8f71ba4b792d900a841751ef260f5162 Author: Kai-Chung Yan <[email protected]> Date: Sun Jun 28 19:23:18 2015 +0800 d/control: Unify indentation of plugin descriptions --- debian/control | 51 ++++++++++++++++++++++++--------------------------- 1 file changed, 24 insertions(+), 27 deletions(-) diff --git a/debian/control b/debian/control index 2fc2fa2..7d3f5a7 100644 --- a/debian/control +++ b/debian/control @@ -213,59 +213,57 @@ Description: Groovy based build system - All plugins and the convenience of a build-by-convention behavior. . This package contains the following Gradle plugins: - * announce plugin: Publish messages to your favourite platforms, such as - Twitter or Growl. + * announce: Publish messages to your favourite platforms, such as + Twitter or Growl. * antlr: Adds support for generating parsers using Antlr. * application: Adds tasks for running and bundling a Java project as a - command-line application. + command-line application. * assembler: Adds native assembly language capabilities to a project. * build-announcements: Sends local announcements to your desktop about - interesting events in the build lifecycle. + interesting events in the build lifecycle. * build-dashboard: Generates build dashboard report. * build-init: Adds support for initializing a new Gradle build. Handles - converting a Maven build to a Gradle build. + onverting a Maven build to a Gradle build. * c: Adds C source compilation capabilities to a project. * checkstyle: Performs quality checks on your project's Java source files - using Checkstyle and generates reports from these checks. + using Checkstyle and generates reports from these checks. * codenarc: Performs quality checks on your project's Groovy source files - using CodeNarc and generates reports from these checks. + using CodeNarc and generates reports from these checks. * cpp: Adds C++ source compilation capabilities to a project. * cunit: Adds support for running CUnit tests. * distribution: Adds support for building ZIP and TAR distributions. * ear: Adds support for building J2EE applications. * eclipse: Generates files that are used by Eclipse IDE, thus making it - possible to import the project into Eclipse. + possible to import the project into Eclipse. * eclipse-wtp: Does the same as the eclipse plugin plus generates eclipse WTP - (Web Tools Platform) configuration files. After importing to - eclipse your war/ear projects should be configured to work with - WTP. + (Web Tools Platform) configuration files. After importing to eclipse your + war/ear projects should be configured to work with WTP. * findbugs: Performs quality checks on your project's Java source files using - FindBugs and generates reports from these checks. + FindBugs and generates reports from these checks. * groovy: Adds support for building Groovy projects. * idea: Generates files that are used by Intellij IDEA IDE, thus making it - possible to import the project into IDEA. + possible to import the project into IDEA. * ivy-publish: This plugin provides a new DSL to support publishing artifacts - to Ivy repositories, which improves on the existing DSL. + to Ivy repositories, which improves on the existing DSL. * jacoco: Provides integration with the JaCoCo code coverage library for Java. * java: Adds Java compilation, testing and bundling capabilities to a project. * java-library-distribution: Adds support for building ZIP and TAR - distributions for a Java library. + distributions for a Java library. * jdepend: Performs quality checks on your project's source files using - JDepend and generates reports from these checks. + Depend and generates reports from these checks. * jetty: Deploys your web application to a Jetty web container embedded in the - build. + build. * maven: Adds support for publishing artifacts to Maven repositories. * maven-publish: This plugin provides a new DSL to support publishing - artifacts to Maven repositories, which improves on the - existing DSL. + artifacts to Maven repositories, which improves on the existing DSL. * objective-c: Adds Objective-C source compilation capabilities to a project. * objective-cpp: Adds Objective-C++ source compilation capabilities to a - project. + project. * osgi: Adds support for building OSGi bundles. * pmd: Performs quality checks on your project's Java source files using PMD - and generates reports from these checks. + and generates reports from these checks. * project-report: Generates reports containing useful information about your - Gradle build. + Gradle build. * scala: Adds support for building Scala projects. * signing: Adds the ability to digitally sign built files and artifacts. * signing plugin: Adds the ability to digitally sign built files and @@ -273,7 +271,7 @@ Description: Groovy based build system - All plugins * visual-studio: Adds integration with Visual Studio. * war: Adds support for assembling web application WAR files. * windows-resources: Adds support for including Windows resources in native - binaries. + binaries. * wrapper: Adds a Wrapper task for generating Gradle wrapper files. Package: gradle-doc @@ -283,9 +281,7 @@ Depends: default-jdk-doc, groovy-doc, libmaven2-core-java-doc, ${misc:Depends} -Description: Documentation for gradle - Documentation for the Gradle core library. - . +Description: Documentation for Gradle Gradle is a build system written in Groovy. It uses Groovy also as the language for its build scripts. It has a powerful multi-project build support. It has a layer on top of Ivy @@ -293,4 +289,5 @@ Description: Documentation for gradle gives you always the choice between the flexibility of Ant and the convenience of a build-by-convention behavior. . - This package contains the Gradle API Javadoc and Groovydoc. + This package contains the Gradle User Guide, Gradle API Javadoc and Groovydoc + and the Gradle DSL Reference. -- Alioth's /usr/local/bin/git-commit-notice on /srv/git.debian.org/git/pkg-java/gradle.git _______________________________________________ pkg-java-commits mailing list [email protected] http://lists.alioth.debian.org/cgi-bin/mailman/listinfo/pkg-java-commits

