Changeset 564

Show
Ignore:
Timestamp:
01/17/12 16:58:47 (4 months ago)
Author:
martijn
Message:

Updated description of jar files in README

Files:
1 modified

Legend:

Unmodified
Added
Removed
  • trunk/README.txt

    r363 r564  
    2020which ones you need. For questions, you can always contact our mailing list. 
    2121 
    22 bridgedb.jar - always needed.  
    23     This includes file, rdb, biomart and BridgeRest drivers. 
    24 bridgedb-bio.jar - includes the BioDataSource enum, often needed 
    25 bridgedb-cronos.jar - needed for CRONOS webservice 
    26 bridgedb-synergizer.jar - needed for Synergizer webservice 
    27 bridgedb-picr.jar - needed for PICR webservice 
    28 bridgedb-webservice.jar - the BridgeRest SERVER, not needed if you only  
     22org.bridgedb.jar - always needed.  
     23    This includes the tab-delimited file driver. 
     24org.bridgedb.bio.jar - includes the BioDataSource enum, often needed 
     25org.bridgedb.webservice.cronos.jar - needed for CRONOS webservice 
     26org.bridgedb.webservice.synergizer.jar - needed for Synergizer webservice 
     27org.bridgedb.webservice.picr.jar - needed for PICR webservice 
     28org.bridgedb.server.jar - the BridgeRest SERVER, not needed if you only  
    2929        want to access BridgeRest or BridgeWebservice as client 
    30 bridgedb-batchmapper.jar - Contains the batchmapper command line tool 
     30org.bridgedb.tools.batchmapper.jar - Contains the batchmapper command line tool 
    3131 
    32 bridgedb.jar and bridgedb-bio.jar do not need any other jar files to work. 
    33 All the other jar files in dist/ are SOAP libraries needed only for 
     32org.bridgedb.jar and org.bridgedb.bio.jar do not need any other jar files to work. 
     33Most of the other jar files in dist/ are part of the SOAP libraries needed only for 
    3434some of the webservices. Look in the lib directory and build.xml of the  
    3535respective mappers to find clues which libraries are needed by which service.