Changeset 6327
- Timestamp:
- Jun 14, 2021, 11:18:33 AM (2 years ago)
- 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 5 5 <classpathentry kind="lib" path="META-INF/lib/zip4j_1.3.2.jar"/> 6 6 <classpathentry kind="lib" path="lib/compile/opengrid.jar"/> 7 <classpathentry kind="lib" path="lib/compile/commons-io-1.4.jar"/>8 7 <classpathentry kind="lib" path="lib/compile/json-simple-1.1.1-1.jar"/> 9 <classpathentry kind="lib" path="lib/compile/base-core-3.1 8.1.jar"/>10 <classpathentry kind="lib" path="lib/compile/base-coreplugins-3.1 8.1.jar"/>11 <classpathentry kind="lib" path="lib/compile/base-webclient-3.1 8.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"/> 12 11 <classpathentry kind="lib" path="META-INF/lib/io-7.1.13.jar"/> 13 12 <classpathentry kind="lib" path="META-INF/lib/kernel-7.1.13.jar"/> 14 13 <classpathentry kind="lib" path="META-INF/lib/barcodes-7.1.13.jar"/> 15 14 <classpathentry kind="lib" path="META-INF/lib/svg-7.1.13.jar"/> 16 <classpathentry kind="lib" path="lib/compile/poi-4.1.2.jar"/>17 15 <classpathentry kind="lib" path="lib/compile/jdom-2.0.6.jar"/> 18 16 <classpathentry kind="lib" path="lib/compile/slf4j-api-1.7.25.jar"/> 19 17 <classpathentry kind="lib" path="META-INF/lib/cleanup-2.0.5.jar"/> 18 <classpathentry kind="lib" path="lib/compile/poi-5.0.0.jar"/> 20 19 <classpathentry kind="con" path="org.eclipse.jdt.launching.JRE_CONTAINER/org.eclipse.jdt.internal.debug.ui.launcher.StandardVMType/JavaSE-11"> 21 20 <attributes> -
extensions/net.sf.basedb.reggie/trunk/META-INF/extensions.xml
r6309 r6327 8 8 </description> 9 9 <version>4.32-dev</version> 10 <min-base-version>3.1 8.1</min-base-version>10 <min-base-version>3.19.0</min-base-version> 11 11 <copyright>BASE development team</copyright> 12 12 <email>basedb-users@lists.sourceforge.net</email> -
extensions/net.sf.basedb.reggie/trunk/build.xml
r6299 r6327 23 23 <property name="javac.encoding" value="UTF-8" /> 24 24 <property name="depend.base-version" 25 value="3.1 8.1"25 value="3.19.0" 26 26 description="The BASE version that this project depends on." 27 27 />
Note: See TracChangeset
for help on using the changeset viewer.