From 4cf5da8fd932e9066228471044b2efc56201e167 Mon Sep 17 00:00:00 2001 From: Ulli Hafner Date: Thu, 14 Apr 2011 10:42:54 +0200 Subject: [PATCH] Added README and updated copyright date in license file. --- License.txt | 2 +- README.txt | 12 ++++++++++++ pom.xml | 2 +- 3 files changed, 14 insertions(+), 2 deletions(-) create mode 100644 README.txt diff --git a/License.txt b/License.txt index 676437dc5..a4abc770f 100644 --- a/License.txt +++ b/License.txt @@ -1,4 +1,4 @@ -Copyright (c) 2008 Dr. Ullrich Hafner +Copyright (c) 2008-2011 Dr. Ullrich Hafner Permission is hereby granted, free of charge, to any person obtaining a copy of this software and associated documentation diff --git a/README.txt b/README.txt new file mode 100644 index 000000000..88026059e --- /dev/null +++ b/README.txt @@ -0,0 +1,12 @@ + This Jenkins plug-in collects the compiler warnings of the project modules and + visualizes the results. It has built-in support for javac (ant, maven, command line), + Eclipse Java Compiler, JavaDoc Compiler, Hudson/Jenkins HPI, MSBuild, GCC, GNU Linker, + SUN Studio C++, Gnat (Ada), Erlang, PC-Lint compiler warnings (configuration of PcLint), + Eclipse Buckminster, Oracle Invalids, Doxygen, Robocopy, Perforce, Cobol, PHP, Flex. + + See: http://wiki.jenkins-ci.org/x/G4CGAQ + + All source code is licensed under the MIT license. + + Maintainer: Dr. Ullrich Hafner + diff --git a/pom.xml b/pom.xml index a18de83cf..6dd1b69e3 100644 --- a/pom.xml +++ b/pom.xml @@ -41,7 +41,7 @@ org.jvnet.hudson.plugins analysis-test - 1.4 + 1.5-SNAPSHOT test