From 96b06e6b18ebeddfecfdf7ccc01bd371a302ab97 Mon Sep 17 00:00:00 2001 From: Bruno JOFRET Date: Fri, 10 Aug 2012 17:33:47 +0200 Subject: [PATCH] Remove jhdf5 from Windows Installer. Change-Id: Id26932cead615cec3a770a8a8e43d49ff7c34f1d --- scilab/modules/hdf5/hdf5.iss | 4 ---- 1 file changed, 4 deletions(-) diff --git a/scilab/modules/hdf5/hdf5.iss b/scilab/modules/hdf5/hdf5.iss index 74c1da0..dae7808 100644 --- a/scilab/modules/hdf5/hdf5.iss +++ b/scilab/modules/hdf5/hdf5.iss @@ -19,8 +19,6 @@ ; Source: bin\{#HDF5}.dll; DestDir: {app}\bin; Components: {#COMPN_SCILAB} ; -Source: modules\{#HDF5}\jar\org.scilab.modules.{#HDF5}.jar;DestDir: {app}\modules\{#HDF5}\jar; Components: {#COMPN_SCILAB} and {#COMPN_JVM_MODULE} -; ;Source: bin\nohdf5.dll; DestDir: {app}\bin; DestName: scihdf5.dll; Components: not ({#COMPN_SCILAB}) ; Source: modules\{#HDF5}\license.txt; DestDir: {app}\modules\{#HDF5}; Components: {#COMPN_SCILAB} @@ -32,8 +30,6 @@ Source: modules\{#HDF5}\sci_gateway\{#HDF5}_gateway.xml; DestDir: {app}\modules\ Source: modules\{#HDF5}\etc\{#HDF5}.quit; DestDir: {app}\modules\{#HDF5}\etc; Components: {#COMPN_SCILAB} Source: modules\{#HDF5}\etc\{#HDF5}.start; DestDir: {app}\modules\{#HDF5}\etc; Components: {#COMPN_SCILAB} ; -Source: thirdparty\j{#HDF5}.jar;DestDir: {app}\thirdparty; Components: {#COMPN_SCILAB} and {#COMPN_JVM_MODULE} -; ;Source: modules\{#HDF5}\macros\buildmacros.sce; DestDir: {app}\modules\{#HDF5}\macros; Components: {#COMPN_SCILAB} ;Source: modules\{#HDF5}\macros\buildmacros.bat; DestDir: {app}\modules\{#HDF5}\macros; Components: {#COMPN_SCILAB} ;Source: modules\{#HDF5}\macros\cleanmacros.bat; DestDir: {app}\modules\{#HDF5}\macros; Components: {#COMPN_SCILAB} -- 1.7.9.5