You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@activemq.apache.org by gt...@apache.org on 2013/03/27 15:31:15 UTC

svn commit: r1461608 - /activemq/trunk/activemq-osgi/pom.xml

Author: gtully
Date: Wed Mar 27 14:31:15 2013
New Revision: 1461608

URL: http://svn.apache.org/r1461608
Log:
https://issues.apache.org/jira/browse/AMQ-4411 - make native deps optional in osgi metadata

Modified:
    activemq/trunk/activemq-osgi/pom.xml

Modified: activemq/trunk/activemq-osgi/pom.xml
URL: http://svn.apache.org/viewvc/activemq/trunk/activemq-osgi/pom.xml?rev=1461608&r1=1461607&r2=1461608&view=diff
==============================================================================
--- activemq/trunk/activemq-osgi/pom.xml (original)
+++ activemq/trunk/activemq-osgi/pom.xml Wed Mar 27 14:31:15 2013
@@ -243,7 +243,8 @@
               org/xerial/snappy/native/Mac/i386/libsnappyjava.jnilib;osname=macosx;processor=x86,
               org/xerial/snappy/native/Mac/x86_64/libsnappyjava.jnilib;osname=macosx;processor=x86-64,
               org/xerial/snappy/native/Windows/amd64/snappyjava.dll;osname=Win32;processor=x86-64,
-              org/xerial/snappy/native/Windows/x86/snappyjava.dll;osname=Win32;processor=x86
+              org/xerial/snappy/native/Windows/x86/snappyjava.dll;osname=Win32;processor=x86,
+              *
             </Bundle-NativeCode>
          </instructions>
         </configuration>