Author: simonetripodi
Date: Sun Feb 13 18:01:55 2011
New Revision: 1070271

URL: http://svn.apache.org/viewvc?rev=1070271&view=rev
Log:
added missing XML resources for etsting the 'annotation' package

Added:
    
commons/sandbox/digester3/trunk/src/test/resources/org/apache/commons/digester3/annotations/
    
commons/sandbox/digester3/trunk/src/test/resources/org/apache/commons/digester3/annotations/addressbook/
    
commons/sandbox/digester3/trunk/src/test/resources/org/apache/commons/digester3/annotations/addressbook/AddressBook.xml
   (with props)
    
commons/sandbox/digester3/trunk/src/test/resources/org/apache/commons/digester3/annotations/catalog/
    
commons/sandbox/digester3/trunk/src/test/resources/org/apache/commons/digester3/annotations/catalog/Catalog.xml
   (with props)
    
commons/sandbox/digester3/trunk/src/test/resources/org/apache/commons/digester3/annotations/employee/
    
commons/sandbox/digester3/trunk/src/test/resources/org/apache/commons/digester3/annotations/employee/Employee.xml
   (with props)
    
commons/sandbox/digester3/trunk/src/test/resources/org/apache/commons/digester3/annotations/person/
    
commons/sandbox/digester3/trunk/src/test/resources/org/apache/commons/digester3/annotations/person/Person.xml
   (with props)
    
commons/sandbox/digester3/trunk/src/test/resources/org/apache/commons/digester3/annotations/rss/
    
commons/sandbox/digester3/trunk/src/test/resources/org/apache/commons/digester3/annotations/rss/Channel.xml
   (with props)
    
commons/sandbox/digester3/trunk/src/test/resources/org/apache/commons/digester3/annotations/servletbean/
    
commons/sandbox/digester3/trunk/src/test/resources/org/apache/commons/digester3/annotations/servletbean/ServletBean.xml
   (with props)

Added: 
commons/sandbox/digester3/trunk/src/test/resources/org/apache/commons/digester3/annotations/addressbook/AddressBook.xml
URL: 
http://svn.apache.org/viewvc/commons/sandbox/digester3/trunk/src/test/resources/org/apache/commons/digester3/annotations/addressbook/AddressBook.xml?rev=1070271&view=auto
==============================================================================
--- 
commons/sandbox/digester3/trunk/src/test/resources/org/apache/commons/digester3/annotations/addressbook/AddressBook.xml
 (added)
+++ 
commons/sandbox/digester3/trunk/src/test/resources/org/apache/commons/digester3/annotations/addressbook/AddressBook.xml
 Sun Feb 13 18:01:55 2011
@@ -0,0 +1,58 @@
+<?xml version="1.0" encoding="UTF-8"?>
+<!--
+ Licensed to the Apache Software Foundation (ASF) under one or more
+ contributor license agreements.  See the NOTICE file distributed with
+ this work for additional information regarding copyright ownership.
+ The ASF licenses this file to You 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.
+-->
+
+<!--
+ version: $Id$
+-->
+<address-book>
+    <person id="1" category="acquaintance">
+        <name>Gonzo</name>
+        <email type="business">[email protected]</email>
+        <address>
+            <type>home</type>
+            <street>123 Maine Ave.</street>
+            <city>Las Vegas</city>
+            <state>NV</state>
+            <zip>01234</zip>
+            <country>USA</country>
+        </address>
+        <address>
+            <type>business</type>
+            <street>234 Maple Dr.</street>
+            <city>Los Angeles</city>
+            <state>CA</state>
+            <zip>98765</zip>
+            <country>USA</country>
+        </address>
+    </person>
+
+    <person id="2" category="rolemodel">
+        <name>Kermit</name>
+        <email type="business">[email protected]</email>
+        <email type="home">[email protected]</email>
+        <address>
+            <type>business</type>
+            <street>987 Brown Rd</street>
+            <city>Las Cruces</city>
+            <state>NM</state>
+            <zip>75321</zip>
+            <country>USA</country>
+        </address>
+    </person>
+
+</address-book>

Propchange: 
commons/sandbox/digester3/trunk/src/test/resources/org/apache/commons/digester3/annotations/addressbook/AddressBook.xml
------------------------------------------------------------------------------
    svn:eol-style = native

