diff options
author | Vladimir Glazounov <vg@openoffice.org> | 2008-10-01 09:04:58 +0000 |
---|---|---|
committer | Vladimir Glazounov <vg@openoffice.org> | 2008-10-01 09:04:58 +0000 |
commit | 2a7c4b4b2889539f02a506fb695b0c3eb2791bd1 (patch) | |
tree | 076562e638b581e1e3a84fa3caf092fb9ed26168 /sc/source/ui/vba/testvba | |
parent | 70346a32723a3f3c1cbfedd2c6096152260ef9f7 (diff) |
CWS-TOOLING: integrate CWS sb93
Diffstat (limited to 'sc/source/ui/vba/testvba')
-rw-r--r-- | sc/source/ui/vba/testvba/build.xml | 4 | ||||
-rw-r--r-- | sc/source/ui/vba/testvba/launchTest.pl | 4 |
2 files changed, 3 insertions, 5 deletions
diff --git a/sc/source/ui/vba/testvba/build.xml b/sc/source/ui/vba/testvba/build.xml index d58484d6b97f..a236647ab409 100644 --- a/sc/source/ui/vba/testvba/build.xml +++ b/sc/source/ui/vba/testvba/build.xml @@ -8,7 +8,7 @@ $RCSfile: build.xml,v $ - $Revision: 1.3 $ + $Revision: 1.3.138.1 $ This file is part of OpenOffice.org. @@ -43,7 +43,6 @@ <path id="idlclasspath"> <pathelement location="${solar.jar}/jurt.jar"/> <pathelement location="${solar.jar}/unoil.jar"/> - <pathelement location="${solar.jar}/jut.jar"/> <pathelement location="${solar.jar}/juh.jar"/> <pathelement location="${solar.jar}/java_uno.jar"/> <pathelement location="${solar.jar}/ridl.jar"/> @@ -53,7 +52,6 @@ <path id="clientclasspath"> <pathelement location="${test.officepath}/program/classes/jurt.jar"/> <pathelement location="${test.officepath}/program/classes/unoil.jar"/> - <pathelement location="${test.officepath}/program/classes/jut.jar"/> <pathelement location="${test.officepath}/program/classes/juh.jar"/> <pathelement location="${test.officepath}/program/classes/java_uno.jar"/> <pathelement location="${test.officepath}/program/classes/ridl.jar"/> diff --git a/sc/source/ui/vba/testvba/launchTest.pl b/sc/source/ui/vba/testvba/launchTest.pl index 4a704702e94c..1e3267b87983 100644 --- a/sc/source/ui/vba/testvba/launchTest.pl +++ b/sc/source/ui/vba/testvba/launchTest.pl @@ -8,7 +8,7 @@ # # $RCSfile: launchTest.pl,v $ # -# $Revision: 1.3 $ +# $Revision: 1.3.138.1 $ # # This file is part of OpenOffice.org. # @@ -43,7 +43,7 @@ die "can't access output dir" unless -d $OUTPUTDIR; my $officeclasspath = "$ENV{OFFICEPATH}/program/classes/"; -my $classpath = "$officeclasspath/jurt.jar:$officeclasspath/unoil.jar:$officeclasspath/jut.jar:$officeclasspath/juh.jar:$officeclasspath/java_uno.jar:$officeclasspath/ridl.jar:$test_class:$ENV{CLASSPATH}"; +my $classpath = "$officeclasspath/jurt.jar:$officeclasspath/unoil.jar:$officeclasspath/juh.jar:$officeclasspath/java_uno.jar:$officeclasspath/ridl.jar:$test_class:$ENV{CLASSPATH}"; $ENV{CLASSPATH}=$classpath; print "classpath $ENV{CLASSPATH}\n"; my $status = system("java -classpath $ENV{CLASSPATH} TestVBA $TESTDOCUMENT $OUTPUTDIR" ); |