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/util/Dataset.java

    r308 r363  
    160160             
    161161            // only add attributes listed as "feature_page" 
    162             if ("feature_page".equals(page)) 
     162            // and "homologs" 
     163            if ("feature_page".equals(page) || "homologs".equals(page)) 
    163164                attributes.put(parts[0], new Attribute( 
    164165                        parts[0], displayName, description, page));