summaryrefslogtreecommitdiff
path: root/solenv/bin/checkapi.btm
diff options
context:
space:
mode:
authorVladimir Glazounov <vg@openoffice.org>2009-07-06 10:30:52 +0000
committerVladimir Glazounov <vg@openoffice.org>2009-07-06 10:30:52 +0000
commit7b2964448edbcfe0d27265761d41a2bda0d2d63d (patch)
tree13c2629cad426815566a4cce8eddaaac6dd901cc /solenv/bin/checkapi.btm
parent1996f06c101a67115119bfd5325ced58c92c7f8a (diff)
CWS-TOOLING: integrate CWS unoapi04
2009-06-26 14:00:27 +0200 lla r273410 : #i102248# cleanups 2009-06-26 13:36:44 +0200 lla r273407 : #i102248# fix problem with too long sleeps and waits 2009-06-26 08:34:17 +0200 lla r273393 : #i102248# cleanups 2009-06-26 08:28:43 +0200 lla r273392 : #i102248# cleanups 2009-06-25 13:17:19 +0200 lla r273379 : #i102248# add prototypes 2009-06-25 11:31:02 +0200 lla r273371 : #i102248# cleanups 2009-06-25 11:15:18 +0200 lla r273370 : #i102248# add a selftest for demonstration. 2009-06-25 10:53:35 +0200 lla r273369 : #i102248# add a selftest for demonstration. 2009-06-25 10:38:10 +0200 lla r273368 : #i102248# add a selftest for demonstration. 2009-06-23 11:09:35 +0200 lla r273266 : #i102248# cleanup 2009-06-23 11:00:15 +0200 lla r273265 : #i10i108248# add cwstestresult to cwscheckapi 2009-06-23 10:59:50 +0200 lla r273264 : #i10i108248# add cwstestresult to cwscheckapi 2009-06-23 10:58:47 +0200 lla r273263 : #i102248# add selftest
Diffstat (limited to 'solenv/bin/checkapi.btm')
-rw-r--r--solenv/bin/checkapi.btm8
1 files changed, 4 insertions, 4 deletions
diff --git a/solenv/bin/checkapi.btm b/solenv/bin/checkapi.btm
index fde6802f50dd..7af444eb601f 100644
--- a/solenv/bin/checkapi.btm
+++ b/solenv/bin/checkapi.btm
@@ -1,4 +1,4 @@
-rem @echo off
+@echo off
setlocal
@@ -27,13 +27,13 @@ IFF "%RUNNERPROPS%" != "" THEN
SET PARAM=%PARAM% -runnerini %RUNNERPROPS%
ENDIFF
-SET MYXDEBUG
+rem SET MYXDEBUG=""
IFF "%XDEBUG%" != "" THEN
REM SET XDEBUG=-Xdebug -Xrunjdwp:transport=dt_socket,server=y,address=8001
- SET MYXDEBUG=%XDEBUG
+ SET MYXDEBUG=%XDEBUG%
ENDIFF
-set COMMAND=%JAVABIN% -Xmx120m %MYXDEBUG -cp %APICLASSPATH% org.openoffice.Runner %PARAM% %&
+set COMMAND=%JAVABIN% -Xmx120m %MYXDEBUG% -cp %APICLASSPATH% org.openoffice.Runner %PARAM% %&
echo %COMMAND