summaryrefslogtreecommitdiffstats
path: root/branches/sca-java-1.5/samples/helloworld-script/src/main/resources/helloworld.js
diff options
context:
space:
mode:
Diffstat (limited to '')
-rw-r--r--branches/sca-java-1.5/samples/helloworld-script/src/main/resources/helloworld.js4
1 files changed, 0 insertions, 4 deletions
diff --git a/branches/sca-java-1.5/samples/helloworld-script/src/main/resources/helloworld.js b/branches/sca-java-1.5/samples/helloworld-script/src/main/resources/helloworld.js
deleted file mode 100644
index 8a336ab1e7..0000000000
--- a/branches/sca-java-1.5/samples/helloworld-script/src/main/resources/helloworld.js
+++ /dev/null
@@ -1,4 +0,0 @@
-
-function sayHello(name) {
- return "Hello " + name;
-} \ No newline at end of file