diff options
author | Thierry Thomas <thierry@FreeBSD.org> | 2005-02-12 08:43:32 +0000 |
---|---|---|
committer | Thierry Thomas <thierry@FreeBSD.org> | 2005-02-12 08:43:32 +0000 |
commit | 028f1711c3024eec3752afab7b5198eafa44d9cd (patch) | |
tree | d2af0ec4640d2f429f75965920379833322e39b8 /databases/adstudio/files/patch-datastudio.sh | |
parent | BROKEN: Incorrect pkg-plist (diff) |
Add adstudio 4.0, a database query and administration tool.
Aqua Data Studio is a database query and administration tool that allows
developers to easily create, edit, and execute SQL scripts, as well as
browse and visually modify database structures. Aqua Data Studio provides
an integrated database environment with a single consistent interface to
all major relational databases.
It is free for personal or educational use, but a commercial license is
required for all other usages.
Notes
Notes:
svn path=/head/; revision=128590
Diffstat (limited to 'databases/adstudio/files/patch-datastudio.sh')
-rw-r--r-- | databases/adstudio/files/patch-datastudio.sh | 17 |
1 files changed, 17 insertions, 0 deletions
diff --git a/databases/adstudio/files/patch-datastudio.sh b/databases/adstudio/files/patch-datastudio.sh new file mode 100644 index 000000000000..154cbb297567 --- /dev/null +++ b/databases/adstudio/files/patch-datastudio.sh @@ -0,0 +1,17 @@ +--- datastudio.sh.orig Wed Aug 4 15:15:16 2004 ++++ datastudio.sh Fri Feb 11 16:08:59 2005 +@@ -1,7 +1,7 @@ + #!/bin/sh + #SET ADS_HOME to the root installation directory for DataStudio + +-ADS_HOME=`dirname $0` ++ADS_HOME=%%ADS_HOME%% + + CLASSES=$ADS_HOME/lib/datastudio.jar + CLASSES=$ADS_HOME/lib/oracle.jar:$CLASSES +@@ -20,4 +20,4 @@ + CLASSES=$ADS_HOME/lib/mail.jar:$CLASSES + CLASSES=$ADS_HOME/lib/activation.jar:$CLASSES + +-java -cp $CLASSES com.aquafold.datastudio.DataStudio ++java -cp $CLASSES com.aquafold.datastudio.DataStudio & |