From: Martin Quinson Date: Tue, 18 Dec 2012 13:22:05 +0000 (+0100) Subject: add some files, and make sure that they land in the binary jar file X-Git-Tag: v3_9_90~569^2~19^2~9^2~1 X-Git-Url: http://info.iut-bm.univ-fcomte.fr/pub/gitweb/simgrid.git/commitdiff_plain/495b157f3f134ef6823febdd6a1cba2ff2b94ba5?ds=sidebyside add some files, and make sure that they land in the binary jar file --- diff --git a/CMakeLists.txt b/CMakeLists.txt index cc3718434d..6c8405da9f 100644 --- a/CMakeLists.txt +++ b/CMakeLists.txt @@ -222,6 +222,8 @@ set(JAVA_TRACING_EXAMPLES set(CMAKE_SRC ${CMAKE_HOME_DIRECTORY}/ChangeLog + ${CMAKE_HOME_DIRECTORY}/MANIFEST.MF + ${CMAKE_HOME_DIRECTORY}/COPYING ${CMAKE_HOME_DIRECTORY}/CMakeLists.txt ${CMAKE_HOME_DIRECTORY}/doxygen_postprocesser.pl ${CMAKE_HOME_DIRECTORY}/FindJavaSG.cmake @@ -394,6 +396,9 @@ add_custom_command( COMMAND strip --strip-debug ${CMAKE_HOME_DIRECTORY}/classes/${JSG_BUNDLE}/libsimgrid.so COMMAND ${CMAKE_COMMAND} -E copy ${CMAKE_HOME_DIRECTORY}/lib/libSG_java.so ${CMAKE_HOME_DIRECTORY}/classes/${JSG_BUNDLE} COMMAND strip --strip-debug ${CMAKE_HOME_DIRECTORY}/classes/${JSG_BUNDLE}/libSG_java.so + COMMAND ${CMAKE_COMMAND} -E copy ${CMAKE_HOME_DIRECTORY}/ChangeLog ${CMAKE_HOME_DIRECTORY}/classes/${JSG_BUNDLE} + COMMAND ${CMAKE_COMMAND} -E copy ${CMAKE_HOME_DIRECTORY}/MANIFEST.MF ${CMAKE_HOME_DIRECTORY}/classes/${JSG_BUNDLE} + COMMAND ${CMAKE_COMMAND} -E copy ${CMAKE_HOME_DIRECTORY}/COPYING ${CMAKE_HOME_DIRECTORY}/classes/${JSG_BUNDLE} COMMENT "Compiling java sources of core library..." ) diff --git a/COPYING b/COPYING new file mode 100644 index 0000000000..a13f68bc22 --- /dev/null +++ b/COPYING @@ -0,0 +1,9 @@ +All of the Java bindings to the SimGrid software was written +internally by the team. This software is distributed under the GNU +lesser general public license version 2.1, which you can find in the +archive under the name LICENSE-LGPL-2.1. + +For any copyright year range specified as YYYY-ZZZZ in this package +note that the range specifies every single year in that closed interval. + +The SimGrid logo is distributed under the CC-BY-SA license. diff --git a/MANIFEST.MF b/MANIFEST.MF new file mode 100644 index 0000000000..8d2c03944a --- /dev/null +++ b/MANIFEST.MF @@ -0,0 +1,5 @@ +Manifest-Version: 1.0 +Built-By: Da SimGrid team +Main-Class: org.simgrid.msg.Msg +Class-Path: . +