| @@ -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 | ||||
| @@ -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> | ||||
| @@ -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> | ||||
| @@ -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> | |||||
| @@ -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 --> | ||||
| @@ -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="'.'"/> | ||||
| @@ -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="'.'"/> | ||||
| @@ -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 --> | ||||
| @@ -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"/> | ||||
| @@ -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; | ||||
| @@ -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]; | ||||
| @@ -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: | ||||
| @@ -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 | ||||