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 2014/03/02 23:35:22 UTC

svn commit: r1573376 - /felix/sandbox/pderop/dependencymanager-prototype/dm/bnd.bnd

Author: pderop
Date: Sun Mar  2 22:35:22 2014
New Revision: 1573376

URL: http://svn.apache.org/r1573376
Log:
added dm.impl.metatype

Modified:
    felix/sandbox/pderop/dependencymanager-prototype/dm/bnd.bnd

Modified: felix/sandbox/pderop/dependencymanager-prototype/dm/bnd.bnd
URL: http://svn.apache.org/viewvc/felix/sandbox/pderop/dependencymanager-prototype/dm/bnd.bnd?rev=1573376&r1=1573375&r2=1573376&view=diff
==============================================================================
--- felix/sandbox/pderop/dependencymanager-prototype/dm/bnd.bnd (original)
+++ felix/sandbox/pderop/dependencymanager-prototype/dm/bnd.bnd Sun Mar  2 22:35:22 2014
@@ -5,7 +5,8 @@ Private-Package: \
 	dm.impl,\
 	dm.context,\
 	dm.impl.index,\
-	dm.impl.index.multiproperty
+	dm.impl.index.multiproperty,\
+	dm.impl.metatype
 Export-Package: \
 	dm,\
 	tracker