summaryrefslogtreecommitdiff
path: root/dev-db/schemaspy/files/schemaspy.launcherd
authorMichael Krelin <hacker@klever.net>2007-02-21 01:39:35 (UTC)
committer Michael Krelin <hacker@klever.net>2007-02-21 01:39:35 (UTC)
commit14092b047ffefb821aef37aaaeebd5b359ed1a8b (patch) (side-by-side diff)
tree199971043540e9682a24efcbe6234108f3670b41 /dev-db/schemaspy/files/schemaspy.launcherd
parent25a40f8b84420e298951cfa163cd96eaf7b7c27f (diff)
downloadmisc-14092b047ffefb821aef37aaaeebd5b359ed1a8b.zip
misc-14092b047ffefb821aef37aaaeebd5b359ed1a8b.tar.gz
misc-14092b047ffefb821aef37aaaeebd5b359ed1a8b.tar.bz2
schemaspy
Diffstat (limited to 'dev-db/schemaspy/files/schemaspy.launcherd') (more/less context) (ignore whitespace changes)
-rw-r--r--dev-db/schemaspy/files/schemaspy.launcherd10
1 files changed, 10 insertions, 0 deletions
diff --git a/dev-db/schemaspy/files/schemaspy.launcherd b/dev-db/schemaspy/files/schemaspy.launcherd
new file mode 100644
index 0000000..88e85fe
--- a/dev/null
+++ b/dev-db/schemaspy/files/schemaspy.launcherd
@@ -0,0 +1,10 @@
+tmp_cp=false
+eval "tmp_$(gjl -p ${gjl_package} -a)"
+for a in ${tmp_gjl_args} ; do
+ if [ ${tmp_cp} = "true" ] ; then
+ gjl_pkg_args="-cp ${a}";
+ continue
+ elif [ "${a}" = "-classpath" ] ; then
+ tmp_cp=true
+ fi
+done