Repository: ant Updated Branches: refs/heads/master ad2d3bccc -> 14b24bcc9
after all these years we still have some author tags left Project: http://git-wip-us.apache.org/repos/asf/ant/repo Commit: http://git-wip-us.apache.org/repos/asf/ant/commit/14b24bcc Tree: http://git-wip-us.apache.org/repos/asf/ant/tree/14b24bcc Diff: http://git-wip-us.apache.org/repos/asf/ant/diff/14b24bcc Branch: refs/heads/master Commit: 14b24bcc982b94cda087a9e4bad83db994f9a6eb Parents: ad2d3bc Author: Stefan Bodewig <[email protected]> Authored: Mon Nov 17 09:51:20 2014 +0100 Committer: Stefan Bodewig <[email protected]> Committed: Mon Nov 17 09:51:20 2014 +0100 ---------------------------------------------------------------------- CONTRIBUTORS | 1 + contributors.xml | 4 ++++ manual/Tasks/ccm.html | 1 - src/etc/ant-update.xsl | 4 +--- src/etc/coverage-frames.xsl | 2 -- src/etc/jdepend-frames.xsl | 2 -- src/etc/maudit-frames.xsl | 1 - src/etc/mmetrics-frames.xsl | 3 --- src/etc/testcases/taskdefs/manifest.xml | 3 +-- src/script/antRun.pl | 3 --- src/script/complete-ant-cmd.pl | 2 -- src/script/runant.pl | 3 --- src/script/runant.py | 5 +---- 13 files changed, 8 insertions(+), 26 deletions(-) ---------------------------------------------------------------------- http://git-wip-us.apache.org/repos/asf/ant/blob/14b24bcc/CONTRIBUTORS ---------------------------------------------------------------------- diff --git a/CONTRIBUTORS b/CONTRIBUTORS index 9c234d0..21e84fb 100644 --- a/CONTRIBUTORS +++ b/CONTRIBUTORS @@ -258,6 +258,7 @@ Michael Saunders Miha Mike Davis Mike Roberts +Mike Williams Miroslav Zaťko mnowostawski Mounir El Hajj http://git-wip-us.apache.org/repos/asf/ant/blob/14b24bcc/contributors.xml ---------------------------------------------------------------------- diff --git a/contributors.xml b/contributors.xml index 63e2030..4e6e88d 100644 --- a/contributors.xml +++ b/contributors.xml @@ -1054,6 +1054,10 @@ <last>Roberts</last> </name> <name> + <first>Mike</first> + <last>Williams</last> + </name> + <name> <first>Miroslav</first> <last>Zaťko</last> </name> http://git-wip-us.apache.org/repos/asf/ant/blob/14b24bcc/manual/Tasks/ccm.html ---------------------------------------------------------------------- diff --git a/manual/Tasks/ccm.html b/manual/Tasks/ccm.html index 92c13fd..9f4725f 100644 --- a/manual/Tasks/ccm.html +++ b/manual/Tasks/ccm.html @@ -35,7 +35,6 @@ <p>These Apache Ant tasks are wrappers around Continuus Source Manager. They have been tested against versions 5.1/6.2 on Windows 2000, but should work on other platforms with ccm installed.</p> -<p>author: <a href="mailto:[email protected]">Benoit Moussaud ([email protected]) </a></p> <hr> <h2><a name="ccmcheckin">CCMCheckin</a></h2> <h3>Description</h3> http://git-wip-us.apache.org/repos/asf/ant/blob/14b24bcc/src/etc/ant-update.xsl ---------------------------------------------------------------------- diff --git a/src/etc/ant-update.xsl b/src/etc/ant-update.xsl index 1ef87d9..c81a39f 100644 --- a/src/etc/ant-update.xsl +++ b/src/etc/ant-update.xsl @@ -29,8 +29,6 @@ !!!! Use at your own risk. !!!! - @author <a href="[email protected]">Stephane Bailliez</a> - --> @@ -116,4 +114,4 @@ </xsl:copy> </xsl:template> -</xsl:stylesheet> \ No newline at end of file +</xsl:stylesheet> http://git-wip-us.apache.org/repos/asf/ant/blob/14b24bcc/src/etc/coverage-frames.xsl ---------------------------------------------------------------------- diff --git a/src/etc/coverage-frames.xsl b/src/etc/coverage-frames.xsl index a55a52a..9603597 100644 --- a/src/etc/coverage-frames.xsl +++ b/src/etc/coverage-frames.xsl @@ -33,8 +33,6 @@ of a reference classpath so that you have the list of classes/methods that are not used at all in a given classpath. - @author Stephane Bailliez <a href="mailto:[email protected]"/> - --> <!-- default output directory is current directory --> http://git-wip-us.apache.org/repos/asf/ant/blob/14b24bcc/src/etc/jdepend-frames.xsl ---------------------------------------------------------------------- diff --git a/src/etc/jdepend-frames.xsl b/src/etc/jdepend-frames.xsl index ccc9dcc..8028734 100644 --- a/src/etc/jdepend-frames.xsl +++ b/src/etc/jdepend-frames.xsl @@ -28,8 +28,6 @@ It creates a set of HTML files a la javadoc where you can browse easily through all packages and classes. - @author <a href="mailto:[email protected]">Jeff Tulley</a> - --> <xsl:param name="output.dir" select="'.'"/> http://git-wip-us.apache.org/repos/asf/ant/blob/14b24bcc/src/etc/maudit-frames.xsl ---------------------------------------------------------------------- diff --git a/src/etc/maudit-frames.xsl b/src/etc/maudit-frames.xsl index 257c0c8..c81f8dc 100644 --- a/src/etc/maudit-frames.xsl +++ b/src/etc/maudit-frames.xsl @@ -28,7 +28,6 @@ It use the Xalan redirect extension to write to multiple output files. - @author Stephane Bailliez <a href="mailto:[email protected]"/> --> <xsl:param name="output.dir" select="'.'"/> http://git-wip-us.apache.org/repos/asf/ant/blob/14b24bcc/src/etc/mmetrics-frames.xsl ---------------------------------------------------------------------- diff --git a/src/etc/mmetrics-frames.xsl b/src/etc/mmetrics-frames.xsl index 8b4643a..2b0f6b8 100644 --- a/src/etc/mmetrics-frames.xsl +++ b/src/etc/mmetrics-frames.xsl @@ -23,9 +23,6 @@ See the License for the specific language governing permissions and limitations under the License. --> -<!-- - @author Stephane Bailliez <a href="mailto:[email protected]"/> - --> <xsl:param name="output.dir" select="'.'"/> <!-- default max value for the metrics --> http://git-wip-us.apache.org/repos/asf/ant/blob/14b24bcc/src/etc/testcases/taskdefs/manifest.xml ---------------------------------------------------------------------- diff --git a/src/etc/testcases/taskdefs/manifest.xml b/src/etc/testcases/taskdefs/manifest.xml index 9c2cdb4..aecaf96 100644 --- a/src/etc/testcases/taskdefs/manifest.xml +++ b/src/etc/testcases/taskdefs/manifest.xml @@ -16,8 +16,7 @@ limitations under the License. --> -<!-- Manifest tests build file - author: Conor MacNeill --> +<!-- Manifest tests build file --> <project name="manifest-test" basedir="." default="test1"> <import file="../buildfiletest-base.xml"/> http://git-wip-us.apache.org/repos/asf/ant/blob/14b24bcc/src/script/antRun.pl ---------------------------------------------------------------------- diff --git a/src/script/antRun.pl b/src/script/antRun.pl index dbea10f..0bc5cc5 100644 --- a/src/script/antRun.pl +++ b/src/script/antRun.pl @@ -21,9 +21,6 @@ # # wrapper script for invoking commands on a platform with Perl installed # this is akin to antRun.bat, and antRun the SH script -# -# created: 2001-10-18 -# author: Jeff Tulley [email protected] ####################################################################### #be fussy about variables use strict; http://git-wip-us.apache.org/repos/asf/ant/blob/14b24bcc/src/script/complete-ant-cmd.pl ---------------------------------------------------------------------- diff --git a/src/script/complete-ant-cmd.pl b/src/script/complete-ant-cmd.pl index e7b5c0c..8091921 100644 --- a/src/script/complete-ant-cmd.pl +++ b/src/script/complete-ant-cmd.pl @@ -30,8 +30,6 @@ # set -A reply $(COMP_LINE=$args_line complete-ant-cmd.pl ${args[1]} $1) # } # compctl -K ant_complete ant build.sh -# -# @author Mike Williams <[email protected]> my $cmdLine = $ENV{'COMP_LINE'}; my $antCmd = $ARGV[0]; http://git-wip-us.apache.org/repos/asf/ant/blob/14b24bcc/src/script/runant.pl ---------------------------------------------------------------------- diff --git a/src/script/runant.pl b/src/script/runant.pl index 5f8307a..fc26faa 100644 --- a/src/script/runant.pl +++ b/src/script/runant.pl @@ -28,9 +28,6 @@ # issues. oops. (NB, use File::Spec::Functions will help and the code is # structured for the catfile() call, but because of perl version funnies # the code is not included. -# -# created: 2000-8-24 -# author: Steve Loughran [email protected] ####################################################################### # # Assumptions: http://git-wip-us.apache.org/repos/asf/ant/blob/14b24bcc/src/script/runant.py ---------------------------------------------------------------------- diff --git a/src/script/runant.py b/src/script/runant.py index 9488a93..7111766 100644 --- a/src/script/runant.py +++ b/src/script/runant.py @@ -19,14 +19,11 @@ runant.py - This script is a translation of the runant.pl written by Steve Loughran. + This script is a translation of the runant.pl It runs ant with/out arguments, it should be quite portable (thanks to the python os library) This script has been tested with Python2.0/Win2K - created: 2001-04-11 - author: Pierre Dittgen [email protected] - Assumptions: - the "java" executable/script is on the command path
