diff options
Diffstat (limited to 'xmlsecurity/tools/examples/uno_win.bat')
-rw-r--r-- | xmlsecurity/tools/examples/uno_win.bat | 23 |
1 files changed, 0 insertions, 23 deletions
diff --git a/xmlsecurity/tools/examples/uno_win.bat b/xmlsecurity/tools/examples/uno_win.bat deleted file mode 100644 index 6d1f74ada..000000000 --- a/xmlsecurity/tools/examples/uno_win.bat +++ /dev/null @@ -1,23 +0,0 @@ -call env_win.bat - -@echo off -echo ============================================= -echo step - 1 start OpenOffice -echo ============================================= -@echo on - -@echo off -echo please start up OpenOffice with "-accept=socket,host=0,port=2002;urp;" -pause Press Enter when finished... -@echo on - -@echo off -echo ============================================= -echo step - 2 run the testtool class -echo ============================================= -@echo on - -cp %WS_PATH%/xmlsecurity/tools/uno/current.gif ./. -java -classpath %WS_PATH%/xmlsecurity/%OUTPUTDIR%/class;%SO_CLASSPATHPATH%/rt.jar;%SO_CLASSPATHPATH%/java_uno.jar;%SO_CLASSPATHPATH%/jurt.jar;%SO_CLASSPATHPATH%/unoil.jar;%SO_CLASSPATHPATH%/ridl.jar;%SO_CLASSPATHPATH%/juh.jar com.sun.star.xml.security.uno.TestTool %WS_PATH%/xmlsecurity/tools/cryptoken/jks/testToken.jks "" -rm ./current.gif - |