rdonkin     2004/06/09 12:55:10

  Modified:    betwixt/src/test/org/apache/commons/betwixt/examples/rss
                        Tag: RELEASE_0_5_BRANCH Channel.betwixt
  Log:
  Added ASL 2.0
  
  Revision  Changes    Path
  No                   revision
  No                   revision
  1.1.4.1   +32 -17    
jakarta-commons/betwixt/src/test/org/apache/commons/betwixt/examples/rss/Channel.betwixt
  
  Index: Channel.betwixt
  ===================================================================
  RCS file: 
/home/cvs/jakarta-commons/betwixt/src/test/org/apache/commons/betwixt/examples/rss/Channel.betwixt,v
  retrieving revision 1.1
  retrieving revision 1.1.4.1
  diff -u -r1.1 -r1.1.4.1
  --- Channel.betwixt   12 Jan 2004 20:29:08 -0000      1.1
  +++ Channel.betwixt   9 Jun 2004 19:55:10 -0000       1.1.4.1
  @@ -1,18 +1,33 @@
  -<?xml version="1.0" encoding="UTF-8" ?>

  -<info primitiveTypes="element">

  -  <element name="rss">

  -    <attribute name="version" property="version"/>

  -    <element name="channel">

  -      <element name="title"  property="title"/>

  -      <element name="item"  property="items"/>

  -      <element name="textinput"  property="textInput"/>

  -      <element name="skipDays">

  -        <element name="day" property="skipDays"/>

  -      </element>

  -      <element name="skipHours">

  -        <element name="hour" property="skipHours"/>

  -      </element>

  -      <addDefaults/>

  -    </element>

  -  </element>

  +<?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.
  +-->
  +<info primitiveTypes="element">
  +  <element name="rss">
  +    <attribute name="version" property="version"/>
  +    <element name="channel">
  +      <element name="title"  property="title"/>
  +      <element name="item"  property="items"/>
  +      <element name="textinput"  property="textInput"/>
  +      <element name="skipDays">
  +        <element name="day" property="skipDays"/>
  +      </element>
  +      <element name="skipHours">
  +        <element name="hour" property="skipHours"/>
  +      </element>
  +      <addDefaults/>
  +    </element>
  +  </element>
   </info>
  
  
  

---------------------------------------------------------------------
To unsubscribe, e-mail: [EMAIL PROTECTED]
For additional commands, e-mail: [EMAIL PROTECTED]

Reply via email to