You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@onami.apache.org by si...@apache.org on 2013/01/20 22:15:19 UTC

svn commit: r1435966 - in /incubator/onami/trunk/logging/src/site: site.xml xdoc/ xdoc/changes.xml

Author: simonetripodi
Date: Sun Jan 20 21:15:19 2013
New Revision: 1435966

URL: http://svn.apache.org/viewvc?rev=1435966&view=rev
Log:
added changeslist - unfortunately the snippet generated at https://issues.apache.org/jira/secure/ReleaseNote.jspa?projectId=12314120&version=12323569 cannot be automagically imported in generated documentation site

Added:
    incubator/onami/trunk/logging/src/site/xdoc/
    incubator/onami/trunk/logging/src/site/xdoc/changes.xml   (with props)
Modified:
    incubator/onami/trunk/logging/src/site/site.xml

Modified: incubator/onami/trunk/logging/src/site/site.xml
URL: http://svn.apache.org/viewvc/incubator/onami/trunk/logging/src/site/site.xml?rev=1435966&r1=1435965&r2=1435966&view=diff
==============================================================================
--- incubator/onami/trunk/logging/src/site/site.xml (original)
+++ incubator/onami/trunk/logging/src/site/site.xml Sun Jan 20 21:15:19 2013
@@ -40,7 +40,7 @@
       <item name="JULI" href="./juli.html" />
       <item name="Extend Onami Logging" href="./extend.html" />
       <item name="API docs" href="./apidocs/index.html" />
-      <item name="Apache Onami" href="http://onami.incubator.apache.org" />
+      <item name="Release Notes" href="./changes.html" />
     </menu>
 
     <menu ref="reports" />

Added: incubator/onami/trunk/logging/src/site/xdoc/changes.xml
URL: http://svn.apache.org/viewvc/incubator/onami/trunk/logging/src/site/xdoc/changes.xml?rev=1435966&view=auto
==============================================================================
--- incubator/onami/trunk/logging/src/site/xdoc/changes.xml (added)
+++ incubator/onami/trunk/logging/src/site/xdoc/changes.xml Sun Jan 20 21:15:19 2013
@@ -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.
+-->
+<document xmlns="http://maven.apache.org/XDOC/2.0" xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance"
+  xsi:schemaLocation="http://maven.apache.org/XDOC/2.0 http://maven.apache.org/xsd/xdoc-2.0.xsd">
+
+  <properties>
+    <title>Release Notes</title>
+    <author email="onami-dev@incubator.apache.org">Apache Onami Documentation Team</author>
+  </properties>
+
+  <body>
+    <section name="Release Notes">
+      <subsection name="3.4.0-incubating">
+        <h5>        Bug
+</h5>
+<ul>
+<li>[<a href='https://issues.apache.org/jira/browse/ONAMI-28'>ONAMI-28</a>] -         Do not use code from com.google.inject.internal
+</li>
+</ul>
+    
+<h5>        Dependency upgrade
+</h5>
+<ul>
+<li>[<a href='https://issues.apache.org/jira/browse/ONAMI-61'>ONAMI-61</a>] -         Update SLF4J to v1.7.2
+</li>
+</ul>
+            
+<h5>        New Feature
+</h5>
+<ul>
+<li>[<a href='https://issues.apache.org/jira/browse/ONAMI-1'>ONAMI-1</a>] -         Add the Apache Log4j 2 integration module
+</li>
+</ul>
+                        
+<h5>        Task
+</h5>
+<ul>
+<li>[<a href='https://issues.apache.org/jira/browse/ONAMI-7'>ONAMI-7</a>] -         Import Logging donated codebase to ASF SVN
+</li>
+<li>[<a href='https://issues.apache.org/jira/browse/ONAMI-16'>ONAMI-16</a>] -         Update Logging docs
+</li>
+<li>[<a href='https://issues.apache.org/jira/browse/ONAMI-26'>ONAMI-26</a>] -         Make all artifactId OSGi name compliant
+</li>
+<li>[<a href='https://issues.apache.org/jira/browse/ONAMI-31'>ONAMI-31</a>] -         Update parent pom reference to released 1-incubating version
+</li>
+</ul>
+      </subsection>
+    </section>
+  </body>
+</document>

Propchange: incubator/onami/trunk/logging/src/site/xdoc/changes.xml
------------------------------------------------------------------------------
    svn:eol-style = native

Propchange: incubator/onami/trunk/logging/src/site/xdoc/changes.xml
------------------------------------------------------------------------------
    svn:keywords = Date Revision Author HeadURL Id

Propchange: incubator/onami/trunk/logging/src/site/xdoc/changes.xml
------------------------------------------------------------------------------
    svn:mime-type = text/xml