From 90825e2392b2d70e43c7a25b8a3752299a933894 Mon Sep 17 00:00:00 2001 From: toma Date: Wed, 25 Nov 2009 17:56:58 +0000 Subject: Copy the KDE 3.5 branch to branches/trinity for new KDE 3.5 features. BUG:215923 git-svn-id: svn://anonsvn.kde.org/home/kde/branches/trinity/kdebindings@1054174 283d02a7-25f6-0310-bc7c-ecb5cbfe19da --- qtjava/designer/juic/bin/juic | 93 +++++++++++++++++++++++++++++++++++++++++++ 1 file changed, 93 insertions(+) create mode 100755 qtjava/designer/juic/bin/juic (limited to 'qtjava/designer/juic/bin') diff --git a/qtjava/designer/juic/bin/juic b/qtjava/designer/juic/bin/juic new file mode 100755 index 00000000..8104ac9b --- /dev/null +++ b/qtjava/designer/juic/bin/juic @@ -0,0 +1,93 @@ +#!/bin/sh +# +# Author: Marco Ladermann +# Date: Sat May 10 13:59:35 CEST 2003 @541 /Internet Time/ +# Purpose: Starts the transformation process of a UI file to Java +# Changed: +# +# This software is free software. It is released under the terms of the +# GNU Lesser General Public Licence (LGPL) +# see http://www.gnu.org/copyleft/lesser.html +# +# These stylesheets are distributed in the hope that they will be useful, +# but WITHOUT ANY WARRANTY; without even the implied warranty of +# MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. +# + +getAbsolutePath() { + ls=$(ls -l $1) + pushd `dirname ${ls##* }` >/dev/null + pwd -P + popd >/dev/null +} + +usage() { + juic=$(basename $0) + cat <