You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@felix.apache.org by cz...@apache.org on 2011/06/07 12:03:04 UTC

svn commit: r1132935 - in /felix/trunk/scrplugin: generator/changelog.txt maven-scr-plugin/changelog.txt scrtask/changelog.txt

Author: cziegeler
Date: Tue Jun  7 10:03:04 2011
New Revision: 1132935

URL: http://svn.apache.org/viewvc?rev=1132935&view=rev
Log:
Update changelog

Modified:
    felix/trunk/scrplugin/generator/changelog.txt
    felix/trunk/scrplugin/maven-scr-plugin/changelog.txt
    felix/trunk/scrplugin/scrtask/changelog.txt

Modified: felix/trunk/scrplugin/generator/changelog.txt
URL: http://svn.apache.org/viewvc/felix/trunk/scrplugin/generator/changelog.txt?rev=1132935&r1=1132934&r2=1132935&view=diff
==============================================================================
--- felix/trunk/scrplugin/generator/changelog.txt (original)
+++ felix/trunk/scrplugin/generator/changelog.txt Tue Jun  7 10:03:04 2011
@@ -10,6 +10,7 @@ Changes from 1.1.0 to 1.1.2
 
 
 ** Improvement
+    * [FELIX-2492] - scr plugin: using src annotations causes NoClassDefFoundError and other errors
     * [FELIX-2939] - Maven SCR Plugin is not (marked as) thread-safe for parallel builds
 
 

Modified: felix/trunk/scrplugin/maven-scr-plugin/changelog.txt
URL: http://svn.apache.org/viewvc/felix/trunk/scrplugin/maven-scr-plugin/changelog.txt?rev=1132935&r1=1132934&r2=1132935&view=diff
==============================================================================
--- felix/trunk/scrplugin/maven-scr-plugin/changelog.txt (original)
+++ felix/trunk/scrplugin/maven-scr-plugin/changelog.txt Tue Jun  7 10:03:04 2011
@@ -10,6 +10,7 @@ Changes from 1.7.0 to 1.7.2
 
 ** Improvement
     * [FELIX-2939] - Maven SCR Plugin is not (marked as) thread-safe for parallel builds
+    * [FELIX-2492] - scr plugin: using src annotations causes NoClassDefFoundError and other errors
 
 
 Changes from 1.6.0 to 1.7.0

Modified: felix/trunk/scrplugin/scrtask/changelog.txt
URL: http://svn.apache.org/viewvc/felix/trunk/scrplugin/scrtask/changelog.txt?rev=1132935&r1=1132934&r2=1132935&view=diff
==============================================================================
--- felix/trunk/scrplugin/scrtask/changelog.txt (original)
+++ felix/trunk/scrplugin/scrtask/changelog.txt Tue Jun  7 10:03:04 2011
@@ -7,6 +7,9 @@ Changes from 1.1.0 to 1.1.2
     * [FELIX-2945] - SCR plugin: Parsing of "options" for property tag broken for java annotations
     * [FELIX-2906] - @Property(cardinality=Integer.MAX_Int, ...) causes java.lang.NumberFormatException
 
+** Improvement
+    * [FELIX-2492] - scr plugin: using src annotations causes NoClassDefFoundError and other errors
+
 
 Changes from 1.0.0 to 1.1.0
 ---------------------------