You are viewing a plain text version of this content. The canonical link for it is here.
Posted to dev@commons.apache.org by rd...@apache.org on 2004/07/04 19:02:49 UTC

cvs commit: jakarta-commons/betwixt/src/test/org/apache/commons/betwixt/schema schema.xml

rdonkin     2004/07/04 10:02:49

  Modified:    betwixt/src/test/org/apache/commons/betwixt
                        DynaWithDotBetwixt.betwixt adder-np.xml
                        customer.xml person-list.xml rss-example.xml
               betwixt/src/test/org/apache/commons/betwixt/schema
                        schema.xml
  Log:
  Added in changes from release branch
  
  Revision  Changes    Path
  1.2       +15 -0     jakarta-commons/betwixt/src/test/org/apache/commons/betwixt/DynaWithDotBetwixt.betwixt
  
  Index: DynaWithDotBetwixt.betwixt
  ===================================================================
  RCS file: /home/cvs/jakarta-commons/betwixt/src/test/org/apache/commons/betwixt/DynaWithDotBetwixt.betwixt,v
  retrieving revision 1.1
  retrieving revision 1.2
  diff -u -r1.1 -r1.2
  --- DynaWithDotBetwixt.betwixt	27 Jul 2003 17:54:40 -0000	1.1
  +++ DynaWithDotBetwixt.betwixt	4 Jul 2004 17:02:49 -0000	1.2
  @@ -1,4 +1,19 @@
   <?xml version='1.0'?>
  +<!-- 
  +  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.
  +-->
   <info primitiveTypes='attribute'>
   <element name='bean'>
       <element property='notDynaProperty' name='ndp'/>
  
  
  
  1.2       +15 -0     jakarta-commons/betwixt/src/test/org/apache/commons/betwixt/adder-np.xml
  
  Index: adder-np.xml
  ===================================================================
  RCS file: /home/cvs/jakarta-commons/betwixt/src/test/org/apache/commons/betwixt/adder-np.xml,v
  retrieving revision 1.1
  retrieving revision 1.2
  diff -u -r1.1 -r1.2
  --- adder-np.xml	29 Aug 2002 19:25:47 -0000	1.1
  +++ adder-np.xml	4 Jul 2004 17:02:49 -0000	1.2
  @@ -1,4 +1,19 @@
   <?xml version="1.0"?>
  +<!-- 
  +  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.
  +-->
   <AdderButNoPropertyBean>
       <string>one</string>
       <string>two</string>
  
  
  
  1.5       +15 -0     jakarta-commons/betwixt/src/test/org/apache/commons/betwixt/customer.xml
  
  Index: customer.xml
  ===================================================================
  RCS file: /home/cvs/jakarta-commons/betwixt/src/test/org/apache/commons/betwixt/customer.xml,v
  retrieving revision 1.4
  retrieving revision 1.5
  diff -u -r1.4 -r1.5
  --- customer.xml	7 Nov 2002 16:15:08 -0000	1.4
  +++ customer.xml	4 Jul 2004 17:02:49 -0000	1.5
  @@ -1,4 +1,19 @@
   <?xml version="1.0" encoding="UTF-8" ?>
  +<!-- 
  +  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.
  +-->
   <CustomerBean ID="1">
     <name>James</name>
     <address code="N5" city="London" country="UK" street="Near the park"/>
  
  
  
  1.2       +15 -0     jakarta-commons/betwixt/src/test/org/apache/commons/betwixt/person-list.xml
  
  Index: person-list.xml
  ===================================================================
  RCS file: /home/cvs/jakarta-commons/betwixt/src/test/org/apache/commons/betwixt/person-list.xml,v
  retrieving revision 1.1
  retrieving revision 1.2
  diff -u -r1.1 -r1.2
  --- person-list.xml	11 Dec 2002 22:12:39 -0000	1.1
  +++ person-list.xml	4 Jul 2004 17:02:49 -0000	1.2
  @@ -1,4 +1,19 @@
   <?xml version='1.0' ?>
  +<!-- 
  +  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.
  +-->
   <PersonListBean>
     	<personList>
       		<person>
  
  
  
  1.2       +15 -1     jakarta-commons/betwixt/src/test/org/apache/commons/betwixt/rss-example.xml
  
  Index: rss-example.xml
  ===================================================================
  RCS file: /home/cvs/jakarta-commons/betwixt/src/test/org/apache/commons/betwixt/rss-example.xml,v
  retrieving revision 1.1
  retrieving revision 1.2
  diff -u -r1.1 -r1.2
  --- rss-example.xml	10 Jun 2002 17:53:32 -0000	1.1
  +++ rss-example.xml	4 Jul 2004 17:02:49 -0000	1.2
  @@ -1,5 +1,19 @@
   <?xml version="1.0"?>
  -
  +<!-- 
  +  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.
  +-->
   <!DOCTYPE rss PUBLIC
    "-//Netscape Communications//DTD RSS 0.91//EN"
    "http://my.netscape.com/publish/formats/rss-0.91.dtd">
  
  
  
  1.2       +15 -0     jakarta-commons/betwixt/src/test/org/apache/commons/betwixt/schema/schema.xml
  
  Index: schema.xml
  ===================================================================
  RCS file: /home/cvs/jakarta-commons/betwixt/src/test/org/apache/commons/betwixt/schema/schema.xml,v
  retrieving revision 1.1
  retrieving revision 1.2
  diff -u -r1.1 -r1.2
  --- schema.xml	11 Jun 2002 16:05:21 -0000	1.1
  +++ schema.xml	4 Jul 2004 17:02:49 -0000	1.2
  @@ -1,4 +1,19 @@
   <?xml version="1.0" encoding="UTF-8" ?>
  +<!-- 
  +  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.
  +-->
   <PHYSICAL_SCHEMA autocreate="yes">
     <DBMS kind="ODBC">
       <DBID>
  
  
  

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