You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@activemq.apache.org by cl...@apache.org on 2018/08/17 16:56:52 UTC

activemq-artemis git commit: ARTEMIS-2037 Adding 32 bits back on libaio

Repository: activemq-artemis
Updated Branches:
  refs/heads/master 7119f10d6 -> 581ee5bc4


ARTEMIS-2037 Adding 32 bits back on libaio


Project: http://git-wip-us.apache.org/repos/asf/activemq-artemis/repo
Commit: http://git-wip-us.apache.org/repos/asf/activemq-artemis/commit/581ee5bc
Tree: http://git-wip-us.apache.org/repos/asf/activemq-artemis/tree/581ee5bc
Diff: http://git-wip-us.apache.org/repos/asf/activemq-artemis/diff/581ee5bc

Branch: refs/heads/master
Commit: 581ee5bc46ec630265fa35a05262127f0d56a74d
Parents: 7119f10
Author: Clebert Suconic <cl...@apache.org>
Authored: Fri Aug 17 12:39:30 2018 -0400
Committer: Clebert Suconic <cl...@apache.org>
Committed: Fri Aug 17 12:52:38 2018 -0400

----------------------------------------------------------------------
 artemis-native/bin/libartemis-native-32.so | Bin 0 -> 20114 bytes
 artemis-native/pom.xml                     |  18 ++++++++++++++++++
 2 files changed, 18 insertions(+)
----------------------------------------------------------------------


http://git-wip-us.apache.org/repos/asf/activemq-artemis/blob/581ee5bc/artemis-native/bin/libartemis-native-32.so
----------------------------------------------------------------------
diff --git a/artemis-native/bin/libartemis-native-32.so b/artemis-native/bin/libartemis-native-32.so
new file mode 100755
index 0000000..2917fc3
Binary files /dev/null and b/artemis-native/bin/libartemis-native-32.so differ

http://git-wip-us.apache.org/repos/asf/activemq-artemis/blob/581ee5bc/artemis-native/pom.xml
----------------------------------------------------------------------
diff --git a/artemis-native/pom.xml b/artemis-native/pom.xml
index 793f470..6fa4d7d 100644
--- a/artemis-native/pom.xml
+++ b/artemis-native/pom.xml
@@ -82,6 +82,24 @@
             <artifactId>maven-resources-plugin</artifactId>
             <executions>
                <execution>
+                  <id>copy-resources-32</id>
+                  <phase>validate</phase>
+                  <goals>
+                     <goal>copy-resources</goal>
+                  </goals>
+                  <configuration>
+                     <outputDirectory>${basedir}/target/output/lib/linux-i686/</outputDirectory>
+                     <resources>
+                        <resource>
+                           <directory>bin/</directory>
+                           <includes>
+                              <include>libartemis-native-32.so</include>
+                           </includes>
+                        </resource>
+                     </resources>
+                  </configuration>
+               </execution>
+               <execution>
                   <id>copy-resources-64</id>
                   <phase>validate</phase>
                   <goals>