xlawrence 2005/02/11 14:45:06 CET
Modified files:
syncClient/src/java/org/jahia/suite/calendar/syncClients
SyncClient.java
Log:
Added log statement for printing synch properties
Revision Changes Path
1.9 +4 -4
uwcal_JSR168/syncClient/src/java/org/jahia/suite/calendar/syncClients/SyncClient.java
http://jahia.mine.nu:8080/cgi-bin/cvsweb.cgi/uwcal_JSR168/syncClient/src/java/org/jahia/suite/calendar/syncClients/SyncClient.java.diff?r1=1.8&r2=1.9&f=h
Index: SyncClient.java
===================================================================
RCS file:
/home/cvs/repository/uwcal_JSR168/syncClient/src/java/org/jahia/suite/calendar/syncClients/SyncClient.java,v
retrieving revision 1.8
retrieving revision 1.9
diff -u -r1.8 -r1.9
--- SyncClient.java 11 Feb 2005 11:17:53 -0000 1.8
+++ SyncClient.java 11 Feb 2005 13:45:06 -0000 1.9
@@ -285,10 +285,10 @@
// The target URI of the server being contacted
String uri = userValues[0].substring(0, end + delimiter);
- properties.put(SyncManager.PARAM_TARGETLOCALURI,
- /* constructURL(new String(uri)) */
- constructURL("http://127.0.0.1"));
-
+ properties.put(SyncManager.PARAM_TARGETLOCALURI,
+ /* constructURL(new String(uri)) */
+ constructURL("http://127.0.0.1"));
+
// Username and password for authentication to the sync server
properties.put(SyncManager.PARAM_USERNAME, new
String(userValues[1]));
properties.put(SyncManager.PARAM_PASSWORD, new
String(userValues[2]));