Changeset 5849


Ignore:
Timestamp:
Mar 3, 2020, 1:31:03 PM (3 years ago)
Author:
Nicklas Nordborg
Message:

Fixes #1227: Switch to BASE 3.16

Location:
extensions/net.sf.basedb.reggie/trunk
Files:
4 edited

Legend:

Unmodified
Added
Removed
  • extensions/net.sf.basedb.reggie/trunk/.classpath

    r5628 r5849  
    1010  <classpathentry kind="lib" path="lib/compile/commons-io-1.4.jar"/>
    1111  <classpathentry kind="lib" path="lib/compile/json-simple-1.1.1-1.jar"/>
    12   <classpathentry kind="lib" path="lib/compile/base-core-3.15.2.jar"/>
    13   <classpathentry kind="lib" path="lib/compile/base-webclient-3.15.2.jar"/>
    14   <classpathentry kind="lib" path="lib/compile/base-coreplugins-3.15.2.jar"/>
     12  <classpathentry kind="lib" path="lib/compile/base-core-3.16.0.jar"/>
     13  <classpathentry kind="lib" path="lib/compile/base-coreplugins-3.16.0.jar"/>
     14  <classpathentry kind="lib" path="lib/compile/base-webclient-3.16.0.jar"/>
    1515  <classpathentry kind="con" path="org.eclipse.jdt.launching.JRE_CONTAINER/org.eclipse.jdt.internal.debug.ui.launcher.StandardVMType/JavaSE-11">
    1616    <attributes>
  • extensions/net.sf.basedb.reggie/trunk/META-INF/extensions.xml

    r5822 r5849  
    88    </description>
    99    <version>4.26-dev</version>
    10     <min-base-version>3.15.2</min-base-version>
     10    <min-base-version>3.16.0</min-base-version>
    1111    <copyright>BASE development team</copyright>
    1212    <email>basedb-users@lists.sourceforge.net</email>
  • extensions/net.sf.basedb.reggie/trunk/README

    r5622 r5849  
    11== Requirements ==
    22
    3  1. BASE 3.15.2
     3 1. BASE 3.16
    44 2. Open Grid Scheduler extension 1.2 must be installed
    55 
  • extensions/net.sf.basedb.reggie/trunk/build.xml

    r5822 r5849  
    2323  <property name="javac.encoding" value="UTF-8" />
    2424  <property name="depend.base-version"
    25     value="3.15.2"
     25    value="3.16.0"
    2626    description="The BASE version that this project depends on."
    2727  />
Note: See TracChangeset for help on using the changeset viewer.