Propchange: 
commons/sandbox/digester3/trunk/src/test/resources/org/apache/commons/digester3/annotations/addressbook/AddressBook.xml
------------------------------------------------------------------------------
    svn:keywords = Date Revision Author HeadURL Id

Propchange: 
commons/sandbox/digester3/trunk/src/test/resources/org/apache/commons/digester3/annotations/addressbook/AddressBook.xml
------------------------------------------------------------------------------
    svn:mime-type = text/xml

Added: 
commons/sandbox/digester3/trunk/src/test/resources/org/apache/commons/digester3/annotations/catalog/Catalog.xml
URL: 
http://svn.apache.org/viewvc/commons/sandbox/digester3/trunk/src/test/resources/org/apache/commons/digester3/annotations/catalog/Catalog.xml?rev=1070271&view=auto
==============================================================================
--- 
commons/sandbox/digester3/trunk/src/test/resources/org/apache/commons/digester3/annotations/catalog/Catalog.xml
 (added)
+++ 
commons/sandbox/digester3/trunk/src/test/resources/org/apache/commons/digester3/annotations/catalog/Catalog.xml
 Sun Feb 13 18:01:55 2011
@@ -0,0 +1,48 @@
+<?xml version="1.0" encoding="UTF-8"?>
+<!--
+ Licensed to the Apache Software Foundation (ASF) under one or more
+ contributor license agreements.  See the NOTICE file distributed with
+ this work for additional information regarding copyright ownership.
+ The ASF licenses this file to You 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.
+-->
+
+<!--
+ version: $Id$
+-->
+<catalog>
+
+    <book isbn="0-596-00184-3">
+        <title>Ant, The Definitive Guide</title>
+        <author>Jesse Tilly &amp; Eric M. Burke</author>
+        <desc>Complete build management for Java.</desc>
+    </book>
+
+    <book isbn="0201310058">
+        <title>Effective Java</title>
+        <author>Joshua Bloch</author>
+        <desc>Tips for experienced Java software developers.</desc>
+    </book>
+
+    <dvd category="martial arts" year-made="1978">
+        <attr id="name" value="Drunken Master"/>
+        <attr id="desc" value="Hilarious slapstick starring Jackie Chan."/>
+        <attr id="runtime" value="106"/>
+    </dvd>
+
+    <dvd category="drama" year-made="1993">
+        <attr id="name" value="The Piano"/>
+        <attr id="desc" value="Character drama set in New Zealand during the 
Victorian era."/>
+        <attr id="runtime" value="121"/>
+    </dvd>
+
+</catalog>

Propchange: 
commons/sandbox/digester3/trunk/src/test/resources/org/apache/commons/digester3/annotations/catalog/Catalog.xml
------------------------------------------------------------------------------
    svn:eol-style = native

Propchange: 
commons/sandbox/digester3/trunk/src/test/resources/org/apache/commons/digester3/annotations/catalog/Catalog.xml
------------------------------------------------------------------------------
    svn:keywords = Date Revision Author HeadURL Id

Propchange: 
commons/sandbox/digester3/trunk/src/test/resources/org/apache/commons/digester3/annotations/catalog/Catalog.xml
------------------------------------------------------------------------------
    svn:mime-type = text/xml

Added: 
commons/sandbox/digester3/trunk/src/test/resources/org/apache/commons/digester3/annotations/employee/Employee.xml
URL: 
http://svn.apache.org/viewvc/commons/sandbox/digester3/trunk/src/test/resources/org/apache/commons/digester3/annotations/employee/Employee.xml?rev=1070271&view=auto
==============================================================================
--- 
commons/sandbox/digester3/trunk/src/test/resources/org/apache/commons/digester3/annotations/employee/Employee.xml
 (added)
+++ 
commons/sandbox/digester3/trunk/src/test/resources/org/apache/commons/digester3/annotations/employee/Employee.xml
 Sun Feb 13 18:01:55 2011
@@ -0,0 +1,38 @@
+<?xml version="1.0" encoding="UTF-8"?>
+<!--
+ Licensed to the Apache Software Foundation (ASF) under one or more
+ contributor license agreements.  See the NOTICE file distributed with
+ this work for additional information regarding copyright ownership.
+ The ASF licenses this file to You 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.
+-->
+
+<!--
+ version: $Id$
+-->
+<employee name="First Name" surname="Last Name">
+
+    <address place="home">
+        <street>Home Street</street>
+        <city>Home City</city>
+        <state>HS</state>
+        <zip-code>HmZip</zip-code>
+    </address>
+
+    <address place="office">
+        <street>Office Street</street>
+        <city>Office City</city>
+        <state>OS</state>
+        <zip-code>OfZip</zip-code>
+    </address>
+
+</employee>

