Changeset 391

Show
Ignore:
Timestamp:
06/02/10 20:43:37 (21 months ago)
Author:
rodche
Message:

Previously missing text file added; Also - generated classes and other minor changes.

Location:
trunk
Files:
6 added
5 modified

Legend:

Unmodified
Added
Removed
  • trunk/org.bridgedb.bio/src/org/bridgedb/bio/Organism.java

    r378 r391  
    2929 * <p> 
    3030 * TODO: make extensible 
     31 * TODO: use static initializer - static {...} - instead of multiple initMappings calls... 
     32 * TODO: link to taxonomy, e.g., using int constructor arg. and new method: public DataSource getTaxonomy(){...} 
    3133 */ 
    3234public enum Organism  
  • trunk/org.bridgedb.rdb/pom.xml

    r363 r391  
    88        <artifactId>bridgedb-bundle</artifactId> 
    99        <groupId>org.bridgedb</groupId> 
    10         <version>0.9-SNAPSHOT</version> 
     10        <version>1.0-SNAPSHOT</version> 
    1111  </parent> 
    1212 
     
    3434                        <groupId>org.bridgedb</groupId> 
    3535                        <artifactId>org.bridgedb</artifactId> 
    36                         <version>0.9-SNAPSHOT</version> 
     36                        <version>${project.version}</version> 
    3737                        <scope>compile</scope> 
    3838                </dependency> 
     
    4040                        <groupId>org.bridgedb</groupId> 
    4141                        <artifactId>org.bridgedb.bio</artifactId> 
    42                         <version>0.9-SNAPSHOT</version> 
     42                        <version>${project.version}</version> 
    4343                        <scope>compile</scope> 
    4444                </dependency> 
  • trunk/org.bridgedb.webservice.cronos/src-axis/org/bridgedb/webservice/cronos/CronosWS.java

    r363 r391  
    1111/** 
    1212 * This class was generated by Apache CXF 2.2.6 
    13  * Thu May 20 18:54:36 EDT 2010 
     13 * Wed Jun 02 14:38:11 EDT 2010 
    1414 * Generated source version: 2.2.6 
    1515 *  
  • trunk/org.bridgedb.webservice.cronos/src-axis/org/bridgedb/webservice/cronos/CronosWSService.java

    r363 r391  
    1616/** 
    1717 * This class was generated by Apache CXF 2.2.6 
    18  * Thu May 20 18:54:36 EDT 2010 
     18 * Wed Jun 02 14:38:11 EDT 2010 
    1919 * Generated source version: 2.2.6 
    2020 *  
  • trunk/org.bridgedb.webservice.cronos/src-axis/org/bridgedb/webservice/cronos/ObjectFactory.java

    r363 r391  
    3838 
    3939    /** 
     40     * Create an instance of {@link IsinRedList } 
     41     *  
     42     */ 
     43    public IsinRedList createIsinRedList() { 
     44        return new IsinRedList(); 
     45    } 
     46 
     47    /** 
     48     * Create an instance of {@link IsinRedListResponse } 
     49     *  
     50     */ 
     51    public IsinRedListResponse createIsinRedListResponse() { 
     52        return new IsinRedListResponse(); 
     53    } 
     54 
     55    /** 
    4056     * Create an instance of {@link CronosWS_Type } 
    4157     *  
     
    5167    public CronosWSResponse createCronosWSResponse() { 
    5268        return new CronosWSResponse(); 
    53     } 
    54  
    55     /** 
    56      * Create an instance of {@link IsinRedList } 
    57      *  
    58      */ 
    59     public IsinRedList createIsinRedList() { 
    60         return new IsinRedList(); 
    61     } 
    62  
    63     /** 
    64      * Create an instance of {@link IsinRedListResponse } 
    65      *  
    66      */ 
    67     public IsinRedListResponse createIsinRedListResponse() { 
    68         return new IsinRedListResponse(); 
    6969    } 
    7070