You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@felix.apache.org by pd...@apache.org on 2015/03/06 22:27:23 UTC

svn commit: r1664725 - /felix/site/trunk/content/documentation/subprojects/apache-felix-dependency-manager-4/guides/whatsnew.mdtext

Author: pderop
Date: Fri Mar  6 21:27:22 2015
New Revision: 1664725

URL: http://svn.apache.org/r1664725
Log:
Added sample codes.

Modified:
    felix/site/trunk/content/documentation/subprojects/apache-felix-dependency-manager-4/guides/whatsnew.mdtext

Modified: felix/site/trunk/content/documentation/subprojects/apache-felix-dependency-manager-4/guides/whatsnew.mdtext
URL: http://svn.apache.org/viewvc/felix/site/trunk/content/documentation/subprojects/apache-felix-dependency-manager-4/guides/whatsnew.mdtext?rev=1664725&r1=1664724&r2=1664725&view=diff
==============================================================================
--- felix/site/trunk/content/documentation/subprojects/apache-felix-dependency-manager-4/guides/whatsnew.mdtext (original)
+++ felix/site/trunk/content/documentation/subprojects/apache-felix-dependency-manager-4/guides/whatsnew.mdtext Fri Mar  6 21:27:22 2015
@@ -46,3 +46,7 @@ Use "add-require-capability=true" option
 * Added a benchmark tool for dependency manager (not released, only available from the trunk, see dependencymanager/org.apache.felix.dependencymanager.benchmark/README
 
 * The Annotations "Factory Sets" are deprecated and have been replaced by a nice api exported by the runtime bundle. See FELIX-4684
+
+* The source distribution includes many sample codes which can be run directly under Eclipse and BndTools. The samples are available in the 
+org.apache.felix.dependencymanager.samples/ module.
+Please consult org.apache.felix.dependencymanager.samples/README.samples for up to date instructions on how to execute the various examples.