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') diff --git a/dev-db/schemaspy/files/build.xml b/dev-db/schemaspy/files/build.xml new file mode 100644 index 0000000..a2dfce7 --- a/dev/null +++ b/dev-db/schemaspy/files/build.xml @@ -0,0 +1,37 @@ + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + diff --git a/dev-db/schemaspy/files/digest-schemaspy-3.1.1 b/dev-db/schemaspy/files/digest-schemaspy-3.1.1 new file mode 100644 index 0000000..f5e8898 --- a/dev/null +++ b/dev-db/schemaspy/files/digest-schemaspy-3.1.1 @@ -0,0 +1,3 @@ +MD5 4e814c3104362732ab81832fcbd6d816 schemaSpy_3.1.1.source.jar 92103 +RMD160 c45252f687da89832b1a19e7bcb7be38c997688c schemaSpy_3.1.1.source.jar 92103 +SHA256 fe67a047e56357b6c9e7bdd27d5ef680e159ca66e8f4032f7261d3d9de7e783b schemaSpy_3.1.1.source.jar 92103 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