Hi All,
Find the attached patch and log.
With regards
Kamesh Jayachandran
[[[
Correct the built '.jar' and '.so' file names.
* subversion/bindings/java/javahl/README
(Build system):
'libsvnjavahl.so' -> 'libsvnjavahl-1.so'
'svnjavahl.jar' -> 'svn-javahl.jar'
Patch by: Kamesh Jayachandran <kamesh@collab.net>
]]]
Index: subversion/bindings/java/javahl/README
===================================================================
--- subversion/bindings/java/javahl/README (revision 22657)
+++ subversion/bindings/java/javahl/README (working copy)
@@ -14,9 +14,9 @@
JavaHL should compile and run under Linux, Win32, and Mac OS X with a
JDK 1.3+.
-Its build will produce both a native library (libsvnjavahl.so on Unix
+Its build will produce both a native library (libsvnjavahl-1.so on Unix
or libsvnjavahl.dll on Win32) and a platform independent archive of
-Java bytecode (svnjavahl.jar).
+Java bytecode (svn-javahl.jar).
To build JavaHL on non-Win32 platforms, just add "--enable-javahl" to
the configure script's parameters. "--with-jdk" can be provided to
---------------------------------------------------------------------
To unsubscribe, e-mail: dev-unsubscribe@subversion.tigris.org
For additional commands, e-mail: dev-help@subversion.tigris.org
Received on Tue Dec 12 13:01:20 2006