diff options
author | Remi Collet <fedora@famillecollet.com> | 2011-12-28 07:44:11 +0100 |
---|---|---|
committer | Remi Collet <fedora@famillecollet.com> | 2011-12-28 07:44:11 +0100 |
commit | 02e36a99a9739e660a17243fc442380284a81d99 (patch) | |
tree | 4a6c0be04616519a0c642e658277aa43bd15b666 /icegridgui |
ice: import from f16
Diffstat (limited to 'icegridgui')
-rwxr-xr-x | icegridgui | 5 |
1 files changed, 5 insertions, 0 deletions
diff --git a/icegridgui b/icegridgui new file mode 100755 index 0000000..93e8976 --- /dev/null +++ b/icegridgui @@ -0,0 +1,5 @@ +#!/bin/sh + +exec java \ + -cp `build-classpath Ice jgoodies-looks jgoodies-forms`:DIR/IceGridGUI.jar \ + IceGridGUI.Main "$@" |