diff options
author | Robert Schuster <robertschuster@fsfe.org> | 2009-09-18 13:40:54 +0200 |
---|---|---|
committer | Robert Schuster <robertschuster@fsfe.org> | 2009-09-18 13:40:54 +0200 |
commit | e815e80bdf71c0c4cf0469d0b362be6dfe37e075 (patch) | |
tree | eca79fe9afe5c88daba681eb483d83362aab8912 /recipes/jlex/files | |
parent | 224b85126291b31bf3ecb00201890f785de2ea60 (diff) |
jlex 1.2.6: Added (from Jalimo SVN).
jlex-native 1.2.6: Dito.
Diffstat (limited to 'recipes/jlex/files')
-rwxr-xr-x | recipes/jlex/files/jlex | 5 |
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 "$@" |