== Requirements == 1. BASE 3.5 or later. 2. Tomcat 8 / Java 8 on the server. == Introduction == This package is an extension package to BASE that adds a column in the file list view for displaying thumbnails of JPG and PNG images. * The homepage for this extension: http://baseplugins.thep.lu.se/wiki/net.sf.basedb.thumbnails == Installation == See http://baseplugins.thep.lu.se/wiki/net.sf.basedb.thumbnails/install == Using == See http://baseplugins.thep.lu.se/wiki/net.sf.basedb.thumbnails/using == Compiling == To compile this package you also need: 1. Ant 1.9 2. Java 1.8 Follow these instructions: 1. Download the source code from the subversion repository. See http://baseplugins.thep.lu.se/wiki/net.sf.basedb.thumbnails for instructions. 2. Type `ant download-lib` to automatically download the BASE core JAR files that are neeed for compilation. You can also do this manually by copying the base-core-3.x.jar file from the BASE installation directory (/www/WEB-INF/lib/) to the ./lib/compile directory. 3. Type 'ant' to compile the code and generate the 'thumbnails.jar' file in the project directory. 4. Use 'ant package' to create a downloadable tar.gz package. Tip: If you need different values for any of the properties defined in the 'build.xml' file, create a file named 'build.properties' and set the values there.