[Arakhnę-Dev] [289] * Remove the native library to get the UUID and serial number on Linux operating systems ; because a Java-based code provides the same result. |
[ Thread Index |
Date Index
| More arakhne.org/dev Archives
]
- To: dev@xxxxxxxxxxx
- Subject: [Arakhnę-Dev] [289] * Remove the native library to get the UUID and serial number on Linux operating systems ; because a Java-based code provides the same result.
- From: subversion@xxxxxxxxxxxxx
- Date: Thu, 15 Sep 2011 22:15:55 +0200
Revision: 289
Author: galland
Date: 2011-09-15 22:15:55 +0200 (Thu, 15 Sep 2011)
Log Message:
-----------
* Remove the native library to get the UUID and serial number on Linux operating systems; because a Java-based code provides the same result.
* Add a Java-based utility for MAC-OS and BSD operating systems to reply the UUID and serial number.
Modified Paths:
--------------
trunk/arakhneVmutils/bin.xml
trunk/arakhneVmutils/pom.xml
Modified: trunk/arakhneVmutils/bin.xml
===================================================================
--- trunk/arakhneVmutils/bin.xml 2011-09-15 20:07:44 UTC (rev 288)
+++ trunk/arakhneVmutils/bin.xml 2011-09-15 20:15:55 UTC (rev 289)
@@ -20,16 +20,6 @@
</moduleSets>
<files>
<file>
- <source>native/josuuid/linux32/target/josuuid-linux32.so</source>
- <outputDirectory>org/arakhne/vmutil</outputDirectory>
- <destName>libjosuuid32.so</destName>
- </file>
- <file>
- <source>native/josuuid/linux64/target/josuuid-linux64.so</source>
- <outputDirectory>org/arakhne/vmutil</outputDirectory>
- <destName>libjosuuid64.so</destName>
- </file>
- <file>
<source>native/josuuid/mingw32/target/josuuid-mingw32.dll</source>
<outputDirectory>org/arakhne/vmutil</outputDirectory>
<destName>josuuid32.dll</destName>
Modified: trunk/arakhneVmutils/pom.xml
===================================================================
--- trunk/arakhneVmutils/pom.xml 2011-09-15 20:07:44 UTC (rev 288)
+++ trunk/arakhneVmutils/pom.xml 2011-09-15 20:15:55 UTC (rev 289)
@@ -41,7 +41,6 @@
<descriptor>bin.xml</descriptor>
</descriptors>
<archive>
- <index>false</index>
<manifestFile>${manifest.file}</manifestFile>
</archive>
</configuration>