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/03/01 13:49:24 UTC

cvs commit: jakarta-commons/jelly/jelly-tags/validate maven.xml project.properties project.xml build.xml

dion        2004/03/01 04:49:24

  Modified:    jelly/jelly-tags/validate/src/test/org/apache/commons/jelly/tags/validate
                        suite.jelly validateDTD.jelly address.rng
                        validateRNG.jelly address.dtd
               jelly/jelly-tags/validate maven.xml project.properties
                        project.xml build.xml
  Log:
  ASL v2
  
  Revision  Changes    Path
  1.3       +15 -0     jakarta-commons/jelly/jelly-tags/validate/src/test/org/apache/commons/jelly/tags/validate/suite.jelly
  
  Index: suite.jelly
  ===================================================================
  RCS file: /home/cvs/jakarta-commons/jelly/jelly-tags/validate/src/test/org/apache/commons/jelly/tags/validate/suite.jelly,v
  retrieving revision 1.2
  retrieving revision 1.3
  diff -u -r1.2 -r1.3
  --- suite.jelly	17 Jan 2003 04:45:47 -0000	1.2
  +++ suite.jelly	1 Mar 2004 12:49:23 -0000	1.3
  @@ -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.
  +-->
   <test:suite 
   	xmlns:j="jelly:core" 
   	xmlns:test="jelly:junit"
  
  
  
  1.2       +15 -0     jakarta-commons/jelly/jelly-tags/validate/src/test/org/apache/commons/jelly/tags/validate/validateDTD.jelly
  
  Index: validateDTD.jelly
  ===================================================================
  RCS file: /home/cvs/jakarta-commons/jelly/jelly-tags/validate/src/test/org/apache/commons/jelly/tags/validate/validateDTD.jelly,v
  retrieving revision 1.1
  retrieving revision 1.2
  diff -u -r1.1 -r1.2
  --- validateDTD.jelly	6 Jan 2003 15:46:45 -0000	1.1
  +++ validateDTD.jelly	1 Mar 2004 12:49:23 -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:v="jelly:validate">
   
   Loading the verifier for a DTD
  
  
  
  1.2       +1 -1      jakarta-commons/jelly/jelly-tags/validate/src/test/org/apache/commons/jelly/tags/validate/address.rng
  
  Index: address.rng
  ===================================================================
  RCS file: /home/cvs/jakarta-commons/jelly/jelly-tags/validate/src/test/org/apache/commons/jelly/tags/validate/address.rng,v
  retrieving revision 1.1
  retrieving revision 1.2
  diff -u -r1.1 -r1.2
  --- address.rng	6 Jan 2003 15:46:45 -0000	1.1
  +++ address.rng	1 Mar 2004 12:49:23 -0000	1.2
  @@ -1,4 +1,4 @@
  -<element name="addressBook" xmlns="http://relaxng.org/ns/structure/0.9">

  +<?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.
-->
<element name="addressBook" xmlns="http://relaxng.org/ns/structure/0.9">

     <zeroOrMore>

       <element name="card">

         <element name="name">

  
  
  
  1.2       +15 -0     jakarta-commons/jelly/jelly-tags/validate/src/test/org/apache/commons/jelly/tags/validate/validateRNG.jelly
  
  Index: validateRNG.jelly
  ===================================================================
  RCS file: /home/cvs/jakarta-commons/jelly/jelly-tags/validate/src/test/org/apache/commons/jelly/tags/validate/validateRNG.jelly,v
  retrieving revision 1.1
  retrieving revision 1.2
  diff -u -r1.1 -r1.2
  --- validateRNG.jelly	6 Jan 2003 15:46:45 -0000	1.1
  +++ validateRNG.jelly	1 Mar 2004 12:49:23 -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:v="jelly:validate">
   
   Loading the verifier for Relax NG scheam
  
  
  
  1.2       +1 -1      jakarta-commons/jelly/jelly-tags/validate/src/test/org/apache/commons/jelly/tags/validate/address.dtd
  
  Index: address.dtd
  ===================================================================
  RCS file: /home/cvs/jakarta-commons/jelly/jelly-tags/validate/src/test/org/apache/commons/jelly/tags/validate/address.dtd,v
  retrieving revision 1.1
  retrieving revision 1.2
  diff -u -r1.1 -r1.2
  --- address.dtd	6 Jan 2003 15:46:45 -0000	1.1
  +++ address.dtd	1 Mar 2004 12:49:23 -0000	1.2
  @@ -1,4 +1,4 @@
  -<!ELEMENT addressBook (card*)>

  +<!--
  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.
