You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@felix.apache.org by gn...@apache.org on 2010/11/03 22:42:50 UTC

svn commit: r1030705 - in /felix/trunk/utils: DEPENDENCIES NOTICE doc/ doc/changelog.txt pom.xml

Author: gnodet
Date: Wed Nov  3 21:42:49 2010
New Revision: 1030705

URL: http://svn.apache.org/viewvc?rev=1030705&view=rev
Log:
Update legal stuff + changelog for utils

Added:
    felix/trunk/utils/DEPENDENCIES
    felix/trunk/utils/doc/
    felix/trunk/utils/doc/changelog.txt
Modified:
    felix/trunk/utils/NOTICE
    felix/trunk/utils/pom.xml

Added: felix/trunk/utils/DEPENDENCIES
URL: http://svn.apache.org/viewvc/felix/trunk/utils/DEPENDENCIES?rev=1030705&view=auto
==============================================================================
--- felix/trunk/utils/DEPENDENCIES (added)
+++ felix/trunk/utils/DEPENDENCIES Wed Nov  3 21:42:49 2010
@@ -0,0 +1,26 @@
+Apache Felix Utils
+Copyright 2010 The Apache Software Foundation
+
+This software was developed at the Apache Software Foundation
+(http://www.apache.org) and may have dependencies on other
+Apache software licensed under Apache License 2.0.
+
+I. Included Third-Party Software
+
+This product includes software developed at
+The Apache Software Foundation (http://www.apache.org/).
+Licensed under the Apache License 2.0.
+
+II. Used Third-Party Software
+
+This product uses software developed at
+The Apache Software Foundation (http://www.apache.org/).
+Licensed under the Apache License 2.0.
+
+This product uses software developed at
+The OSGi Alliance (http://www.osgi.org/).
+Copyright (c) OSGi Alliance (2000, 2010).
+Licensed under the Apache License 2.0. 
+
+III. License Summary
+- Apache License 2.0

Modified: felix/trunk/utils/NOTICE
URL: http://svn.apache.org/viewvc/felix/trunk/utils/NOTICE?rev=1030705&r1=1030704&r2=1030705&view=diff
==============================================================================
--- felix/trunk/utils/NOTICE (original)
+++ felix/trunk/utils/NOTICE Wed Nov  3 21:42:49 2010
@@ -1,23 +1,6 @@
 Apache Felix Utils
 Copyright 2010 The Apache Software Foundation
 
-I. Included Software
-
 This product includes software developed at
 The Apache Software Foundation (http://www.apache.org/).
 Licensed under the Apache License 2.0.
-
-This product includes software developed at
-The OSGi Alliance (http://www.osgi.org/).
-Copyright (c) OSGi Alliance (2000, 2009).
-Licensed under the Apache License 2.0.
-
-II. Used Software
-
-This product uses software developed at
-The OSGi Alliance (http://www.osgi.org/).
-Copyright (c) OSGi Alliance (2000, 2009).
-Licensed under the Apache License 2.0.
-
-III. License Summary
-- Apache License 2.0

Added: felix/trunk/utils/doc/changelog.txt
URL: http://svn.apache.org/viewvc/felix/trunk/utils/doc/changelog.txt?rev=1030705&view=auto
==============================================================================
--- felix/trunk/utils/doc/changelog.txt (added)
+++ felix/trunk/utils/doc/changelog.txt Wed Nov  3 21:42:49 2010
@@ -0,0 +1,11 @@
+Changes 1.0.0 to 1.1.0
+----------------------
+
+** New Feature
+    * New org.apache.felix.utils.collections.DictionaryAsMap class 
+      to wrap a Dictionary as a Map
+    * New org.apache.felix.utils.properties.InterpolationHelper to
+      interpolate a Map of properties using ${xx} replacements
+    * New org.apache.felix.utils.properties.Properties class to
+      load/save properties and allow editing them without loosing
+      the user formatting

Modified: felix/trunk/utils/pom.xml
URL: http://svn.apache.org/viewvc/felix/trunk/utils/pom.xml?rev=1030705&r1=1030704&r2=1030705&view=diff
==============================================================================
--- felix/trunk/utils/pom.xml (original)
+++ felix/trunk/utils/pom.xml Wed Nov  3 21:42:49 2010
@@ -20,7 +20,7 @@
 	<parent>
 		<groupId>org.apache.felix</groupId>
 		<artifactId>felix-parent</artifactId>
-		<version>1.2.0</version>
+		<version>1.2.1</version>
 	</parent>
 	
   <modelVersion>4.0.0</modelVersion>