[zb4osgi-changeset] [scm] ZigBee 4 OSGi repository change: r982 - in /projects/zb4osgi/sandbox/giancarlo.riolo: externals/bundles/rxtx/ externals/bundles/rxtx/src/main/resources/Linux/arm-unknown-linux-gnu/ externals/bundles/rxtx/src/main/resources/Linux/ia64-unknown-linux-gnu/ externals/bundles/rxtx/src/main/resources/Linux/ia64-unkown-linux-gnu/ externals/bundles/rxtx/src/main/resources/Windows/i368-mingw32/ externals/bundles/rxtx/src/main/resources/Windows/i386-mingw32/ zigbee.tester/

scm-notify at zb4osgi.aaloa.org scm-notify at zb4osgi.aaloa.org
Mon Apr 7 16:50:26 CEST 2014


Author: giancarlo.riolo
Date: Mon Apr  7 16:50:26 2014
New Revision: 982

Log:
ARM rxtx initial support.

Added:
    projects/zb4osgi/sandbox/giancarlo.riolo/externals/bundles/rxtx/src/main/resources/Linux/arm-unknown-linux-gnu/
    projects/zb4osgi/sandbox/giancarlo.riolo/externals/bundles/rxtx/src/main/resources/Linux/ia64-unknown-linux-gnu/
      - copied from r980, projects/zb4osgi/sandbox/giancarlo.riolo/externals/bundles/rxtx/src/main/resources/Linux/ia64-unkown-linux-gnu/
    projects/zb4osgi/sandbox/giancarlo.riolo/externals/bundles/rxtx/src/main/resources/Windows/i386-mingw32/
      - copied from r980, projects/zb4osgi/sandbox/giancarlo.riolo/externals/bundles/rxtx/src/main/resources/Windows/i368-mingw32/
Removed:
    projects/zb4osgi/sandbox/giancarlo.riolo/externals/bundles/rxtx/src/main/resources/Linux/ia64-unkown-linux-gnu/
    projects/zb4osgi/sandbox/giancarlo.riolo/externals/bundles/rxtx/src/main/resources/Windows/i368-mingw32/
Modified:
    projects/zb4osgi/sandbox/giancarlo.riolo/externals/bundles/rxtx/pom.xml
    projects/zb4osgi/sandbox/giancarlo.riolo/zigbee.tester/pax.args

Modified: projects/zb4osgi/sandbox/giancarlo.riolo/externals/bundles/rxtx/pom.xml
==============================================================================
--- projects/zb4osgi/sandbox/giancarlo.riolo/externals/bundles/rxtx/pom.xml (original)
+++ projects/zb4osgi/sandbox/giancarlo.riolo/externals/bundles/rxtx/pom.xml Mon Apr  7 16:50:26 2014
@@ -18,7 +18,7 @@
 
   <groupId>org.aaloa.zb4osgi.bundle</groupId>
   <artifactId>${project.groupId}.${pkgArtifactId}</artifactId>
-  <version>2.1.7-4-SNAPSHOT</version>
+  <version>2.1.7-5-SNAPSHOT</version>
   <packaging>bundle</packaging>
   <name>${pkgArtifactId} Bundle Wrapper</name>
   <description>
@@ -50,15 +50,16 @@
             <Bundle-Description>${project.description}</Bundle-Description>
             <Bundle-SymbolicName>${project.artifactId}</Bundle-SymbolicName>
             <Bundle-NativeCode>
-              Windows/i368-mingw32/rxtxSerial.dll; Windows/i368-mingw32/rxtxParallel.dll; osname=win32; processor=x86, 
+              Windows/i386-mingw32/rxtxSerial.dll; Windows/i386-mingw32/rxtxParallel.dll; osname=win32; processor=x86, 
               Windows/win64/rxtxSerial.dll; Windows/win64/rxtxParallel.dll; osname=win64; processor=x86-64,
-              Windows/i368-mingw32/rxtxSerial.dll; Windows/i368-mingw32/rxtxParallel.dll; osname=win32; processor=x86-64,
-              Windows/i368-mingw32/rxtxSerial.dll; Windows/i368-mingw32/rxtxParallel.dll; osname=Windows 7; processor=x86,
+              Windows/i386-mingw32/rxtxSerial.dll; Windows/i386-mingw32/rxtxParallel.dll; osname=win32; processor=x86-64,
+              Windows/i386-mingw32/rxtxSerial.dll; Windows/i386-mingw32/rxtxParallel.dll; osname=Windows 7; processor=x86,
               Windows/win64/rxtxSerial.dll; Windows/win64/rxtxParallel.dll; osname=Windows 7; processor=x86-64,
               Linux/i686-unknown-linux-gnu/librxtxSerial.so; Linux/i686-unknown-linux-gnu/librxtxParallel.so; osname=linux; processor=x86, 
-              Linux/ia64-unkown-linux-gnu/librxtxSerial.so; osname=linux; processor=ia64, 
+              Linux/ia64-unknown-linux-gnu/librxtxSerial.so; osname=linux; processor=ia64, 
+              Linux/arm-unknown-linux-gnu/librxtxSerial.so; osname=linux; processor=ARM_le, 
               Linux/x86_64-unknown-linux-gnu/librxtxSerial.so; osname=linux; processor=x86_64, 
-              Mac_OS_X/librxtxSerial.jnilib; osname=solaris; processor=sparc32, 
+              Mac_OS_X/librxtxSerial.jnilib; osname=Mac OS X; processor=x86_64, 
               Solaris/sparc-solaris/sparc32-sun-solaris2.8/librxtxSerial.so; osname=solaris; processor=sparc32, 
               Solaris/sparc-solaris/sparc64-sun-solaris2.8/librxtxSerial.so; osname=solaris; processor=sparc64
             </Bundle-NativeCode>

Modified: projects/zb4osgi/sandbox/giancarlo.riolo/zigbee.tester/pax.args
==============================================================================
--- projects/zb4osgi/sandbox/giancarlo.riolo/zigbee.tester/pax.args (original)
+++ projects/zb4osgi/sandbox/giancarlo.riolo/zigbee.tester/pax.args Mon Apr  7 16:50:26 2014
@@ -16,7 +16,7 @@
 mvn:org.apache.felix/org.apache.felix.fileinstall/3.2.6
 
 # ZigBee Stack General Dependencies & Tool
-mvn:org.aaloa.zb4osgi.bundle/org.aaloa.zb4osgi.bundle.rxtx/2.1.7-3
+mvn:org.aaloa.zb4osgi.bundle/org.aaloa.zb4osgi.bundle.rxtx/2.1.7-5-SNAPSHOT
 mvn:org.aaloa.zb4osgi.bundle/org.aaloa.zb4osgi.bundle.net.sf.trove4j/2.0.4-1
 #mvn:org.aaloa.zb4osgi/org.aaloa.zb4osgi.zigbee.tester
 




More information about the Commit mailing list