Propchange: 
commons/sandbox/digester3/trunk/src/test/resources/org/apache/commons/digester3/annotations/employee/Employee.xml
------------------------------------------------------------------------------
    svn:eol-style = native

Propchange: 
commons/sandbox/digester3/trunk/src/test/resources/org/apache/commons/digester3/annotations/employee/Employee.xml
------------------------------------------------------------------------------
    svn:keywords = Date Revision Author HeadURL Id

Propchange: 
commons/sandbox/digester3/trunk/src/test/resources/org/apache/commons/digester3/annotations/employee/Employee.xml
------------------------------------------------------------------------------
    svn:mime-type = text/xml

Added: 
commons/sandbox/digester3/trunk/src/test/resources/org/apache/commons/digester3/annotations/person/Person.xml
URL: 
http://svn.apache.org/viewvc/commons/sandbox/digester3/trunk/src/test/resources/org/apache/commons/digester3/annotations/person/Person.xml?rev=1070271&view=auto
==============================================================================
--- 
commons/sandbox/digester3/trunk/src/test/resources/org/apache/commons/digester3/annotations/person/Person.xml
 (added)
+++ 
commons/sandbox/digester3/trunk/src/test/resources/org/apache/commons/digester3/annotations/person/Person.xml
 Sun Feb 13 18:01:55 2011
@@ -0,0 +1,26 @@
+<?xml version="1.0" encoding="UTF-8"?>
+<!--
+ Licensed to the Apache Software Foundation (ASF) under one or more
+ contributor license agreements.  See the NOTICE file distributed with
+ this work for additional information regarding copyright ownership.
+ The ASF licenses this file to You 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.
+-->
+
+<!--
+ version: $Id$
+-->
+<person id="1" category="acquaintance">
+    <name>Gonzo</name>
+    <email type="business">[email protected]</email>
+    <email type="home">[email protected]</email>
+</person>

Propchange: 
commons/sandbox/digester3/trunk/src/test/resources/org/apache/commons/digester3/annotations/person/Person.xml
------------------------------------------------------------------------------
    svn:eol-style = native

Propchange: 
commons/sandbox/digester3/trunk/src/test/resources/org/apache/commons/digester3/annotations/person/Person.xml
------------------------------------------------------------------------------
    svn:keywords = Date Revision Author HeadURL Id

Propchange: 
commons/sandbox/digester3/trunk/src/test/resources/org/apache/commons/digester3/annotations/person/Person.xml
------------------------------------------------------------------------------
    svn:mime-type = text/xml

Added: 
commons/sandbox/digester3/trunk/src/test/resources/org/apache/commons/digester3/annotations/rss/Channel.xml
URL: 
http://svn.apache.org/viewvc/commons/sandbox/digester3/trunk/src/test/resources/org/apache/commons/digester3/annotations/rss/Channel.xml?rev=1070271&view=auto
==============================================================================
--- 
commons/sandbox/digester3/trunk/src/test/resources/org/apache/commons/digester3/annotations/rss/Channel.xml
 (added)
+++ 
commons/sandbox/digester3/trunk/src/test/resources/org/apache/commons/digester3/annotations/rss/Channel.xml
 Sun Feb 13 18:01:55 2011
