summaryrefslogtreecommitdiff
path: root/dev-db/schemaspy-svn/files/schemaspy.launcherd
authorMichael Krelin <hacker@klever.net>2007-02-21 12:43:13 (UTC)
committer Michael Krelin <hacker@klever.net>2007-02-21 12:43:13 (UTC)
commit2af935423054a353957b3a49cb9760c654b8431e (patch) (side-by-side diff)
tree8c49a79415fc4d2ab5d9795731fe68cecac7c36e /dev-db/schemaspy-svn/files/schemaspy.launcherd
parent49ac2aacb3cdc88820aed7076abee01721a425f0 (diff)
downloadmisc-2af935423054a353957b3a49cb9760c654b8431e.zip
misc-2af935423054a353957b3a49cb9760c654b8431e.tar.gz
misc-2af935423054a353957b3a49cb9760c654b8431e.tar.bz2
dev-db/schemaspy-svn
Diffstat (limited to 'dev-db/schemaspy-svn/files/schemaspy.launcherd') (more/less context) (ignore whitespace changes)
-rw-r--r--dev-db/schemaspy-svn/files/schemaspy.launcherd10
1 files changed, 10 insertions, 0 deletions
diff --git a/dev-db/schemaspy-svn/files/schemaspy.launcherd b/dev-db/schemaspy-svn/files/schemaspy.launcherd
new file mode 100644
index 0000000..88e85fe
--- a/dev/null
+++ b/dev-db/schemaspy-svn/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