You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@xalan.apache.org by mc...@apache.org on 2004/04/27 19:42:20 UTC

cvs commit: xml-xalan/test/java/xdocs/sources/tests design.xml faq.xml getstarted.xml overview.xml run.xml submit.xml xalanctests.xml

mcnamara    2004/04/27 10:42:20

  Modified:    test/java/xdocs/sources/tests design.xml faq.xml
                        getstarted.xml overview.xml run.xml submit.xml
                        xalanctests.xml
  Log:
  Add Apache copyright and license
  
  Revision  Changes    Path
  1.6       +15 -1     xml-xalan/test/java/xdocs/sources/tests/design.xml
  
  Index: design.xml
  ===================================================================
  RCS file: /home/cvs/xml-xalan/test/java/xdocs/sources/tests/design.xml,v
  retrieving revision 1.5
  retrieving revision 1.6
  diff -u -r1.5 -r1.6
  --- design.xml	10 May 2002 02:32:55 -0000	1.5
  +++ design.xml	27 Apr 2004 17:42:19 -0000	1.6
  @@ -1,6 +1,20 @@
   <?xml version="1.0" standalone="no"?>
   <!DOCTYPE s1 SYSTEM "sbk:/style/dtd/document.dtd">
  -
  +<!--
  + * Copyright 2000-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.
  +-->
   <s1 title="Testing Design/Standards">
   <ul>
   <li><link anchor="overview-tests">Overview of Testing concepts</link></li>
  
  
  
  1.5       +15 -1     xml-xalan/test/java/xdocs/sources/tests/faq.xml
  
  Index: faq.xml
  ===================================================================
  RCS file: /home/cvs/xml-xalan/test/java/xdocs/sources/tests/faq.xml,v
  retrieving revision 1.4
  retrieving revision 1.5
  diff -u -r1.4 -r1.5
  --- faq.xml	7 Nov 2002 17:12:38 -0000	1.4
  +++ faq.xml	27 Apr 2004 17:42:19 -0000	1.5
  @@ -1,6 +1,20 @@
   <?xml version="1.0" standalone="no"?>
   <!DOCTYPE s1 SYSTEM "sbk:/style/dtd/document.dtd">
  -
  +<!--
  + * Copyright 2002-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.
  +-->
   <s1 title="Frequently asked questions">
   
     <s2 title="In progress">
  
  
  
  1.7       +15 -1     xml-xalan/test/java/xdocs/sources/tests/getstarted.xml
  
  Index: getstarted.xml
  ===================================================================
  RCS file: /home/cvs/xml-xalan/test/java/xdocs/sources/tests/getstarted.xml,v
  retrieving revision 1.6
  retrieving revision 1.7
  diff -u -r1.6 -r1.7
  --- getstarted.xml	10 May 2002 02:32:55 -0000	1.6
  +++ getstarted.xml	27 Apr 2004 17:42:19 -0000	1.7
  @@ -1,6 +1,20 @@
   <?xml version="1.0" standalone="no"?>
   <!DOCTYPE s1 SYSTEM "sbk:/style/dtd/document.dtd">
  -
  +<!--
  + * Copyright 2000-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.
  +-->
   <s1 title="Getting Started">
   <ul>
   <li><link anchor="quickstart">Quick Start</link></li>
  
  
  
  1.9       +15 -1     xml-xalan/test/java/xdocs/sources/tests/overview.xml
  
  Index: overview.xml
  ===================================================================
  RCS file: /home/cvs/xml-xalan/test/java/xdocs/sources/tests/overview.xml,v
  retrieving revision 1.8
  retrieving revision 1.9
  diff -u -r1.8 -r1.9
  --- overview.xml	10 May 2002 02:32:55 -0000	1.8
  +++ overview.xml	27 Apr 2004 17:42:19 -0000	1.9
  @@ -1,6 +1,20 @@
   <?xml version="1.0" standalone="no"?>
   <!DOCTYPE s1 SYSTEM "sbk:/style/dtd/document.dtd">
  -
  +<!--
  + * Copyright 2000-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.
  +-->
   <s1 title="Overview">
   <ul>
   <li><link anchor="purpose">Purpose of these tests</link></li>
  
  
  
  1.9       +15 -1     xml-xalan/test/java/xdocs/sources/tests/run.xml
  
  Index: run.xml
  ===================================================================
  RCS file: /home/cvs/xml-xalan/test/java/xdocs/sources/tests/run.xml,v
  retrieving revision 1.8
  retrieving revision 1.9
  diff -u -r1.8 -r1.9
  --- run.xml	7 Nov 2002 16:58:50 -0000	1.8
  +++ run.xml	27 Apr 2004 17:42:19 -0000	1.9
  @@ -1,6 +1,20 @@
   <?xml version="1.0" standalone="no"?>
   <!DOCTYPE s1 SYSTEM "sbk:/style/dtd/document.dtd">
  -
  +<!--
  + * Copyright 2000-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.
  +-->
   <s1 title="Running Tests">
   <ul>
   <li><link anchor="how-to-run">How-to: Run Xalan-J tests</link></li>
  
  
  
  1.4       +15 -1     xml-xalan/test/java/xdocs/sources/tests/submit.xml
  
  Index: submit.xml
  ===================================================================
  RCS file: /home/cvs/xml-xalan/test/java/xdocs/sources/tests/submit.xml,v
  retrieving revision 1.3
  retrieving revision 1.4
  diff -u -r1.3 -r1.4
  --- submit.xml	5 Sep 2001 18:55:06 -0000	1.3
  +++ submit.xml	27 Apr 2004 17:42:19 -0000	1.4
  @@ -1,6 +1,20 @@
   <?xml version="1.0" standalone="no"?>
   <!DOCTYPE s1 SYSTEM "sbk:/style/dtd/document.dtd">
  -
  +<!--
  + * Copyright 2000-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.
  +-->
   <s1 title="Submitting New Tests">
   <ul>
   <li><link anchor="write-API-tests">How to Write API Tests</link></li>
  
  
  
  1.2       +15 -1     xml-xalan/test/java/xdocs/sources/tests/xalanctests.xml
  
  Index: xalanctests.xml
  ===================================================================
  RCS file: /home/cvs/xml-xalan/test/java/xdocs/sources/tests/xalanctests.xml,v
  retrieving revision 1.1
  retrieving revision 1.2
  diff -u -r1.1 -r1.2
  --- xalanctests.xml	18 Dec 2001 23:12:38 -0000	1.1
  +++ xalanctests.xml	27 Apr 2004 17:42:19 -0000	1.2
  @@ -1,6 +1,20 @@
   <?xml version="1.0" standalone="no"?>
   <!DOCTYPE s1 SYSTEM "sbk:/style/dtd/document.dtd">
  -
  +<!--
  + * Copyright 2001-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.
  +-->
   <s1 title="Xalan C Testing">
   <ul>
   <li><link anchor="how-to-run-c">How-to: Run Xalan-C tests</link></li>
  
  
  

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