summaryrefslogtreecommitdiff
path: root/odk/examples/DevelopersGuide/ScriptingFramework/SayHello
diff options
context:
space:
mode:
Diffstat (limited to 'odk/examples/DevelopersGuide/ScriptingFramework/SayHello')
-rw-r--r--odk/examples/DevelopersGuide/ScriptingFramework/SayHello/SayHello/SayHello.java2
-rwxr-xr-xodk/examples/DevelopersGuide/ScriptingFramework/SayHello/build.xml6
2 files changed, 4 insertions, 4 deletions
diff --git a/odk/examples/DevelopersGuide/ScriptingFramework/SayHello/SayHello/SayHello.java b/odk/examples/DevelopersGuide/ScriptingFramework/SayHello/SayHello/SayHello.java
index b120c4cfa9f9..4913ad09335a 100644
--- a/odk/examples/DevelopersGuide/ScriptingFramework/SayHello/SayHello/SayHello.java
+++ b/odk/examples/DevelopersGuide/ScriptingFramework/SayHello/SayHello/SayHello.java
@@ -16,7 +16,7 @@ public class SayHello
{
SayHello.start(ctxt);
}
-
+
public static void start(XScriptContext ctxt)
throws Exception
{
diff --git a/odk/examples/DevelopersGuide/ScriptingFramework/SayHello/build.xml b/odk/examples/DevelopersGuide/ScriptingFramework/SayHello/build.xml
index dd0b0cfcfd10..ffd3e44504ea 100755
--- a/odk/examples/DevelopersGuide/ScriptingFramework/SayHello/build.xml
+++ b/odk/examples/DevelopersGuide/ScriptingFramework/SayHello/build.xml
@@ -23,12 +23,12 @@
<!-- ==================== classpath setting ============================ -->
<target name="init" depends="checksdk,initsdk,initnosdk">
<path id="scriptclasspath">
- <pathelement location="${opp}/classes/unoil.jar"/>
+ <pathelement location="${opp}/classes/unoil.jar"/>
<pathelement location="${opp}/classes/ridl.jar"/>
<pathelement location="${opp}/classes/jurt.jar"/>
<pathelement location="${opp}/classes/juh.jar"/>
<pathelement location="${opp}/classes/ScriptFramework.jar"/>
- </path>
+ </path>
</target>
<!-- ====================== Clean Generated Files ===================== -->
@@ -77,5 +77,5 @@
<!-- ========================= All In One Build ======================= -->
<target name="all" depends="clean,build,deploy"/>
-
+
</project>