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 13:47:51 UTC

cvs commit: ws-wsrp4j/build build.properties.example install-provider-pluto.bat install-swing-consumer.bat install-provider-pluto.sh build.sh build.bat install-swing-consumer.sh build.xml

cziegeler    2004/06/11 04:47:51

  Modified:    build    build.properties.example install-provider-pluto.bat
                        install-swing-consumer.bat
                        install-provider-pluto.sh build.sh build.bat
                        install-swing-consumer.sh build.xml
  Log:
  Add license header
  
  Revision  Changes    Path
  1.2       +14 -0     ws-wsrp4j/build/build.properties.example
  
  Index: build.properties.example
  ===================================================================
  RCS file: /home/cvs/ws-wsrp4j/build/build.properties.example,v
  retrieving revision 1.1
  retrieving revision 1.2
  diff -u -r1.1 -r1.2
  --- build.properties.example	25 Mar 2004 13:50:45 -0000	1.1
  +++ build.properties.example	11 Jun 2004 11:47:50 -0000	1.2
  @@ -1,3 +1,17 @@
  +#  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.
  +#
   // the tomcat home dir where wsrp4j will be installed
   TOMCAT_HOME=D:/Apache/Tomcat
   // the port tomcat is listening on
  
  
  
  1.3       +14 -0     ws-wsrp4j/build/install-provider-pluto.bat
  
  Index: install-provider-pluto.bat
  ===================================================================
  RCS file: /home/cvs/ws-wsrp4j/build/install-provider-pluto.bat,v
  retrieving revision 1.2
  retrieving revision 1.3
  diff -u -r1.2 -r1.3
  --- install-provider-pluto.bat	11 Jun 2004 11:29:41 -0000	1.2
  +++ install-provider-pluto.bat	11 Jun 2004 11:47:50 -0000	1.3
  @@ -1,2 +1,16 @@
   @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
   call %~dp0\build install-provider-pluto
  
  
  
  1.3       +14 -0     ws-wsrp4j/build/install-swing-consumer.bat
  
  Index: install-swing-consumer.bat
  ===================================================================
  RCS file: /home/cvs/ws-wsrp4j/build/install-swing-consumer.bat,v
  retrieving revision 1.2
  retrieving revision 1.3
  diff -u -r1.2 -r1.3
  --- install-swing-consumer.bat	11 Jun 2004 11:29:41 -0000	1.2
  +++ install-swing-consumer.bat	11 Jun 2004 11:47:50 -0000	1.3
  @@ -1,2 +1,16 @@
   @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
   call %~dp0\build install-swing-consumer
  
  
  
  1.3       +14 -0     ws-wsrp4j/build/install-provider-pluto.sh
  
  Index: install-provider-pluto.sh
  ===================================================================
  RCS file: /home/cvs/ws-wsrp4j/build/install-provider-pluto.sh,v
  retrieving revision 1.2
  retrieving revision 1.3
  diff -u -r1.2 -r1.3
  --- install-provider-pluto.sh	11 Jun 2004 11:29:41 -0000	1.2
  +++ install-provider-pluto.sh	11 Jun 2004 11:47:50 -0000	1.3
  @@ -1,2 +1,16 @@
   #!/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.
  +#
   ./build.sh install-provider-pluto
  
  
  
  1.3       +14 -0     ws-wsrp4j/build/build.sh
  
  Index: build.sh
  ===================================================================
  RCS file: /home/cvs/ws-wsrp4j/build/build.sh,v
  retrieving revision 1.2
  retrieving revision 1.3
  diff -u -r1.2 -r1.3
  --- build.sh	11 Jun 2004 11:29:41 -0000	1.2
  +++ build.sh	11 Jun 2004 11:47:50 -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.
  +#
   
   OLD_ANT_HOME="$ANT_HOME"
   ANT_HOME=ant
  
  
  
  1.3       +14 -0     ws-wsrp4j/build/build.bat
  
  Index: build.bat
  ===================================================================
  RCS file: /home/cvs/ws-wsrp4j/build/build.bat,v
  retrieving revision 1.2
  retrieving revision 1.3
  diff -u -r1.2 -r1.3
  --- build.bat	11 Jun 2004 11:29:41 -0000	1.2
  +++ build.bat	11 Jun 2004 11:47:50 -0000	1.3
  @@ -1,4 +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 ----- Use shipped Ant
   set OLD_ANT_HOME=%ANT_HOME%
   set ANT_HOME=%~dp0\ant
  
  
  
  1.3       +14 -0     ws-wsrp4j/build/install-swing-consumer.sh
  
  Index: install-swing-consumer.sh
  ===================================================================
  RCS file: /home/cvs/ws-wsrp4j/build/install-swing-consumer.sh,v
  retrieving revision 1.2
  retrieving revision 1.3
  diff -u -r1.2 -r1.3
  --- install-swing-consumer.sh	11 Jun 2004 11:29:41 -0000	1.2
  +++ install-swing-consumer.sh	11 Jun 2004 11:47:50 -0000	1.3
  @@ -1,2 +1,16 @@
   #!/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.
  +#
   ./build.sh install-swing-consumer
  
  
  
  1.12      +14 -0     ws-wsrp4j/build/build.xml
  
  Index: build.xml
  ===================================================================
  RCS file: /home/cvs/ws-wsrp4j/build/build.xml,v
  retrieving revision 1.11
  retrieving revision 1.12
  diff -u -r1.11 -r1.12
  --- build.xml	11 Jun 2004 11:29:41 -0000	1.11
  +++ build.xml	11 Jun 2004 11:47:50 -0000	1.12
  @@ -1,5 +1,19 @@
   <?xml version="1.0"?>
  +<!--
  +  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.
  +-->
   <!-- Build file for WSRP4J -->
   
   <project name="WSRP4J" default="usage" basedir=".">