You are viewing a plain text version of this content. The canonical link for it is here.
Posted to cvs@avalon.apache.org by le...@apache.org on 2004/02/28 16:17:45 UTC

cvs commit: avalon-excalibur/component/src/java/org/apache/avalon/excalibur/testcase package.html

leosutic    2004/02/28 07:17:45

  Modified:    component/examples/instrument-manager/bin cpappend.bat
                        run.bat run.sh
               component/examples/instrument-manager/conf components.xml
                        instrument.xml logkit.xml roles.xml
               component/src/java/org/apache/avalon/excalibur/component
                        package.html
               component/src/java/org/apache/avalon/excalibur/component/servlet
                        package.html
               component/src/java/org/apache/avalon/excalibur/testcase
                        package.html
  Log:
  Fixed licenses.
  
  Revision  Changes    Path
  1.2       +16 -0     avalon-excalibur/component/examples/instrument-manager/bin/cpappend.bat
  
  Index: cpappend.bat
  ===================================================================
  RCS file: /home/cvs/avalon-excalibur/component/examples/instrument-manager/bin/cpappend.bat,v
  retrieving revision 1.1
  retrieving revision 1.2
  diff -u -r1.1 -r1.2
  --- cpappend.bat	9 Nov 2003 12:45:26 -0000	1.1
  +++ cpappend.bat	28 Feb 2004 15:17:45 -0000	1.2
  @@ -1 +1,17 @@
  +REM 
  +REM Copyright 2004 The Apache Software Foundation
  +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
  +REM implied.
  +REM  
  +REM See the License for the specific language governing permissions and
  +REM limitations under the License.
  +REM
   set _LIBJARS=%_LIBJARS%;%1
  
  
  
  1.2       +16 -0     avalon-excalibur/component/examples/instrument-manager/bin/run.bat
  
  Index: run.bat
  ===================================================================
  RCS file: /home/cvs/avalon-excalibur/component/examples/instrument-manager/bin/run.bat,v
  retrieving revision 1.1
  retrieving revision 1.2
  diff -u -r1.1 -r1.2
  --- run.bat	9 Nov 2003 12:45:26 -0000	1.1
  +++ run.bat	28 Feb 2004 15:17:45 -0000	1.2
  @@ -1,4 +1,20 @@
   @echo off
  +REM 
  +REM Copyright 2004 The Apache Software Foundation
  +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
  +REM implied.
  +REM  
  +REM See the License for the specific language governing permissions and
  +REM limitations under the License.
  +
   rem
   rem Example start script.
   rem
  
  
  
  1.2       +16 -0     avalon-excalibur/component/examples/instrument-manager/bin/run.sh
  
  Index: run.sh
  ===================================================================
  RCS file: /home/cvs/avalon-excalibur/component/examples/instrument-manager/bin/run.sh,v
  retrieving revision 1.1
  retrieving revision 1.2
  diff -u -r1.1 -r1.2
  --- run.sh	9 Nov 2003 12:45:26 -0000	1.1
  +++ run.sh	28 Feb 2004 15:17:45 -0000	1.2
  @@ -1,4 +1,20 @@
   #!/bin/bash 
  +# 
  +# Copyright 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.
  +#
   #
   # Startup script.
   #
  
  
  
  1.2       +16 -0     avalon-excalibur/component/examples/instrument-manager/conf/components.xml
  
  Index: components.xml
  ===================================================================
  RCS file: /home/cvs/avalon-excalibur/component/examples/instrument-manager/conf/components.xml,v
  retrieving revision 1.1
  retrieving revision 1.2
  diff -u -r1.1 -r1.2
  --- components.xml	9 Nov 2003 12:45:26 -0000	1.1
  +++ components.xml	28 Feb 2004 15:17:45 -0000	1.2
  @@ -1,3 +1,19 @@
  +<!-- 
  +Copyright 2003-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.
  +-->
   <components logger="system.components">
       <!-- =============================================================== -->
       <!-- Application components.                                         -->
  
  
  
  1.2       +16 -0     avalon-excalibur/component/examples/instrument-manager/conf/instrument.xml
  
  Index: instrument.xml
  ===================================================================
  RCS file: /home/cvs/avalon-excalibur/component/examples/instrument-manager/conf/instrument.xml,v
  retrieving revision 1.1
  retrieving revision 1.2
  diff -u -r1.1 -r1.2
  --- instrument.xml	9 Nov 2003 12:45:26 -0000	1.1
  +++ instrument.xml	28 Feb 2004 15:17:45 -0000	1.2
  @@ -1,3 +1,19 @@
  +<!-- 
  +Copyright 2003-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.
  +-->
   <instrument logger="system.instrument">
       <name>example-instrument-manager</name>
       <description>ECM Example Instrument Application</description>
  
  
  
  1.2       +16 -0     avalon-excalibur/component/examples/instrument-manager/conf/logkit.xml
  
  Index: logkit.xml
  ===================================================================
  RCS file: /home/cvs/avalon-excalibur/component/examples/instrument-manager/conf/logkit.xml,v
  retrieving revision 1.1
  retrieving revision 1.2
  diff -u -r1.1 -r1.2
  --- logkit.xml	9 Nov 2003 12:45:26 -0000	1.1
  +++ logkit.xml	28 Feb 2004 15:17:45 -0000	1.2
  @@ -1,3 +1,19 @@
  +<!-- 
  +Copyright 2003-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.
  +-->
   <logkit logger="system.logkit" log-level="DEBUG">
       <factories>
           <factory type="stream" 
  
  
  
  1.2       +16 -0     avalon-excalibur/component/examples/instrument-manager/conf/roles.xml
  
  Index: roles.xml
  ===================================================================
  RCS file: /home/cvs/avalon-excalibur/component/examples/instrument-manager/conf/roles.xml,v
  retrieving revision 1.1
  retrieving revision 1.2
  diff -u -r1.1 -r1.2
  --- roles.xml	9 Nov 2003 12:45:26 -0000	1.1
  +++ roles.xml	28 Feb 2004 15:17:45 -0000	1.2
  @@ -1,3 +1,19 @@
  +<!-- 
  +Copyright 2003-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.
  +-->
   <role-list logger="system.roles">
       <!-- =================================================================== -->
       <!-- Application roles.                                                  -->
  
  
  
  1.2       +16 -0     avalon-excalibur/component/src/java/org/apache/avalon/excalibur/component/package.html
  
  Index: package.html
  ===================================================================
  RCS file: /home/cvs/avalon-excalibur/component/src/java/org/apache/avalon/excalibur/component/package.html,v
  retrieving revision 1.1
  retrieving revision 1.2
  diff -u -r1.1 -r1.2
  --- package.html	9 Nov 2003 12:45:27 -0000	1.1
  +++ package.html	28 Feb 2004 15:17:45 -0000	1.2
  @@ -1,3 +1,19 @@
  +<!-- 
  +Copyright 2003-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.
  +-->
   <html>
   <body>
   Extended component management services.  ECM is deprecated.  Fortress is your
  
  
  
  1.2       +16 -0     avalon-excalibur/component/src/java/org/apache/avalon/excalibur/component/servlet/package.html
  
  Index: package.html
  ===================================================================
  RCS file: /home/cvs/avalon-excalibur/component/src/java/org/apache/avalon/excalibur/component/servlet/package.html,v
  retrieving revision 1.1
  retrieving revision 1.2
  diff -u -r1.1 -r1.2
  --- package.html	9 Nov 2003 12:45:27 -0000	1.1
  +++ package.html	28 Feb 2004 15:17:45 -0000	1.2
  @@ -1,3 +1,19 @@
  +<!-- 
  +Copyright 2003-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.
  +-->
   <html>
       <body>
           This package provides the ExcaliburComponentManagerServlet which
  
  
  
  1.2       +16 -0     avalon-excalibur/component/src/java/org/apache/avalon/excalibur/testcase/package.html
  
  Index: package.html
  ===================================================================
  RCS file: /home/cvs/avalon-excalibur/component/src/java/org/apache/avalon/excalibur/testcase/package.html,v
  retrieving revision 1.1
  retrieving revision 1.2
  diff -u -r1.1 -r1.2
  --- package.html	9 Nov 2003 12:45:27 -0000	1.1
  +++ package.html	28 Feb 2004 15:17:45 -0000	1.2
  @@ -1,3 +1,19 @@
  +<!-- 
  +Copyright 2003-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.
  +-->
   <html>
   <body>
   Excalibur testcase utilities.  This is deprecated.
  
  
  

---------------------------------------------------------------------
To unsubscribe, e-mail: cvs-unsubscribe@avalon.apache.org
For additional commands, e-mail: cvs-help@avalon.apache.org