You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@commons.apache.org by si...@apache.org on 2010/01/14 09:25:51 UTC

svn commit: r899108 - /commons/sandbox/at-digester/trunk/src/test/org/apache/commons/digester/annotations/rss/Channel.xml

Author: simonetripodi
Date: Thu Jan 14 08:25:51 2010
New Revision: 899108

URL: http://svn.apache.org/viewvc?rev=899108&view=rev
Log:
first checkin of Channel XML representation

Added:
    commons/sandbox/at-digester/trunk/src/test/org/apache/commons/digester/annotations/rss/Channel.xml   (with props)

Added: commons/sandbox/at-digester/trunk/src/test/org/apache/commons/digester/annotations/rss/Channel.xml
URL: http://svn.apache.org/viewvc/commons/sandbox/at-digester/trunk/src/test/org/apache/commons/digester/annotations/rss/Channel.xml?rev=899108&view=auto
==============================================================================
--- commons/sandbox/at-digester/trunk/src/test/org/apache/commons/digester/annotations/rss/Channel.xml (added)
+++ commons/sandbox/at-digester/trunk/src/test/org/apache/commons/digester/annotations/rss/Channel.xml Thu Jan 14 08:25:51 2010
@@ -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/at-digester/trunk/src/test/org/apache/commons/digester/annotations/rss/Channel.xml
------------------------------------------------------------------------------
    svn:eol-style = native

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

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