You are viewing a plain text version of this content. The canonical link for it is here.
Posted to dev@subversion.apache.org by Daniel Rall <dl...@collab.net> on 2007/10/10 21:14:27 UTC

Re: svn commit: r27093 - trunk/subversion/bindings/javahl/src/org/tigris/subversion/javahl

On Wed, 10 Oct 2007, hwright@tigris.org wrote:
...
> --- (empty file)
> +++ trunk/subversion/bindings/javahl/src/org/tigris/subversion/javahl/package.html	Wed Oct 10 14:06:54 2007
> @@ -0,0 +1,13 @@
> +<!DOCTYPE HTML PUBLIC "-//W3C//DTD HTML 4.01 Transitional//EN" "http://www.w3.org/TR/html4/loose.dtd">
> +<html>
> +<body>
> +<p>Provides a (mostly native, using JNI and javah) implementation of
> +a high level Java API for
> +<a href="http://subversion.tigris.org/">Subversion</a>.  JavaHL was originally
> +targeted for implementors of GUI clients and IDE plug-ins, and currently
> +provides a minimal-but-complete set of APIs which expose the core Subversion C
> +API to Java.  It requires a JRE 1.2+ (runtime).</p>
> +
> +<p>It is currently quite mature, and can be considered for production use.</p>
> +</body>
> +</html>

Some noise was made about increasing the minimum JDK version.  Do we
also plan to increase the minimum JRE version?