@@ -0,0 +1,67 @@
+<?xml version="1.0" encoding="UTF-8"?>
+<!--
+ Licensed to the Apache Software Foundation (ASF) under one or more
+ contributor license agreements.  See the NOTICE file distributed with
+ this work for additional information regarding copyright ownership.
+ The ASF licenses this file to You 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.
+-->
+
+<!--
+ version: $Id$
+-->
+<rss version="2.0">
+    <channel>
+
+        <title>Apache</title>
+        <link>http://www.apache.org</link>
+        <description>The Apache Software Foundation</description>
+        <language>en-US</language>
+        <rating>(PICS-1.1 "http://www.rsac.org/ratingsv01.html";
+            2 gen true comment "RSACi North America Server"
+            for "http://www.rsac.org"; on "1996.04.16T08:15-0500"
+            r (n 0 s 0 v 0 l 0))</rating>
+
+        <image>
+            <title>Apache</title>
+            <url>http://jakarta.apache.org/images/jakarta-logo.gif</url>
+            <link>http://jakarta.apache.org</link>
+            <width>505</width>
+            <height>480</height>
+            <description>The Jakarta project. Open source, serverside 
java.</description>
+        </image>
+
+        <item>
+            <title>Commons Attributes 2.1 Released</title>
+            
<link>http://jakarta.apache.org/site/news/news-2004-2ndHalf.html#20040815.1</link>
+            <description>The Apache Commons team is happy to announce the 
release of Commons Attributes 2.1. This is the first release of the new 
Commons-Attributes code.</description>
+        </item>
+
+        <item>
+            <title>Cloudscape Becomes Apache Derby</title>
+            
<link>http://jakarta.apache.org/site/news/elsewhere-2004-2ndHalf.html#20040803.1</link>
+            <description>IBM has submitted a proposal to the Apache DB project 
for a Java-based package to be called 'Derby'.</description>
+        </item>
+
+        <item>
+            <title>Commons BeanUtils 1.7 Released</title>
+            
<link>http://jakarta.apache.org/site/news/news-2004-2ndHalf.html#20040802.1</link>
+            <description/>
+        </item>
+
+        <item>
+            <title>Commons JXPath 1.2 Released</title>
+            
<link>http://jakarta.apache.org/site/news/news-2004-2ndHalf.html#20040801.2</link>
+            <description/>
+        </item>
+    </channel>
+</rss>

Propchange: 
commons/sandbox/digester3/trunk/src/test/resources/org/apache/commons/digester3/annotations/rss/Channel.xml
------------------------------------------------------------------------------
    svn:eol-style = native

Propchange: 
commons/sandbox/digester3/trunk/src/test/resources/org/apache/commons/digester3/annotations/rss/Channel.xml
------------------------------------------------------------------------------
    svn:keywords = Date Revision Author HeadURL Id

Propchange: 
commons/sandbox/digester3/trunk/src/test/resources/org/apache/commons/digester3/annotations/rss/Channel.xml
------------------------------------------------------------------------------
    svn:mime-type = text/xml

Added: 
commons/sandbox/digester3/trunk/src/test/resources/org/apache/commons/digester3/annotations/servletbean/ServletBean.xml
URL: 
http://svn.apache.org/viewvc/commons/sandbox/digester3/trunk/src/test/resources/org/apache/commons/digester3/annotations/servletbean/ServletBean.xml?rev=1070271&view=auto
==============================================================================
--- 
commons/sandbox/digester3/trunk/src/test/resources/org/apache/commons/digester3/annotations/servletbean/ServletBean.xml
 (added)
+++ 
commons/sandbox/digester3/trunk/src/test/resources/org/apache/commons/digester3/annotations/servletbean/ServletBean.xml
 Sun Feb 13 18:01:55 2011
@@ -0,0 +1,37 @@
+<?xml version="1.0" encoding="UTF-8"?>
+<!--
+ Licensed to the Apache Software Foundation (ASF) under one or more
+ contributor license agreements.  See the NOTICE file distributed with
+ this work for additional information regarding copyright ownership.
+ The ASF licenses this file to You 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.
+-->
+
+<!--
+ version: $Id$
+-->
+<web-app>
+
+    <servlet>
+        <servlet-name>action</servlet-name>
+        <servlet-class>org.apache.struts.action.ActionServlet</servlet-class>
+        <init-param>
+            <param-name>application</param-name>
+            
<param-value>org.apache.struts.example.ApplicationResources</param-value>
+        </init-param>
+        <init-param>
+            <param-name>config</param-name>
+            <param-value>/WEB-INF/struts-config.xml</param-value>
+        </init-param>
+    </servlet>
+
+</web-app>

Propchange: 
commons/sandbox/digester3/trunk/src/test/resources/org/apache/commons/digester3/annotations/servletbean/ServletBean.xml
------------------------------------------------------------------------------
    svn:eol-style = native

Propchange: 
commons/sandbox/digester3/trunk/src/test/resources/org/apache/commons/digester3/annotations/servletbean/ServletBean.xml
------------------------------------------------------------------------------
    svn:keywords = Date Revision Author HeadURL Id

Propchange: 
commons/sandbox/digester3/trunk/src/test/resources/org/apache/commons/digester3/annotations/servletbean/ServletBean.xml
------------------------------------------------------------------------------
    svn:mime-type = text/xml


Reply via email to