summaryrefslogtreecommitdiff
path: root/modules/jvm/etc
diff options
context:
space:
mode:
Diffstat (limited to 'modules/jvm/etc')
-rwxr-xr-xmodules/jvm/etc/jvm.quit10
-rwxr-xr-xmodules/jvm/etc/jvm.start14
2 files changed, 24 insertions, 0 deletions
diff --git a/modules/jvm/etc/jvm.quit b/modules/jvm/etc/jvm.quit
new file mode 100755
index 000000000..ab83f0c89
--- /dev/null
+++ b/modules/jvm/etc/jvm.quit
@@ -0,0 +1,10 @@
+// Scilab ( http://www.scilab.org/ ) - This file is part of Scilab
+// Copyright (C) 2007-2008 - INRIA
+// Copyright (C) 2009 - DIGITEO
+//
+// This file must be used under the terms of the CeCILL.
+// This source file is licensed as described in the file COPYING, which
+// you should have received as part of this distribution. The terms
+// are also available at
+// http://www.cecill.info/licences/Licence_CeCILL_V2.1-en.txt
+
diff --git a/modules/jvm/etc/jvm.start b/modules/jvm/etc/jvm.start
new file mode 100755
index 000000000..c50760cd3
--- /dev/null
+++ b/modules/jvm/etc/jvm.start
@@ -0,0 +1,14 @@
+// Scilab ( http://www.scilab.org/ ) - This file is part of Scilab
+// Copyright (C) INRIA - Allan CORNET
+// This file must be used under the terms of the CeCILL.
+// This source file is licensed as described in the file COPYING, which
+// you should have received as part of this distribution. The terms
+// are also available at
+// http://www.cecill.info/licences/Licence_CeCILL_V2.1-en.txt
+
+// Load functions libraries
+// =============================================================================
+if (getscilabmode()<>'NWNI') then
+ load('SCI/modules/jvm/macros/lib');
+end
+