Author: simonetripodi
Date: Thu Oct 20 11:56:56 2011
New Revision: 1186751
URL: http://svn.apache.org/viewvc?rev=1186751&view=rev
Log:
first checkin of changelist report - tracked both JIRA issues and releases
changelist
Added:
incubator/directmemory/trunk/src/changes/
incubator/directmemory/trunk/src/changes/changes.xml (with props)
Modified:
incubator/directmemory/trunk/pom.xml
Modified: incubator/directmemory/trunk/pom.xml
URL:
http://svn.apache.org/viewvc/incubator/directmemory/trunk/pom.xml?rev=1186751&r1=1186750&r2=1186751&view=diff
==============================================================================
--- incubator/directmemory/trunk/pom.xml (original)
+++ incubator/directmemory/trunk/pom.xml Thu Oct 20 11:56:56 2011
@@ -602,6 +602,22 @@ under the License.
</plugin>
<plugin>
<groupId>org.apache.maven.plugins</groupId>
+ <artifactId>maven-changes-plugin</artifactId>
+ <version>2.3</version>
+ <configuration>
+ <issueLinkTemplate>%URL%/../%ISSUE%</issueLinkTemplate>
+ </configuration>
+ <reportSets>
+ <reportSet>
+ <reports>
+ <report>changes-report</report>
+ <report>jira-report</report>
+ </reports>
+ </reportSet>
+ </reportSets>
+ </plugin>
+ <plugin>
+ <groupId>org.apache.maven.plugins</groupId>
<artifactId>maven-javadoc-plugin</artifactId>
<reportSets>
<reportSet>
Added: incubator/directmemory/trunk/src/changes/changes.xml
URL:
http://svn.apache.org/viewvc/incubator/directmemory/trunk/src/changes/changes.xml?rev=1186751&view=auto
==============================================================================
--- incubator/directmemory/trunk/src/changes/changes.xml (added)
+++ incubator/directmemory/trunk/src/changes/changes.xml Thu Oct 20 11:56:56
2011
@@ -0,0 +1,52 @@
+<?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/changes/1.0.0"
+ xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance"
+ xsi:schemaLocation="http://maven.apache.org/changes/1.0.0
http://maven.apache.org/plugins/maven-changes-plugin/xsd/changes-1.0.0.xsd">
+ <properties>
+ <title>Apache DirectMemory Changes</title>
+ </properties>
+ <body>
+ <release version="0.5.5" date="????-??-??" description="First Apache
release.">
+ <action dev="olamy" type="update" issue="DIRECTMEMORY-23">
+ Provide a feature descriptor for Karaf
+ </action>
+ <action dev="raffaeleguidi" type="fix" issue="DIRECTMEMORY-18">
+ The expiry value is not passed to the underlying store to check the
expiry of the element.
+ </action>
+ <action dev="raffaeleguidi" type="fix" issue="DIRECTMEMORY-17">
+ Element Eviction/Expiry issue
+ </action>
+ <action dev="olamy" type="update" issue="DIRECTMEMORY-6">
+ Change Package Names to get adopted
+ </action>
+ <action dev="olamy" type="remove" issue="DIRECTMEMORY-5">
+ Remove Generated Classes from SVN
+ </action>
+ <action dev="raffaeleguidi" type="remove" issue="DIRECTMEMORY-4">
+ Remove eclipse project files
+ </action>
+ <action dev="raffaeleguidi" type="remove" issue="DIRECTMEMORY-3">
+ Remove Dependencies from SVN
+ </action>
+ <action dev="raffaeleguidi" type="add" issue="DIRECTMEMORY-1">
+ Import the codebase
+ </action>
+ </release>
+ </body>
+</document>
Propchange: incubator/directmemory/trunk/src/changes/changes.xml
------------------------------------------------------------------------------
svn:eol-style = native
Propchange: incubator/directmemory/trunk/src/changes/changes.xml
------------------------------------------------------------------------------
svn:keywords = Date Revision Author HeadURL Id
Propchange: incubator/directmemory/trunk/src/changes/changes.xml
------------------------------------------------------------------------------
svn:mime-type = text/xml