Show
Ignore:
Timestamp:
05/21/10 01:02:38 (2 years ago)
Author:
rodche
Message:

"Mavenized" are 6 modules: org.bridgedb, org.bridgedb.bio, org.bridgedb.webservice.bridgerest, org.bridgedb.webservice.biomart, org.bridgedb.webservice.cronos, org.bridgedb.webservice.picr, and examples; organisms.txt and datasources.txt - moved to org.bridgedb.bio/resources/org/bridgedb/bio (ant build.xml ajusted accordingly). Upgraded org.bridgedb.webservice.cronos with the new WSDL and code generation by maven plugin.

Location:
trunk
Files:
3 modified

Legend:

Unmodified
Added
Removed
  • trunk

    • Property svn:ignore
      •  

        old new  
        11pub 
         2 
         3.settings 
         4 
         5.classpath 
         6 
         7.project 
  • trunk/org.bridgedb.webservice.biomart

    • Property svn:ignore set to
      target
  • trunk/org.bridgedb.webservice.biomart/src/org/bridgedb/webservice/biomart/BiomartStub.java

    r308 r363  
    260260                                || displayName.endsWith("Accession") 
    261261                                || name.endsWith("id") 
    262                                 || name.endsWith("accession"))) { 
     262                                || name.endsWith("accession") 
     263                                || name.endsWith("ensembl_gene"))) { 
    263264                        result.add(name); 
    264265                }