Changeset 391
- Timestamp:
- 06/02/10 20:43:37 (21 months ago)
- Location:
- trunk
- Files:
-
- 6 added
- 5 modified
-
org.bridgedb.bio/src/org/bridgedb/bio/Organism.java (modified) (1 diff)
-
org.bridgedb.rdb/pom.xml (modified) (3 diffs)
-
org.bridgedb.webservice.biomart/resources/org (added)
-
org.bridgedb.webservice.biomart/resources/org/bridgedb (added)
-
org.bridgedb.webservice.biomart/resources/org/bridgedb/webservice (added)
-
org.bridgedb.webservice.biomart/resources/org/bridgedb/webservice/biomart (added)
-
org.bridgedb.webservice.biomart/resources/org/bridgedb/webservice/biomart/util (added)
-
org.bridgedb.webservice.biomart/resources/org/bridgedb/webservice/biomart/util/filterconversion.txt (added)
-
org.bridgedb.webservice.cronos/src-axis/org/bridgedb/webservice/cronos/CronosWS.java (modified) (1 diff)
-
org.bridgedb.webservice.cronos/src-axis/org/bridgedb/webservice/cronos/CronosWSService.java (modified) (1 diff)
-
org.bridgedb.webservice.cronos/src-axis/org/bridgedb/webservice/cronos/ObjectFactory.java (modified) (2 diffs)
Legend:
- Unmodified
- Added
- Removed
-
trunk/org.bridgedb.bio/src/org/bridgedb/bio/Organism.java
r378 r391 29 29 * <p> 30 30 * 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(){...} 31 33 */ 32 34 public enum Organism -
trunk/org.bridgedb.rdb/pom.xml
r363 r391 8 8 <artifactId>bridgedb-bundle</artifactId> 9 9 <groupId>org.bridgedb</groupId> 10 <version> 0.9-SNAPSHOT</version>10 <version>1.0-SNAPSHOT</version> 11 11 </parent> 12 12 … … 34 34 <groupId>org.bridgedb</groupId> 35 35 <artifactId>org.bridgedb</artifactId> 36 <version> 0.9-SNAPSHOT</version>36 <version>${project.version}</version> 37 37 <scope>compile</scope> 38 38 </dependency> … … 40 40 <groupId>org.bridgedb</groupId> 41 41 <artifactId>org.bridgedb.bio</artifactId> 42 <version> 0.9-SNAPSHOT</version>42 <version>${project.version}</version> 43 43 <scope>compile</scope> 44 44 </dependency> -
trunk/org.bridgedb.webservice.cronos/src-axis/org/bridgedb/webservice/cronos/CronosWS.java
r363 r391 11 11 /** 12 12 * This class was generated by Apache CXF 2.2.6 13 * Thu May 20 18:54:36EDT 201013 * Wed Jun 02 14:38:11 EDT 2010 14 14 * Generated source version: 2.2.6 15 15 * -
trunk/org.bridgedb.webservice.cronos/src-axis/org/bridgedb/webservice/cronos/CronosWSService.java
r363 r391 16 16 /** 17 17 * This class was generated by Apache CXF 2.2.6 18 * Thu May 20 18:54:36EDT 201018 * Wed Jun 02 14:38:11 EDT 2010 19 19 * Generated source version: 2.2.6 20 20 * -
trunk/org.bridgedb.webservice.cronos/src-axis/org/bridgedb/webservice/cronos/ObjectFactory.java
r363 r391 38 38 39 39 /** 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 /** 40 56 * Create an instance of {@link CronosWS_Type } 41 57 * … … 51 67 public CronosWSResponse createCronosWSResponse() { 52 68 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();69 69 } 70 70
