Author: dejanb
Date: Wed Jan 25 08:41:23 2012
New Revision: 1235685
URL: http://svn.apache.org/viewvc?rev=1235685&view=rev
Log:
https://issues.apache.org/jira/browse/AMQ-3679 - fix osgi metadata
Modified:
activemq/activeio/trunk/activeio-core/pom.xml
Modified: activemq/activeio/trunk/activeio-core/pom.xml
URL:
http://svn.apache.org/viewvc/activemq/activeio/trunk/activeio-core/pom.xml?rev=1235685&r1=1235684&r2=1235685&view=diff
==============================================================================
--- activemq/activeio/trunk/activeio-core/pom.xml (original)
+++ activemq/activeio/trunk/activeio-core/pom.xml Wed Jan 25 08:41:23 2012
@@ -30,7 +30,7 @@
<description>A high performance IO abstraction framework</description>
<properties>
<activeio.osgi.import.pkg>
- org.objectweb.howl.log*;resolution=optional,
+ org.objectweb.howl.log*;resolution:=optional,
*
</activeio.osgi.import.pkg>
</properties>