Author: simonetripodi Date: Mon Jun 3 09:03:43 2013 New Revision: 1488913 URL: http://svn.apache.org/r1488913 Log: added converters/scheduler latest release notes
Added: onami/trunk/converters/src/site/xdoc/ onami/trunk/converters/src/site/xdoc/changes.xml (with props) onami/trunk/scheduler/src/site/xdoc/ onami/trunk/scheduler/src/site/xdoc/changes.xml (with props) Modified: onami/trunk/converters/src/site/site.xml onami/trunk/scheduler/src/site/site.xml Modified: onami/trunk/converters/src/site/site.xml URL: http://svn.apache.org/viewvc/onami/trunk/converters/src/site/site.xml?rev=1488913&r1=1488912&r2=1488913&view=diff ============================================================================== --- onami/trunk/converters/src/site/site.xml (original) +++ onami/trunk/converters/src/site/site.xml Mon Jun 3 09:03:43 2013 @@ -36,6 +36,7 @@ <item name="System converters" href="./system.html" /> <item name="The complete converters module" href="./all.html" /> <item name="Extend Onami Converters" href="./extend.html" /> + <item name="Release Notes" href="./changes.html" /> </menu> <menu ref="reports"/> Added: onami/trunk/converters/src/site/xdoc/changes.xml URL: http://svn.apache.org/viewvc/onami/trunk/converters/src/site/xdoc/changes.xml?rev=1488913&view=auto ============================================================================== --- onami/trunk/converters/src/site/xdoc/changes.xml (added) +++ onami/trunk/converters/src/site/xdoc/changes.xml Mon Jun 3 09:03:43 2013 @@ -0,0 +1,47 @@ +<?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="d...@onami.apache.org">Apache Onami Documentation Team</author> + </properties> + + <body> + <section name="Release Notes"> + <subsection name="1.0.0"> + <h5> Improvement +</h5> +<ul> +<li>[<a href='https://issues.apache.org/jira/browse/ONAMI-89'>ONAMI-89</a>] - Avoid re-encoding chars in PropertiesConverter +</li> +</ul> + +<h5> Task +</h5> +<ul> +<li>[<a href='https://issues.apache.org/jira/browse/ONAMI-76'>ONAMI-76</a>] - Migrate converters from org.apache.onami.configuration.converters in the configuration module +</li> +</ul> + </subsection> + </section> + </body> +</document> Propchange: onami/trunk/converters/src/site/xdoc/changes.xml ------------------------------------------------------------------------------ svn:eol-style = native Propchange: onami/trunk/converters/src/site/xdoc/changes.xml ------------------------------------------------------------------------------ svn:keywords = Date Revision Author HeadURL Id Propchange: onami/trunk/converters/src/site/xdoc/changes.xml ------------------------------------------------------------------------------ svn:mime-type = text/xml Modified: onami/trunk/scheduler/src/site/site.xml URL: http://svn.apache.org/viewvc/onami/trunk/scheduler/src/site/site.xml?rev=1488913&r1=1488912&r2=1488913&view=diff ============================================================================== --- onami/trunk/scheduler/src/site/site.xml (original) +++ onami/trunk/scheduler/src/site/site.xml Mon Jun 3 09:03:43 2013 @@ -34,6 +34,7 @@ <menu name="Apache Onami⢠Scheduler"> <item name="Home" href="index.html" /> <item name="User guide" href="userguide.html" /> + <item name="Release Notes" href="./changes.html" /> </menu> <menu ref="reports"/> Added: onami/trunk/scheduler/src/site/xdoc/changes.xml URL: http://svn.apache.org/viewvc/onami/trunk/scheduler/src/site/xdoc/changes.xml?rev=1488913&view=auto ============================================================================== --- onami/trunk/scheduler/src/site/xdoc/changes.xml (added) +++ onami/trunk/scheduler/src/site/xdoc/changes.xml Mon Jun 3 09:03:43 2013 @@ -0,0 +1,55 @@ +<?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="d...@onami.apache.org">Apache Onami Documentation Team</author> + </properties> + + <body> + <section name="Release Notes"> + <subsection name="1.4.0"> + <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> +<li>[<a href='https://issues.apache.org/jira/browse/ONAMI-75'>ONAMI-75</a>] - Update tests from pure JUnit to use Onami-Test to avoid boilerplate code +</li> +</ul> + +<h5> Task +</h5> +<ul> +<li>[<a href='https://issues.apache.org/jira/browse/ONAMI-8'>ONAMI-8</a>] - Import Scheduler donated codebase to ASF SVN +</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> +<li>[<a href='https://issues.apache.org/jira/browse/ONAMI-36'>ONAMI-36</a>] - remove groupId in components where it is inherited from the parent +</li> +</ul> + </subsection> + </section> + </body> +</document> Propchange: onami/trunk/scheduler/src/site/xdoc/changes.xml ------------------------------------------------------------------------------ svn:eol-style = native Propchange: onami/trunk/scheduler/src/site/xdoc/changes.xml ------------------------------------------------------------------------------ svn:keywords = Date Revision Author HeadURL Id Propchange: onami/trunk/scheduler/src/site/xdoc/changes.xml ------------------------------------------------------------------------------ svn:mime-type = text/xml