Show
Ignore:
Timestamp:
05/21/10 01:02:38 (21 months 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.bio

    • Property svn:ignore set to
      target
  • trunk/org.bridgedb.bio/build.xml

    r325 r363  
    2323                   <classpath refid="class.path"/> 
    2424        </javac> 
    25     <copy file="../resources/datasources.txt" 
     25    <copy file="resources/org/bridgedb/bio/datasources.txt" 
    2626          todir="build/org/bridgedb/bio" /> 
    27     <copy file="../resources/organisms.txt" 
     27    <copy file="resources/org/bridgedb/bio/organisms.txt" 
    2828          todir="build/org/bridgedb/bio" /> 
    2929  </target>