You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@felix.apache.org by ri...@apache.org on 2009/09/03 19:05:22 UTC

svn commit: r811035 - /felix/sandbox/rickhall/bnd-test/org.apache.felix.framework.test/recipes/classloading.b004.bnd

Author: rickhall
Date: Thu Sep  3 17:05:21 2009
New Revision: 811035

URL: http://svn.apache.org/viewvc?rev=811035&view=rev
Log:
Added for dynamic import/getResources test case.

Added:
    felix/sandbox/rickhall/bnd-test/org.apache.felix.framework.test/recipes/classloading.b004.bnd

Added: felix/sandbox/rickhall/bnd-test/org.apache.felix.framework.test/recipes/classloading.b004.bnd
URL: http://svn.apache.org/viewvc/felix/sandbox/rickhall/bnd-test/org.apache.felix.framework.test/recipes/classloading.b004.bnd?rev=811035&view=auto
==============================================================================
--- felix/sandbox/rickhall/bnd-test/org.apache.felix.framework.test/recipes/classloading.b004.bnd (added)
+++ felix/sandbox/rickhall/bnd-test/org.apache.felix.framework.test/recipes/classloading.b004.bnd Thu Sep  3 17:05:21 2009
@@ -0,0 +1,4 @@
+Bundle-SymbolicName: org.apache.felix.framework.test.classloading.b004
+Import-Package: org.apache.felix.framework.test.classloading.b003
+Export-Package: org.apache.felix.framework.test.classloading.b004;uses:="org.apache.felix.framework.test.classloading.b003"
+DynamicImport-Package: *