Changeset 1186


Ignore:
Timestamp:
Jan 15, 2010, 10:06:00 AM (14 years ago)
Author:
Jari Häkkinen
Message:

Bumping BASE requirement to 2.15

Location:
plugins/base2/net.sf.basedb.normalizers/trunk
Files:
3 edited

Legend:

Unmodified
Added
Removed
  • plugins/base2/net.sf.basedb.normalizers/trunk/INSTALL

    r1087 r1186  
    44{{{
    55Copyright (C) 2008, 2009 Jari Häkkinen, Martin Svensson
     6Copyright (C) 2010 Jari Häkkinen
    67
    78This file is part of the Normalizers plug-in package for BASE
     
    3132== Requirements ==
    3233
    33  1. BASE 2.12.0 or later.
     34 1. BASE 2.15.0 or later.
    3435 2. (Optional) The qQuantile normalization requires a C++ standards
    3536    compliant compiler and the yat library available at
  • plugins/base2/net.sf.basedb.normalizers/trunk/build.xml

    r1084 r1186  
    55    Copyright (C) 2008 Martin Svensson
    66    Copyright (C) 2009 Jari Häkkinen, Martin Svensson
     7    Copyright (C) 2010 Jari Häkkinen
    78
    89    This file is part of the Normalizers plug-in package for BASE
     
    6667
    6768  <property name="depend.BASEjars"
    68     value="http://base2.thep.lu.se/base/jars/2.12.0"
     69    value="http://base2.thep.lu.se/base/jars/2.15.0"
    6970    description="The location of the BASE core JARs that we depend on"
    7071  />
  • plugins/base2/net.sf.basedb.normalizers/trunk/lib/compile/readme.txt

    r947 r1186  
    1 NOTE! Before compiling this code, you need to put a copy of the BASE2Core.jar and
    2 BASE2CorePlugins.jar files in this directory.
    3 These jar-files can either be downloaded by running <ant download-lib> or be copied from a Base 2.7 distribution.
     1NOTE! Before compiling this code, you need to put a copy of the
     2BASE2Core.jar and BASE2CorePlugins.jar files in this directory.
     3
     4These jar-files can be downloaded by running <ant download-lib>.
Note: See TracChangeset for help on using the changeset viewer.