diff options
author | Allan CORNET <allan.cornet@scilab.org> | 2010-02-03 12:52:07 +0100 |
---|---|---|
committer | Allan CORNET <allan.cornet@scilab.org> | 2010-02-03 12:52:07 +0100 |
commit | becdbba9c9e5a9c4a86d91907c5b81b04fe8a67f (patch) | |
tree | 279afb7c51bde57a7782ab12041ccecc9a9564bd | |
parent | 09a281564b7c14034a65b107810c6e2b7a076977 (diff) | |
download | scilab-becdbba9c9e5a9c4a86d91907c5b81b04fe8a67f.zip scilab-becdbba9c9e5a9c4a86d91907c5b81b04fe8a67f.tar.gz |
add xalan.jar dependency
-rw-r--r-- | scilab/etc/classpath.xml.vc | 5 |
1 files changed, 5 insertions, 0 deletions
diff --git a/scilab/etc/classpath.xml.vc b/scilab/etc/classpath.xml.vc index 5a5c67a..44c1e2e 100644 --- a/scilab/etc/classpath.xml.vc +++ b/scilab/etc/classpath.xml.vc | |||
@@ -123,6 +123,11 @@ The option is "disableUnderMode" and can be: | |||
123 | <load on="pdf_ps_eps_graphic_export"/> | 123 | <load on="pdf_ps_eps_graphic_export"/> |
124 | </path> | 124 | </path> |
125 | 125 | ||
126 | <path value="$SCILAB/thirdparty/xalan.jar" load="onUse"> | ||
127 | <load on="documentationGeneration"/> | ||
128 | <load on="pdf_ps_eps_graphic_export"/> | ||
129 | </path> | ||
130 | |||
126 | <path value="$SCILAB/thirdparty/jlatexmath-0.8.8.jar" load="onUse"> | 131 | <path value="$SCILAB/thirdparty/jlatexmath-0.8.8.jar" load="onUse"> |
127 | <load on="documentationGeneration"/> | 132 | <load on="documentationGeneration"/> |
128 | <load on="pdf_ps_eps_graphic_export"/> | 133 | <load on="pdf_ps_eps_graphic_export"/> |