Changeset 1186
- Timestamp:
- Jan 15, 2010, 10:06:00 AM (14 years ago)
- 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 4 4 {{{ 5 5 Copyright (C) 2008, 2009 Jari Häkkinen, Martin Svensson 6 Copyright (C) 2010 Jari Häkkinen 6 7 7 8 This file is part of the Normalizers plug-in package for BASE … … 31 32 == Requirements == 32 33 33 1. BASE 2.1 2.0 or later.34 1. BASE 2.15.0 or later. 34 35 2. (Optional) The qQuantile normalization requires a C++ standards 35 36 compliant compiler and the yat library available at -
plugins/base2/net.sf.basedb.normalizers/trunk/build.xml
r1084 r1186 5 5 Copyright (C) 2008 Martin Svensson 6 6 Copyright (C) 2009 Jari Häkkinen, Martin Svensson 7 Copyright (C) 2010 Jari Häkkinen 7 8 8 9 This file is part of the Normalizers plug-in package for BASE … … 66 67 67 68 <property name="depend.BASEjars" 68 value="http://base2.thep.lu.se/base/jars/2.1 2.0"69 value="http://base2.thep.lu.se/base/jars/2.15.0" 69 70 description="The location of the BASE core JARs that we depend on" 70 71 /> -
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. 1 NOTE! Before compiling this code, you need to put a copy of the 2 BASE2Core.jar and BASE2CorePlugins.jar files in this directory. 3 4 These jar-files can be downloaded by running <ant download-lib>.
Note: See TracChangeset
for help on using the changeset viewer.