You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@subversion.apache.org by hw...@apache.org on 2011/04/22 15:55:29 UTC

svn propchange: r1095825 - svn:log

Author: hwright
Revision: 1095825
Modified property: svn:log

Modified: svn:log at Fri Apr 22 13:55:29 2011
------------------------------------------------------------------------------
--- svn:log (original)
+++ svn:log Fri Apr 22 13:55:29 2011
@@ -1,4 +1,29 @@
 Fix the JavaHL build as a result of r1095802.
 
-(I have to run just now, but will follow this up with a proper message
-within in the day.  I just want to get the buildbots going again.)
+[ in subversion/bindings/javahl/ ]
+* tests/org/apache/subversion/javahl/BasicTests.java:
+  Update callers.
+
+* native/SVNClient.h
+  (propertySet): Remove.
+  (propertySetLocal, propertySetRemote): New.
+
+* native/SVNClient.cpp
+  (propertySet): Remove.
+  (propertySetLocal, propertySetRemote): New.
+
+* native/org_apache_subversion_javahl_SVNClient.cpp
+  (Java_org_apache_subversion_javahl_SVNClient_propertySet): Remove.
+  (Java_org_apache_subversion_javahl_SVNClient_propertySetRemote,
+   Java_org_apache_subversion_javahl_SVNClient_propertySetLocal): New.
+
+* src/org/apache/subversion/javahl/SVNClient.java
+  (propertySet): Remove.
+  (propertySetLocal, propertySetRemote): New.
+ 
+* src/org/apache/subversion/javahl/ISVNClient.java
+  (propertySet): Remove.
+  (propertySetLocal, propertySetRemote): New.
+
+* src/org/tigris/subversion/javahl/SVNClient.java
+  (propertySet): Update wrapper.