Logo AND Algorithmique Numérique Distribuée

Public GIT Repository
Isolate generation of the NATIVE path for the jar file.
authorArnaud Giersch <arnaud.giersch@iut-bm.univ-fcomte.fr>
Wed, 27 Nov 2013 15:37:49 +0000 (16:37 +0100)
committerArnaud Giersch <arnaud.giersch@iut-bm.univ-fcomte.fr>
Fri, 21 Feb 2014 16:05:55 +0000 (17:05 +0100)
commit9de545ad66d38a56d1c8ca193f5c5ab129a5f0ec
treee36c862c7312874447c16b79abc16eaa846835e0
parented56231eec71b28b91a77af28e6d01bff4370e41
Isolate generation of the NATIVE path for the jar file.

Now it can be obtained by running:
    java -classpath simgrid.jar org.simgrid.msg.NativeLib

Use it also when finalizing the jar file.
buildtools/Cmake/DefinePackages.cmake
buildtools/Cmake/MakeJava.cmake
buildtools/Cmake/Scripts/java_bundle.sh [new file with mode: 0755]
src/bindings/java/org/simgrid/msg/Msg.java
src/bindings/java/org/simgrid/msg/NativeLib.java [new file with mode: 0644]