diff options
Diffstat (limited to 'scilab/etc/classpath.xml.in')
-rw-r--r-- | scilab/etc/classpath.xml.in | 16 |
1 files changed, 16 insertions, 0 deletions
diff --git a/scilab/etc/classpath.xml.in b/scilab/etc/classpath.xml.in index 7290e46..1f74553 100644 --- a/scilab/etc/classpath.xml.in +++ b/scilab/etc/classpath.xml.in | |||
@@ -64,6 +64,22 @@ The option is "disableUnderMode" and can be: | |||
64 | <load on="XCos"/> | 64 | <load on="XCos"/> |
65 | </path> | 65 | </path> |
66 | 66 | ||
67 | <path value="@JGRAPHX@" load="onUse"> | ||
68 | <load on="XCos"/> | ||
69 | </path> | ||
70 | |||
71 | <path value="@SIMULINK@" load="onUse"> | ||
72 | <load on="XCos"/> | ||
73 | </path> | ||
74 | |||
75 | <path value="@CCSM@" load="onUse"> | ||
76 | <load on="XCos"/> | ||
77 | </path> | ||
78 | |||
79 | <path value="@JAVA_CUP@" load="onUse"> | ||
80 | <load on="XCos"/> | ||
81 | </path> | ||
82 | |||
67 | <!-- Temp. loaded at startup --> | 83 | <!-- Temp. loaded at startup --> |
68 | <path value="$SCILAB/modules/types/jar/org.scilab.modules.types.jar"/> | 84 | <path value="$SCILAB/modules/types/jar/org.scilab.modules.types.jar"/> |
69 | <path value="$SCILAB/modules/hdf5/jar/org.scilab.modules.hdf5.jar" load="startup"/> | 85 | <path value="$SCILAB/modules/hdf5/jar/org.scilab.modules.hdf5.jar" load="startup"/> |