Show
Ignore:
Timestamp:
02/23/10 15:28:52 (2 years ago)
Author:
martijn
Message:

Big project Reogranization:
- all modules are named with their main package name,

e.g. "picr" becomes org.bridgedb.webservice.picr,
and the jar will be org.bridgedb.webservice.picr.jar

- webservice renamed to org.bridgedb.server
- corelib is split in org.bridgedb, org.bridgedb.rdb,

org.bridgedb.webservice.biomart and org.bridgedb.webservice.bridgerest

Location:
trunk/org.bridgedb.webservice.biomart
Files:
6 added
1 moved

Legend:

Unmodified
Added
Removed
  • trunk/org.bridgedb.webservice.biomart/test/org/bridgedb/webservice/biomart/TestBiomart.java

    • Property svn:eol-style set to native
    r287 r308  
    1515// limitations under the License. 
    1616// 
    17 package org.bridgedb; 
     17package org.bridgedb.webservice.biomart; 
    1818 
     19import org.bridgedb.BridgeDb; 
     20import org.bridgedb.DataSource; 
     21import org.bridgedb.IDMapper; 
     22import org.bridgedb.IDMapperCapabilities; 
     23import org.bridgedb.IDMapperException; 
     24import org.bridgedb.Xref; 
    1925import org.bridgedb.webservice.biomart.util.BiomartClient; 
    2026import buildsystem.Measure; 
     
    3137import junit.framework.TestCase; 
    3238 
    33 import org.bridgedb.webservice.biomart.IDMapperBiomart; 
    3439import org.bridgedb.webservice.biomart.*; 
    3540