Changes between Version 46 and Version 47 of WikiStart


Ignore:
Timestamp:
06/29/10 14:27:25 (14 years ago)
Author:
lauer
Comment:

added maven dependency

Legend:

Unmodified
Added
Removed
Modified
  • WikiStart

    v46 v47  
    8686(Login: guest/guest, or opendfki-accout if available) 
    8787 
     88Maven repository 
     89{{{ 
     90    http://www.dfki.uni-kl.de/artifactory2/libs-releases 
     91}}} 
     92Artifact coordinate 
     93{{{ 
     94<dependency> 
     95  <groupId>dfki.km.delight</groupId> 
     96  <artifactId>xmlrpc-delight</artifactId> 
     97  <version>2.6</version> 
     98</dependency> 
     99}}} 
     100 
    88101'''Changes''' 
    89102 - added enum support 
    90103 - fixed: Bug in xml-rpc:1.1 (strings containing only spaces were discarded in method call) 
     104 
     105---- 
    91106 
    92107Version 2.5.1 
     
    98113 - 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] 
    99114 
    100 Maven Repository 
    101 {{{ 
    102     http://www.dfki.uni-kl.de/artifactory2/libs-releases 
    103 }}} 
    104 Maven Dependency 
    105 {{{ 
    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 }}} 
    113115 
    114116---- 
     
    152154 
    153155 
    154 == Repository == 
     156== SVN Repository == 
    155157 
    156158A subversion repository is setup at [https://delight.opendfki.de/repos/]. Use the repository to checkout the latest version of XML-RPC Delight.