git-svn-id: https://svn.apache.org/repos/asf/ant/core/trunk@276031 13f79535-47bb-0310-9956-ffa450edef68master
@@ -1,7 +1,19 @@ | |||||
#! /bin/sh | |||||
# Copyright (c) 2001-2002 The Apache Software Foundation. All rights | |||||
# reserved. | |||||
# | |||||
# Copyright 2001-2002,2004 Apache Software Foundation | |||||
# | |||||
# Licensed under the Apache License, Version 2.0 (the "License"); | |||||
# you may not use this file except in compliance with the License. | |||||
# You may obtain a copy of the License at | |||||
# | |||||
# http://www.apache.org/licenses/LICENSE-2.0 | |||||
# | |||||
# Unless required by applicable law or agreed to in writing, software | |||||
# distributed under the License is distributed on an "AS IS" BASIS, | |||||
# WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied. | |||||
# See the License for the specific language governing permissions and | |||||
# limitations under the License. | |||||
# | |||||
# | |||||
# Args: DIR command | # Args: DIR command | ||||
cd "$1" | cd "$1" | ||||
@@ -1,7 +1,21 @@ | |||||
@echo off | @echo off | ||||
REM Copyright (c) 2001-2002 The Apache Software Foundation. All rights | |||||
REM reserved. | |||||
REM | |||||
REM Copyright 2001-2002,2004 Apache Software Foundation | |||||
REM | |||||
REM Licensed under the Apache License, Version 2.0 (the "License"); | |||||
REM you may not use this file except in compliance with the License. | |||||
REM You may obtain a copy of the License at | |||||
REM | |||||
REM http://www.apache.org/licenses/LICENSE-2.0 | |||||
REM | |||||
REM Unless required by applicable law or agreed to in writing, software | |||||
REM distributed under the License is distributed on an "AS IS" BASIS, | |||||
REM WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied. | |||||
REM See the License for the specific language governing permissions and | |||||
REM limitations under the License. | |||||
REM | |||||
REM | |||||
if "%OS%"=="Windows_NT" @setlocal | if "%OS%"=="Windows_NT" @setlocal | ||||
@@ -1,7 +1,18 @@ | |||||
#!/usr/bin/perl | #!/usr/bin/perl | ||||
# | # | ||||
# Copyright (c) 2001,2003 The Apache Software Foundation. All rights | |||||
# reserved. | |||||
# Copyright 2001,2003-2004 Apache Software Foundation | |||||
# | |||||
# Licensed under the Apache License, Version 2.0 (the "License"); | |||||
# you may not use this file except in compliance with the License. | |||||
# You may obtain a copy of the License at | |||||
# | |||||
# http://www.apache.org/licenses/LICENSE-2.0 | |||||
# | |||||
# Unless required by applicable law or agreed to in writing, software | |||||
# distributed under the License is distributed on an "AS IS" BASIS, | |||||
# WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied. | |||||
# See the License for the specific language governing permissions and | |||||
# limitations under the License. | |||||
# | # | ||||
####################################################################### | ####################################################################### | ||||
# | # | ||||
@@ -1,7 +1,18 @@ | |||||
#!/usr/bin/perl | #!/usr/bin/perl | ||||
# | # | ||||
# Copyright (c) 2001 The Apache Software Foundation. All rights | |||||
# reserved. | |||||
# Copyright 2001,2004 Apache Software Foundation | |||||
# | |||||
# Licensed under the Apache License, Version 2.0 (the "License"); | |||||
# you may not use this file except in compliance with the License. | |||||
# You may obtain a copy of the License at | |||||
# | |||||
# http://www.apache.org/licenses/LICENSE-2.0 | |||||
# | |||||
# Unless required by applicable law or agreed to in writing, software | |||||
# distributed under the License is distributed on an "AS IS" BASIS, | |||||
# WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied. | |||||
# See the License for the specific language governing permissions and | |||||
# limitations under the License. | |||||
# | # | ||||
# A script to allow Bash or Z-Shell to complete an Ant command-line. | # A script to allow Bash or Z-Shell to complete an Ant command-line. | ||||
# | # | ||||
@@ -1,5 +1,19 @@ | |||||
REM Copyright (c) 2001-2003 The Apache Software Foundation. All rights | |||||
REM reserved. | |||||
REM | |||||
REM Copyright 2001-2004 Apache Software Foundation | |||||
REM | |||||
REM Licensed under the Apache License, Version 2.0 (the "License"); | |||||
REM you may not use this file except in compliance with the License. | |||||
REM You may obtain a copy of the License at | |||||
REM | |||||
REM http://www.apache.org/licenses/LICENSE-2.0 | |||||
REM | |||||
REM Unless required by applicable law or agreed to in writing, software | |||||
REM distributed under the License is distributed on an "AS IS" BASIS, | |||||
REM WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied. | |||||
REM See the License for the specific language governing permissions and | |||||
REM limitations under the License. | |||||
REM | |||||
REM | |||||
set _CLASSPATHCOMPONENT=%1 | set _CLASSPATHCOMPONENT=%1 | ||||
if ""%1""=="""" goto gotAllArgs | if ""%1""=="""" goto gotAllArgs | ||||
@@ -1,7 +1,18 @@ | |||||
#!/usr/bin/perl | #!/usr/bin/perl | ||||
# | # | ||||
# Copyright (c) 2000-2003 The Apache Software Foundation. All rights | |||||
# reserved. | |||||
# Copyright 2000-2004 Apache Software Foundation | |||||
# | |||||
# Licensed under the Apache License, Version 2.0 (the "License"); | |||||
# you may not use this file except in compliance with the License. | |||||
# You may obtain a copy of the License at | |||||
# | |||||
# http://www.apache.org/licenses/LICENSE-2.0 | |||||
# | |||||
# Unless required by applicable law or agreed to in writing, software | |||||
# distributed under the License is distributed on an "AS IS" BASIS, | |||||
# WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied. | |||||
# See the License for the specific language governing permissions and | |||||
# limitations under the License. | |||||
# | # | ||||
####################################################################### | ####################################################################### | ||||
# | # | ||||
@@ -1,4 +1,19 @@ | |||||
#!/usr/bin/python | #!/usr/bin/python | ||||
# Copyright 2001,2003-2004 Apache Software Foundation | |||||
# | |||||
# Licensed under the Apache License, Version 2.0 (the "License"); | |||||
# you may not use this file except in compliance with the License. | |||||
# You may obtain a copy of the License at | |||||
# | |||||
# http://www.apache.org/licenses/LICENSE-2.0 | |||||
# | |||||
# Unless required by applicable law or agreed to in writing, software | |||||
# distributed under the License is distributed on an "AS IS" BASIS, | |||||
# WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied. | |||||
# See the License for the specific language governing permissions and | |||||
# limitations under the License. | |||||
# | |||||
""" | """ | ||||
runant.py | runant.py | ||||
@@ -8,9 +23,6 @@ | |||||
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 | ||||
Copyright (c) 2001,2003 The Apache Software Foundation. All rights | |||||
reserved. | |||||
created: 2001-04-11 | created: 2001-04-11 | ||||
author: Pierre Dittgen pierre.dittgen@criltelecom.com | author: Pierre Dittgen pierre.dittgen@criltelecom.com | ||||