summaryrefslogtreecommitdiff
path: root/odk/examples/DevelopersGuide/ScriptingFramework/SayHello/build.xml
diff options
context:
space:
mode:
Diffstat (limited to 'odk/examples/DevelopersGuide/ScriptingFramework/SayHello/build.xml')
-rw-r--r--odk/examples/DevelopersGuide/ScriptingFramework/SayHello/build.xml3
1 files changed, 1 insertions, 2 deletions
diff --git a/odk/examples/DevelopersGuide/ScriptingFramework/SayHello/build.xml b/odk/examples/DevelopersGuide/ScriptingFramework/SayHello/build.xml
index a3bf61fc7345..b79ac64ae483 100644
--- a/odk/examples/DevelopersGuide/ScriptingFramework/SayHello/build.xml
+++ b/odk/examples/DevelopersGuide/ScriptingFramework/SayHello/build.xml
@@ -41,8 +41,7 @@
<!-- ==================== classpath setting ============================ -->
<target name="init" depends="checksdk,initsdk,initnosdk">
<path id="scriptclasspath">
- <pathelement location="${opp}/classes/ridl.jar"/>
- <pathelement location="${opp}/classes/juh.jar"/>
+ <pathelement location="${opp}/classes/libreoffice.jar"/>
<pathelement location="${opp}/classes/ScriptFramework.jar"/>
</path>
</target>