You are viewing a plain text version of this content. The canonical link for it is here.
Posted to dev@commons.apache.org by di...@apache.org on 2004/02/25 06:14:48 UTC

cvs commit: jakarta-commons/jelly/src/test/org/apache/commons/jelly/test/xml TestCData.java nsFilterTest.jelly invalidScript1.jelly producesOutput.jelly testCData.jelly validScript1.jelly nonexistentTags1.jelly

dion        2004/02/24 21:14:48

  Modified:    jelly/src/test/org/apache/commons/jelly/test/xml
                        TestCData.java nsFilterTest.jelly
                        invalidScript1.jelly producesOutput.jelly
                        testCData.jelly validScript1.jelly
                        nonexistentTags1.jelly
  Log:
  ASL v2
  
  Revision  Changes    Path
  1.2       +13 -2     jakarta-commons/jelly/src/test/org/apache/commons/jelly/test/xml/TestCData.java
  
  Index: TestCData.java
  ===================================================================
  RCS file: /home/cvs/jakarta-commons/jelly/src/test/org/apache/commons/jelly/test/xml/TestCData.java,v
  retrieving revision 1.1
  retrieving revision 1.2
  diff -u -r1.1 -r1.2
  --- TestCData.java	15 Sep 2003 21:00:30 -0000	1.1
  +++ TestCData.java	25 Feb 2004 05:14:48 -0000	1.2
  @@ -1,6 +1,17 @@
   /*
  - * Created on Sep 15, 2003
  - *
  + * 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.
    */
   package org.apache.commons.jelly.test.xml;
   
  
  
  
  1.2       +15 -0     jakarta-commons/jelly/src/test/org/apache/commons/jelly/test/xml/nsFilterTest.jelly
  
  Index: nsFilterTest.jelly
  ===================================================================
  RCS file: /home/cvs/jakarta-commons/jelly/src/test/org/apache/commons/jelly/test/xml/nsFilterTest.jelly,v
  retrieving revision 1.1
  retrieving revision 1.2
  diff -u -r1.1 -r1.2
  --- nsFilterTest.jelly	9 Oct 2002 21:03:08 -0000	1.1
  +++ nsFilterTest.jelly	25 Feb 2004 05:14:48 -0000	1.2
  @@ -1,4 +1,19 @@
   <?xml version="1.0"?>
  +<!--
  +  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.
  +-->
   <j:jelly 
   	xmlns:j="jelly:core">
     
  
  
  
  1.2       +15 -0     jakarta-commons/jelly/src/test/org/apache/commons/jelly/test/xml/invalidScript1.jelly
  
  Index: invalidScript1.jelly
  ===================================================================
  RCS file: /home/cvs/jakarta-commons/jelly/src/test/org/apache/commons/jelly/test/xml/invalidScript1.jelly,v
  retrieving revision 1.1
  retrieving revision 1.2
  diff -u -r1.1 -r1.2
  --- invalidScript1.jelly	14 Oct 2002 19:17:02 -0000	1.1
  +++ invalidScript1.jelly	25 Feb 2004 05:14:48 -0000	1.2
  @@ -10,6 +10,21 @@
                     value CDATA #REQUIRED>
   
   ]>
  +<!--
  +  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.
  +-->
   <j:jelly 
   	xmlns:j="jelly:core">
     
  
  
  
  1.2       +15 -0     jakarta-commons/jelly/src/test/org/apache/commons/jelly/test/xml/producesOutput.jelly
  
  Index: producesOutput.jelly
  ===================================================================
  RCS file: /home/cvs/jakarta-commons/jelly/src/test/org/apache/commons/jelly/test/xml/producesOutput.jelly,v
  retrieving revision 1.1
  retrieving revision 1.2
  diff -u -r1.1 -r1.2
  --- producesOutput.jelly	14 Oct 2002 21:31:15 -0000	1.1
  +++ producesOutput.jelly	25 Feb 2004 05:14:48 -0000	1.2
  @@ -10,6 +10,21 @@
                     value CDATA #REQUIRED>
   
   ]>
  +<!--
  +  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.
  +-->
   <j:jelly 
   	xmlns:j="jelly:core">
           
  
  
  
  1.2       +15 -0     jakarta-commons/jelly/src/test/org/apache/commons/jelly/test/xml/testCData.jelly
  
  Index: testCData.jelly
  ===================================================================
  RCS file: /home/cvs/jakarta-commons/jelly/src/test/org/apache/commons/jelly/test/xml/testCData.jelly,v
  retrieving revision 1.1
  retrieving revision 1.2
  diff -u -r1.1 -r1.2
  --- testCData.jelly	15 Sep 2003 21:00:30 -0000	1.1
  +++ testCData.jelly	25 Feb 2004 05:14:48 -0000	1.2
  @@ -1,4 +1,19 @@
   <?xml version="1.0"?>
  +<!--
  +  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.
  +-->
   
   <j:file xmlns:j="jelly:core" var="foo" escapeText="false">
       
  
  
  
  1.2       +15 -0     jakarta-commons/jelly/src/test/org/apache/commons/jelly/test/xml/validScript1.jelly
  
  Index: validScript1.jelly
  ===================================================================
  RCS file: /home/cvs/jakarta-commons/jelly/src/test/org/apache/commons/jelly/test/xml/validScript1.jelly,v
  retrieving revision 1.1
  retrieving revision 1.2
  diff -u -r1.1 -r1.2
  --- validScript1.jelly	14 Oct 2002 19:17:02 -0000	1.1
  +++ validScript1.jelly	25 Feb 2004 05:14:48 -0000	1.2
  @@ -10,6 +10,21 @@
                     value CDATA #REQUIRED>
   
   ]>
  +<!--
  +  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.
  +-->
   <j:jelly 
   	xmlns:j="jelly:core">
     
  
  
  
  1.2       +15 -0     jakarta-commons/jelly/src/test/org/apache/commons/jelly/test/xml/nonexistentTags1.jelly
  
  Index: nonexistentTags1.jelly
  ===================================================================
  RCS file: /home/cvs/jakarta-commons/jelly/src/test/org/apache/commons/jelly/test/xml/nonexistentTags1.jelly,v
  retrieving revision 1.1
  retrieving revision 1.2
  diff -u -r1.1 -r1.2
  --- nonexistentTags1.jelly	23 Jan 2003 22:25:01 -0000	1.1
  +++ nonexistentTags1.jelly	25 Feb 2004 05:14:48 -0000	1.2
  @@ -1,4 +1,19 @@
   <?xml version="1.0"?>
  +<!--
  +  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.
  +-->
   <j:jelly 
   	xmlns:j="jelly:core" xmlns:x="jelly:xml">
     
  
  
  

---------------------------------------------------------------------
To unsubscribe, e-mail: commons-dev-unsubscribe@jakarta.apache.org
For additional commands, e-mail: commons-dev-help@jakarta.apache.org