You are viewing a plain text version of this content. The canonical link for it is here.
Posted to wsrp4j-dev@portals.apache.org by cz...@apache.org on 2004/06/11 14:09:29 UTC

cvs commit: ws-wsrp4j/build/ant/bin runant.pl antRun antRun.bat ant lcp.bat runant.py complete-ant-cmd.pl ant.bat antRun.pl

cziegeler    2004/06/11 05:09:29

  Modified:    build/ant/bin runant.pl antRun antRun.bat ant lcp.bat
                        runant.py complete-ant-cmd.pl ant.bat antRun.pl
  Log:
  Add license header
  
  Revision  Changes    Path
  1.2       +14 -0     ws-wsrp4j/build/ant/bin/runant.pl
  
  Index: runant.pl
  ===================================================================
  RCS file: /home/cvs/ws-wsrp4j/build/ant/bin/runant.pl,v
  retrieving revision 1.1
  retrieving revision 1.2
  diff -u -r1.1 -r1.2
  --- runant.pl	3 Sep 2003 20:26:56 -0000	1.1
  +++ runant.pl	11 Jun 2004 12:09:29 -0000	1.2
  @@ -1,4 +1,18 @@
   #!/usr/bin/perl
  +#  Copyright 1999-2004 The 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.pl
  
  
  
  1.2       +14 -1     ws-wsrp4j/build/ant/bin/antRun
  
  Index: antRun
  ===================================================================
  RCS file: /home/cvs/ws-wsrp4j/build/ant/bin/antRun,v
  retrieving revision 1.1
  retrieving revision 1.2
  diff -u -r1.1 -r1.2
  --- antRun	3 Sep 2003 20:26:56 -0000	1.1
  +++ antRun	11 Jun 2004 12:09:29 -0000	1.2
  @@ -1,5 +1,18 @@
   #! /bin/sh
  -
  +#  Copyright 1999-2004 The 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
   cd "$1"
   CMD="$2"
  
  
  
  1.2       +14 -1     ws-wsrp4j/build/ant/bin/antRun.bat
  
  Index: antRun.bat
  ===================================================================
  RCS file: /home/cvs/ws-wsrp4j/build/ant/bin/antRun.bat,v
  retrieving revision 1.1
  retrieving revision 1.2
  diff -u -r1.1 -r1.2
  --- antRun.bat	3 Sep 2003 20:26:56 -0000	1.1
  +++ antRun.bat	11 Jun 2004 12:09:29 -0000	1.2
  @@ -1,5 +1,18 @@
   @echo off
  -
  +rem  Copyright 1999-2004 The 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 Change drive and directory to %1 (Win9X only for NT/2K use "cd /d")
   cd %1
   %1\
  
  
  
  1.3       +14 -0     ws-wsrp4j/build/ant/bin/ant
  
  Index: ant
  ===================================================================
  RCS file: /home/cvs/ws-wsrp4j/build/ant/bin/ant,v
  retrieving revision 1.2
  retrieving revision 1.3
  diff -u -r1.2 -r1.3
  --- ant	1 Dec 2003 11:46:43 -0000	1.2
  +++ ant	11 Jun 2004 12:09:29 -0000	1.3
  @@ -1,4 +1,18 @@
   #!/bin/sh
  +#  Copyright 1999-2004 The 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.
  +#
   
   if [ -f $HOME/.antrc ] ; then 
     . $HOME/.antrc
  
  
  
  1.2       +14 -0     ws-wsrp4j/build/ant/bin/lcp.bat
  
  Index: lcp.bat
  ===================================================================
  RCS file: /home/cvs/ws-wsrp4j/build/ant/bin/lcp.bat,v
  retrieving revision 1.1
  retrieving revision 1.2
  diff -u -r1.1 -r1.2
  --- lcp.bat	3 Sep 2003 20:26:56 -0000	1.1
  +++ lcp.bat	11 Jun 2004 12:09:29 -0000	1.2
  @@ -1,3 +1,17 @@
  +rem  Copyright 1999-2004 The 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
   set _CLASSPATHCOMPONENT=%1
   :argCheck
   if %2a==a goto gotAllArgs
  
  
  
  1.2       +14 -3     ws-wsrp4j/build/ant/bin/runant.py
  
  Index: runant.py
  ===================================================================
  RCS file: /home/cvs/ws-wsrp4j/build/ant/bin/runant.py,v
  retrieving revision 1.1
  retrieving revision 1.2
  diff -u -r1.1 -r1.2
  --- runant.py	3 Sep 2003 20:26:56 -0000	1.1
  +++ runant.py	11 Jun 2004 12:09:29 -0000	1.2
  @@ -1,4 +1,18 @@
   #!/usr/bin/python
  +#  Copyright 1999-2004 The 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
  @@ -7,9 +21,6 @@
   	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
  -
  -        Copyright (c) 2001 The Apache Software Foundation.  All rights
  -        reserved.
   
    created:         2001-04-11
    author:          Pierre Dittgen pierre.dittgen@criltelecom.com
  
  
  
  1.2       +13 -2     ws-wsrp4j/build/ant/bin/complete-ant-cmd.pl
  
  Index: complete-ant-cmd.pl
  ===================================================================
  RCS file: /home/cvs/ws-wsrp4j/build/ant/bin/complete-ant-cmd.pl,v
  retrieving revision 1.1
  retrieving revision 1.2
  diff -u -r1.1 -r1.2
  --- complete-ant-cmd.pl	3 Sep 2003 20:26:56 -0000	1.1
  +++ complete-ant-cmd.pl	11 Jun 2004 12:09:29 -0000	1.2
  @@ -1,8 +1,19 @@
   #!/usr/bin/perl
   #
  -#   Copyright (c) 2001 The Apache Software Foundation.  All rights
  -#   reserved.
  +#  Copyright 1999-2004 The 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.  
   #
   # To install for Bash 2.0 or better, add the following to ~/.bashrc:
  
  
  
  1.2       +14 -1     ws-wsrp4j/build/ant/bin/ant.bat
  
  Index: ant.bat
  ===================================================================
  RCS file: /home/cvs/ws-wsrp4j/build/ant/bin/ant.bat,v
  retrieving revision 1.1
  retrieving revision 1.2
  diff -u -r1.1 -r1.2
  --- ant.bat	3 Sep 2003 20:26:56 -0000	1.1
  +++ ant.bat	11 Jun 2004 12:09:29 -0000	1.2
  @@ -1,5 +1,18 @@
   @echo off
  -
  +rem  Copyright 1999-2004 The 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
   if exist "%HOME%\antrc_pre.bat" call "%HOME%\antrc_pre.bat"
   
   if not "%OS%"=="Windows_NT" goto win9xStart
  
  
  
  1.2       +14 -0     ws-wsrp4j/build/ant/bin/antRun.pl
  
  Index: antRun.pl
  ===================================================================
  RCS file: /home/cvs/ws-wsrp4j/build/ant/bin/antRun.pl,v
  retrieving revision 1.1
  retrieving revision 1.2
  diff -u -r1.1 -r1.2
  --- antRun.pl	3 Sep 2003 20:26:56 -0000	1.1
  +++ antRun.pl	11 Jun 2004 12:09:29 -0000	1.2
  @@ -1,4 +1,18 @@
   #!/usr/bin/perl
  +#  Copyright 1999-2004 The 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.
  +#
   #######################################################################
   #
   # antRun.pl