Show
Ignore:
Timestamp:
03/22/10 14:53:05 (2 years ago)
Author:
martijn
Message:

Fix batchmapper and server startup scripts

Files:
1 modified

Legend:

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

    r313 r334  
    3535                <jar jarfile="${jar.file}"> 
    3636                        <manifest> 
    37                                 <attribute name="Main-Class" value="org.bridgedb.tools.BatchMapper"/> 
    38                                 <attribute name="Class-Path" value="bridgedb.jar bridgedb-bio.jar"/> 
     37                                <attribute name="Main-Class" value="org.bridgedb.tools.batchmapper.BatchMapper"/> 
     38                                <attribute name="Class-Path" value="org.bridgedb.jar org.bridgedb.bio.jar org.bridgedb.rdb.jar"/> 
    3939                        </manifest> 
    4040                        <fileset dir="build" includes="**/*.class"/>