repo.or.cz
/
jgroupdav.git
/
blob
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
log
|
graphiclog1
|
graphiclog2
|
commit
|
commitdiff
|
tree
|
refs
|
edit
|
fork
blame
|
history
|
raw
|
HEAD
Patch webcit-created vcards for phone numbers
[jgroupdav.git]
/
additional_tests
/
testcaldav.conf.bsh.example
blob
864ae15099d46993dc595c8289523945a44f82ad
1
/** Configuration File for caldav extensions test */
2
3
addClassPath("../target/jgroupdav-1.2.jar"); // Running from elsewhere?
4
URL server = new URL("http://server");
5
String source = "/egroupware/groupdav.php/calendar/";
6
String user = "user";
7
String pass = "test";
8