create bsd12 branch

This commit is contained in:
ziggi
2019-12-26 07:26:06 +00:00
commit 5cfdab6bfe
14432 changed files with 2272620 additions and 0 deletions

View File

@@ -0,0 +1,11 @@
#!/bin/sh
#
# $FreeBSD: head/java/javavmwrapper/src/classpath.sh 340872 2014-01-24 00:14:07Z mat $
#
JAVALIBDIR=%%JAVALIBDIR%%
echo -n .
find -s ${JAVALIBDIR} -name '*.jar' | while read jar ; do
echo -n ":${jar}"
done