Browse Source

after all these years we still have some author tags left

master
Stefan Bodewig 10 years ago
parent
commit
14b24bcc98
13 changed files with 8 additions and 26 deletions
  1. +1
    -0
      CONTRIBUTORS
  2. +4
    -0
      contributors.xml
  3. +0
    -1
      manual/Tasks/ccm.html
  4. +1
    -3
      src/etc/ant-update.xsl
  5. +0
    -2
      src/etc/coverage-frames.xsl
  6. +0
    -2
      src/etc/jdepend-frames.xsl
  7. +0
    -1
      src/etc/maudit-frames.xsl
  8. +0
    -3
      src/etc/mmetrics-frames.xsl
  9. +1
    -2
      src/etc/testcases/taskdefs/manifest.xml
  10. +0
    -3
      src/script/antRun.pl
  11. +0
    -2
      src/script/complete-ant-cmd.pl
  12. +0
    -3
      src/script/runant.pl
  13. +1
    -4
      src/script/runant.py

+ 1
- 0
CONTRIBUTORS View File

@@ -258,6 +258,7 @@ Michael Saunders
Miha Miha
Mike Davis Mike Davis
Mike Roberts Mike Roberts
Mike Williams
Miroslav Zaťko Miroslav Zaťko
mnowostawski mnowostawski
Mounir El Hajj Mounir El Hajj


+ 4
- 0
contributors.xml View File

@@ -1053,6 +1053,10 @@
<first>Mike</first> <first>Mike</first>
<last>Roberts</last> <last>Roberts</last>
</name> </name>
<name>
<first>Mike</first>
<last>Williams</last>
</name>
<name> <name>
<first>Miroslav</first> <first>Miroslav</first>
<last>Zaťko</last> <last>Zaťko</last>


+ 0
- 1
manual/Tasks/ccm.html View File

@@ -35,7 +35,6 @@


<p>These Apache Ant tasks are wrappers around Continuus Source Manager. They have been tested <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> against versions 5.1/6.2 on Windows 2000, but should work on other platforms with ccm installed.</p>
<p>author: <a href="mailto:benoit.moussaud@criltelecom.com">Benoit Moussaud (benoit.moussaud@criltelecom.com) </a></p>
<hr> <hr>
<h2><a name="ccmcheckin">CCMCheckin</a></h2> <h2><a name="ccmcheckin">CCMCheckin</a></h2>
<h3>Description</h3> <h3>Description</h3>


+ 1
- 3
src/etc/ant-update.xsl View File

@@ -29,8 +29,6 @@
!!!! Use at your own risk. !!!! !!!! Use at your own risk. !!!!
@author <a href="sbailliez@apache.org">Stephane Bailliez</a>
--> -->
@@ -116,4 +114,4 @@
</xsl:copy> </xsl:copy>
</xsl:template> </xsl:template>
</xsl:stylesheet>
</xsl:stylesheet>

+ 0
- 2
src/etc/coverage-frames.xsl View File

@@ -33,8 +33,6 @@
of a reference classpath so that you have the list of classes/methods of a reference classpath so that you have the list of classes/methods
that are not used at all in a given classpath. that are not used at all in a given classpath.


@author Stephane Bailliez <a href="mailto:sbailliez@apache.org"/>

--> -->


<!-- default output directory is current directory --> <!-- default output directory is current directory -->


+ 0
- 2
src/etc/jdepend-frames.xsl View File

@@ -28,8 +28,6 @@
It creates a set of HTML files a la javadoc where you can browse easily It creates a set of HTML files a la javadoc where you can browse easily
through all packages and classes. through all packages and classes.


@author <a href="mailto:jtulley@novell.com">Jeff Tulley</a>

--> -->
<xsl:param name="output.dir" select="'.'"/> <xsl:param name="output.dir" select="'.'"/>




+ 0
- 1
src/etc/maudit-frames.xsl View File

@@ -28,7 +28,6 @@


It use the Xalan redirect extension to write to multiple output files. It use the Xalan redirect extension to write to multiple output files.


@author Stephane Bailliez <a href="mailto:sbailliez@apache.org"/>
--> -->


<xsl:param name="output.dir" select="'.'"/> <xsl:param name="output.dir" select="'.'"/>


+ 0
- 3
src/etc/mmetrics-frames.xsl View File

@@ -23,9 +23,6 @@
See the License for the specific language governing permissions and See the License for the specific language governing permissions and
limitations under the License. limitations under the License.
--> -->
<!--
@author Stephane Bailliez <a href="mailto:sbailliez@apache.org"/>
-->
<xsl:param name="output.dir" select="'.'"/> <xsl:param name="output.dir" select="'.'"/>


<!-- default max value for the metrics --> <!-- default max value for the metrics -->


+ 1
- 2
src/etc/testcases/taskdefs/manifest.xml View File

@@ -16,8 +16,7 @@
limitations under the License. limitations under the License.
--> -->


<!-- Manifest tests build file
author: Conor MacNeill -->
<!-- Manifest tests build file -->
<project name="manifest-test" basedir="." default="test1"> <project name="manifest-test" basedir="." default="test1">
<import file="../buildfiletest-base.xml"/> <import file="../buildfiletest-base.xml"/>




+ 0
- 3
src/script/antRun.pl View File

@@ -21,9 +21,6 @@
# #
# wrapper script for invoking commands on a platform with Perl installed # wrapper script for invoking commands on a platform with Perl installed
# this is akin to antRun.bat, and antRun the SH script # this is akin to antRun.bat, and antRun the SH script
#
# created: 2001-10-18
# author: Jeff Tulley jtulley@novell.com
####################################################################### #######################################################################
#be fussy about variables #be fussy about variables
use strict; use strict;


+ 0
- 2
src/script/complete-ant-cmd.pl View File

@@ -30,8 +30,6 @@
# set -A reply $(COMP_LINE=$args_line complete-ant-cmd.pl ${args[1]} $1) # set -A reply $(COMP_LINE=$args_line complete-ant-cmd.pl ${args[1]} $1)
# } # }
# compctl -K ant_complete ant build.sh # compctl -K ant_complete ant build.sh
#
# @author Mike Williams <mikew@cortexebusiness.com.au>


my $cmdLine = $ENV{'COMP_LINE'}; my $cmdLine = $ENV{'COMP_LINE'};
my $antCmd = $ARGV[0]; my $antCmd = $ARGV[0];


+ 0
- 3
src/script/runant.pl View File

@@ -28,9 +28,6 @@
# issues. oops. (NB, use File::Spec::Functions will help and the code is # issues. oops. (NB, use File::Spec::Functions will help and the code is
# structured for the catfile() call, but because of perl version funnies # structured for the catfile() call, but because of perl version funnies
# the code is not included. # the code is not included.
#
# created: 2000-8-24
# author: Steve Loughran steve_l@sourceforge.net
####################################################################### #######################################################################
# #
# Assumptions: # Assumptions:


+ 1
- 4
src/script/runant.py View File

@@ -19,14 +19,11 @@


runant.py 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 It runs ant with/out arguments, it should be quite portable (thanks to
the python os library) the python os library)
This script has been tested with Python2.0/Win2K This script has been tested with Python2.0/Win2K


created: 2001-04-11
author: Pierre Dittgen pierre.dittgen@criltelecom.com

Assumptions: Assumptions:


- the "java" executable/script is on the command path - the "java" executable/script is on the command path


Loading…
Cancel
Save