-->
<!ELEMENT addressBook (card*)>

   <!ELEMENT card (name, email)>

   <!ELEMENT name (#PCDATA)>

   <!ELEMENT email (#PCDATA)>
  
  
  
  1.3       +16 -0     jakarta-commons/jelly/jelly-tags/validate/maven.xml
  
  Index: maven.xml
  ===================================================================
  RCS file: /home/cvs/jakarta-commons/jelly/jelly-tags/validate/maven.xml,v
  retrieving revision 1.2
  retrieving revision 1.3
  diff -u -r1.2 -r1.3
  --- maven.xml	21 Jan 2003 18:20:58 -0000	1.2
  +++ maven.xml	1 Mar 2004 12:49:24 -0000	1.3
  @@ -1,3 +1,19 @@
  +<?xml version="1.0" encoding="UTF-8"?>
  +<!--
  +  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.
  +-->
   <project default="java:jar">
   
     <!-- define the classpath used to run examples -->
  
  
  
  1.3       +15 -0     jakarta-commons/jelly/jelly-tags/validate/project.properties
  
  Index: project.properties
  ===================================================================
  RCS file: /home/cvs/jakarta-commons/jelly/jelly-tags/validate/project.properties,v
  retrieving revision 1.2
  retrieving revision 1.3
  diff -u -r1.2 -r1.3
  --- project.properties	10 Feb 2003 06:30:25 -0000	1.2
  +++ project.properties	1 Mar 2004 12:49:24 -0000	1.3
  @@ -1,4 +1,19 @@
   # -------------------------------------------------------------------
  +
  +# 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.
  +
   # P R O J E C T  P R O P E R T I E S
   # -------------------------------------------------------------------
   
  
  
  
  1.11      +15 -0     jakarta-commons/jelly/jelly-tags/validate/project.xml
  
  Index: project.xml
  ===================================================================
  RCS file: /home/cvs/jakarta-commons/jelly/jelly-tags/validate/project.xml,v
  retrieving revision 1.10
  retrieving revision 1.11
  diff -u -r1.10 -r1.11
  --- project.xml	25 Dec 2003 21:58:39 -0000	1.10
  +++ project.xml	1 Mar 2004 12:49:24 -0000	1.11
  @@ -1,4 +1,19 @@
   <?xml version="1.0" encoding="UTF-8"?>
  +<!--
  +  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.
  +-->
   <project>
     <extend>${basedir}/../tag-project.xml</extend>
     <id>commons-jelly-tags-validate</id>
  
  
  
  1.3       +15 -0     jakarta-commons/jelly/jelly-tags/validate/build.xml
  
  Index: build.xml
  ===================================================================
  RCS file: /home/cvs/jakarta-commons/jelly/jelly-tags/validate/build.xml,v
  retrieving revision 1.2
  retrieving revision 1.3
  diff -u -r1.2 -r1.3
  --- build.xml	23 Jan 2003 01:40:00 -0000	1.2
  +++ build.xml	1 Mar 2004 12:49:24 -0000	1.3
  @@ -1,4 +1,19 @@
   <?xml version="1.0" encoding="UTF-8"?>
  +<!--
  +  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.
  +-->
   
   <project default="jar" name="commons-jelly-tags-validate" basedir=".">
     <property name="defaulttargetdir" value="target">
  
  
  

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