[svn.haxx.se] · SVN Dev · SVN Users · SVN Org · TSVN Dev · TSVN Users · Subclipse Dev · Subclipse Users · this month's index

[PATCH]doc fix for subversion javahl README

From: Kamesh Jayachandran <kamesh_at_collab.net>
Date: 2006-12-12 13:01:05 CET

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

This is an archived mail posted to the Subversion Dev mailing list.

This site is subject to the Apache Privacy Policy and the Apache Public Forum Archive Policy.