From 14092b047ffefb821aef37aaaeebd5b359ed1a8b Mon Sep 17 00:00:00 2001 From: Michael Krelin Date: Wed, 21 Feb 2007 01:39:35 +0000 Subject: schemaspy --- (limited to 'dev-db/schemaspy/files/schemaspy.launcherd') 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 -- cgit v0.9.0.2