Changeset 6327


Ignore:
Timestamp:
Jun 14, 2021, 11:18:33 AM (2 years ago)
Author:
Nicklas Nordborg
Message:

Fixes #1314: Switch to BASE 3.19

Location:
extensions/net.sf.basedb.reggie/trunk
Files:
1 added
3 deleted
3 edited

Legend:

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

    r6183 r6327  
    55  <classpathentry kind="lib" path="META-INF/lib/zip4j_1.3.2.jar"/>
    66  <classpathentry kind="lib" path="lib/compile/opengrid.jar"/>
    7   <classpathentry kind="lib" path="lib/compile/commons-io-1.4.jar"/>
    87  <classpathentry kind="lib" path="lib/compile/json-simple-1.1.1-1.jar"/>
    9   <classpathentry kind="lib" path="lib/compile/base-core-3.18.1.jar"/>
    10   <classpathentry kind="lib" path="lib/compile/base-coreplugins-3.18.1.jar"/>
    11   <classpathentry kind="lib" path="lib/compile/base-webclient-3.18.1.jar"/>
     8  <classpathentry kind="lib" path="lib/compile/base-core-3.19.0.jar"/>
     9  <classpathentry kind="lib" path="lib/compile/base-coreplugins-3.19.0.jar"/>
     10  <classpathentry kind="lib" path="lib/compile/base-webclient-3.19.0.jar"/>
    1211  <classpathentry kind="lib" path="META-INF/lib/io-7.1.13.jar"/>
    1312  <classpathentry kind="lib" path="META-INF/lib/kernel-7.1.13.jar"/>
    1413  <classpathentry kind="lib" path="META-INF/lib/barcodes-7.1.13.jar"/>
    1514  <classpathentry kind="lib" path="META-INF/lib/svg-7.1.13.jar"/>
    16   <classpathentry kind="lib" path="lib/compile/poi-4.1.2.jar"/>
    1715  <classpathentry kind="lib" path="lib/compile/jdom-2.0.6.jar"/>
    1816  <classpathentry kind="lib" path="lib/compile/slf4j-api-1.7.25.jar"/>
    1917  <classpathentry kind="lib" path="META-INF/lib/cleanup-2.0.5.jar"/>
     18  <classpathentry kind="lib" path="lib/compile/poi-5.0.0.jar"/>
    2019  <classpathentry kind="con" path="org.eclipse.jdt.launching.JRE_CONTAINER/org.eclipse.jdt.internal.debug.ui.launcher.StandardVMType/JavaSE-11">
    2120    <attributes>
  • extensions/net.sf.basedb.reggie/trunk/META-INF/extensions.xml

    r6309 r6327  
    88    </description>
    99    <version>4.32-dev</version>
    10     <min-base-version>3.18.1</min-base-version>
     10    <min-base-version>3.19.0</min-base-version>
    1111    <copyright>BASE development team</copyright>
    1212    <email>basedb-users@lists.sourceforge.net</email>
  • extensions/net.sf.basedb.reggie/trunk/build.xml

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