Changes between Version 46 and Version 47 of WikiStart
- Timestamp:
- 06/29/10 14:27:25 (14 years ago)
Legend:
- Unmodified
- Added
- Removed
- Modified
-
WikiStart
v46 v47 86 86 (Login: guest/guest, or opendfki-accout if available) 87 87 88 Maven repository 89 {{{ 90 http://www.dfki.uni-kl.de/artifactory2/libs-releases 91 }}} 92 Artifact coordinate 93 {{{ 94 <dependency> 95 <groupId>dfki.km.delight</groupId> 96 <artifactId>xmlrpc-delight</artifactId> 97 <version>2.6</version> 98 </dependency> 99 }}} 100 88 101 '''Changes''' 89 102 - added enum support 90 103 - fixed: Bug in xml-rpc:1.1 (strings containing only spaces were discarded in method call) 104 105 ---- 91 106 92 107 Version 2.5.1 … … 98 113 - created a Converter using XStream [http://www.dfki.uni-kl.de/artifactory2/libs-releases/dfki/km/delight/xstream-converter/1.0.0/xstream-converter-1.0.0.jar] 99 114 100 Maven Repository101 {{{102 http://www.dfki.uni-kl.de/artifactory2/libs-releases103 }}}104 Maven Dependency105 {{{106 <dependency>107 <groupId>dfki.km.delight</groupId>108 <artifactId>xmlrpc-delight</artifactId>109 <version>2.5.1</version>110 <scope>compile</scope>111 </dependency>112 }}}113 115 114 116 ---- … … 152 154 153 155 154 == Repository ==156 == SVN Repository == 155 157 156 158 A subversion repository is setup at [https://delight.opendfki.de/repos/]. Use the repository to checkout the latest version of XML-RPC Delight.