diff options
author | Rüdiger Timm <rt@openoffice.org> | 2008-08-27 13:07:52 +0000 |
---|---|---|
committer | Rüdiger Timm <rt@openoffice.org> | 2008-08-27 13:07:52 +0000 |
commit | 9a2f6fac19aaa64db4f96ef85312304d2eccfe29 (patch) | |
tree | 011e8387f1c198813b7ef42af387c9e344f44928 /qadevOOo | |
parent | eb7ca2acfd464b5c406141eefb29108abe74b96b (diff) |
INTEGRATION: CWS sb91 (1.5.6); FILE MERGED
2008/07/21 09:55:26 sb 1.5.6.1: #i91567# eliminated unnecessary setsolar/setcws in spawned shells
Diffstat (limited to 'qadevOOo')
-rw-r--r-- | qadevOOo/tests/java/complex/unoapi/CheckModuleAPI.java | 12 |
1 files changed, 2 insertions, 10 deletions
diff --git a/qadevOOo/tests/java/complex/unoapi/CheckModuleAPI.java b/qadevOOo/tests/java/complex/unoapi/CheckModuleAPI.java index 734c15c2d92b..98dda6dc1ae8 100644 --- a/qadevOOo/tests/java/complex/unoapi/CheckModuleAPI.java +++ b/qadevOOo/tests/java/complex/unoapi/CheckModuleAPI.java @@ -8,7 +8,7 @@ * OpenOffice.org - a multi-platform office productivity suite * * $RCSfile: CheckModuleAPI.java,v $ - * $Revision: 1.5 $ + * $Revision: 1.6 $ * * This file is part of OpenOffice.org. * @@ -66,15 +66,7 @@ import util.utils; * * Also you have to fill the following parameter: * <ul> - * <li><b>OOO_ENVSET</b>: this parameter must ponit to the script to create a build environment like - * <b>$SRC_ROOT/SolarisX86Env.Set.sh</b> or <b>%SRC_ROOT\winenv.set.sh</b> - * In case you are able to use <b>setsolar</b> or <b>setcws</b> just type <b>setsolar</b> as value. - * </li><p> - * - * <li><b>COMP_ENV</b>: In case you use <b>setsolar</b> you need to fill parameter <b>COMP_ENV</b> with accordant - * value like 'unxsols4' or 'wntmsci10'</li><p> - * - * <li><b>SHELL</b>: fill this parameter with a shell which can start <CODE>OOO_ENVSET</CODE></li> + * <li><b>SHELL</b>: fill this parameter with a shell</li> * </ul> * */ |