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.tools.batchmapper
Files:
6 added
3 moved

Legend:

Unmodified
Added
Removed
  • trunk/org.bridgedb.tools.batchmapper/build.xml

    • Property svn:eol-style set to native
    r139 r308  
    11<?xml version="1.0"?> 
    2 <project name="BatchMapper" default="jar" basedir="."> 
     2<project name="org.bridgedb.tools.batchmapper" default="jar" basedir="."> 
    33         
    4         <property name="jar.file" value="../dist/bridgedb-batchmapper.jar"/> 
     4        <property name="jar.file" value="../dist/org.bridgedb.tools.batchmapper.jar"/> 
    55         
    66        <path id="project.class.path"> 
    77                <pathelement location="build"/> 
    8                 <pathelement location="../dist/bridgedb.jar"/> 
    9                 <pathelement location="../dist/bridgedb-bio.jar"/> 
     8                <pathelement location="../dist/org.bridgedb.jar"/> 
     9                <pathelement location="../dist/org.bridgedb.bio.jar"/> 
    1010                <!--TODO make sure corelib build is called first --> 
    1111        </path> 
  • trunk/org.bridgedb.tools.batchmapper/src/org/bridgedb/tools/batchmapper/BatchMapper.java

    • Property svn:eol-style set to native
    r188 r308  
    1515// limitations under the License. 
    1616// 
    17 package org.bridgedb.tools; 
     17package org.bridgedb.tools.batchmapper; 
    1818 
    1919import java.io.File; 
  • trunk/org.bridgedb.tools.batchmapper/src/org/bridgedb/tools/batchmapper/Lookup.java

    • Property svn:eol-style set to native
    r105 r308  
    1515// limitations under the License. 
    1616// 
    17 package org.bridgedb.tools; 
     17package org.bridgedb.tools.batchmapper; 
    1818 
    1919import java.awt.BorderLayout;