You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@qpid.apache.org by gr...@apache.org on 2011/12/06 19:16:01 UTC

svn commit: r1211060 - /qpid/trunk/qpid/java/client/src/main/java/client.bnd

Author: grkvlt
Date: Tue Dec  6 18:16:01 2011
New Revision: 1211060

URL: http://svn.apache.org/viewvc?rev=1211060&view=rev
Log:
QPID-3661: Add Dynamic-Import-Package wildcard entry to client .bnd file

Modified:
    qpid/trunk/qpid/java/client/src/main/java/client.bnd

Modified: qpid/trunk/qpid/java/client/src/main/java/client.bnd
URL: http://svn.apache.org/viewvc/qpid/trunk/qpid/java/client/src/main/java/client.bnd?rev=1211060&r1=1211059&r2=1211060&view=diff
==============================================================================
--- qpid/trunk/qpid/java/client/src/main/java/client.bnd (original)
+++ qpid/trunk/qpid/java/client/src/main/java/client.bnd Tue Dec  6 18:16:01 2011
@@ -23,4 +23,5 @@ Bundle-SymbolicName: qpid-client
 Bundle-Version: ${ver}
 Export-Package: *;version=${ver}
 Bundle-RequiredExecutionEnvironment: J2SE-1.5
+DynamicImport-Package: *
 



---------------------------------------------------------------------
Apache Qpid - AMQP Messaging Implementation
Project:      http://qpid.apache.org
Use/Interact: mailto:commits-subscribe@qpid.apache.org