aboutsummaryrefslogtreecommitdiffstats
path: root/recipes/jlex/files
diff options
context:
space:
mode:
authorRobert Schuster <robertschuster@fsfe.org>2009-09-18 13:40:54 +0200
committerRobert Schuster <robertschuster@fsfe.org>2009-09-18 13:40:54 +0200
commite815e80bdf71c0c4cf0469d0b362be6dfe37e075 (patch)
treeeca79fe9afe5c88daba681eb483d83362aab8912 /recipes/jlex/files
parent224b85126291b31bf3ecb00201890f785de2ea60 (diff)
downloadopenembedded-e815e80bdf71c0c4cf0469d0b362be6dfe37e075.tar.gz
jlex 1.2.6: Added (from Jalimo SVN).
jlex-native 1.2.6: Dito.
Diffstat (limited to 'recipes/jlex/files')
-rwxr-xr-xrecipes/jlex/files/jlex5
1 files changed, 5 insertions, 0 deletions
diff --git a/recipes/jlex/files/jlex b/recipes/jlex/files/jlex
new file mode 100755
index 0000000000..7a9e756239
--- /dev/null
+++ b/recipes/jlex/files/jlex
@@ -0,0 +1,5 @@
+#!/bin/sh
+
+cp=OE_STAGING_DATADIR_JAVA/OE_JLEX_JAR
+
+exec OE_STAGING_BINDIR/java -cp $cp JLex.Main "$@"