Changeset 5849
- Timestamp:
- Mar 3, 2020, 1:31:03 PM (3 years ago)
- Location:
- extensions/net.sf.basedb.reggie/trunk
- Files:
-
- 4 edited
Legend:
- Unmodified
- Added
- Removed
-
extensions/net.sf.basedb.reggie/trunk/.classpath
r5628 r5849 10 10 <classpathentry kind="lib" path="lib/compile/commons-io-1.4.jar"/> 11 11 <classpathentry kind="lib" path="lib/compile/json-simple-1.1.1-1.jar"/> 12 <classpathentry kind="lib" path="lib/compile/base-core-3.1 5.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"/> 15 15 <classpathentry kind="con" path="org.eclipse.jdt.launching.JRE_CONTAINER/org.eclipse.jdt.internal.debug.ui.launcher.StandardVMType/JavaSE-11"> 16 16 <attributes> -
extensions/net.sf.basedb.reggie/trunk/META-INF/extensions.xml
r5822 r5849 8 8 </description> 9 9 <version>4.26-dev</version> 10 <min-base-version>3.1 5.2</min-base-version>10 <min-base-version>3.16.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/README
r5622 r5849 1 1 == Requirements == 2 2 3 1. BASE 3.1 5.23 1. BASE 3.16 4 4 2. Open Grid Scheduler extension 1.2 must be installed 5 5 -
extensions/net.sf.basedb.reggie/trunk/build.xml
r5822 r5849 23 23 <property name="javac.encoding" value="UTF-8" /> 24 24 <property name="depend.base-version" 25 value="3.1 5.2"25 value="3.16.0" 26 26 description="The BASE version that this project depends on." 27 27 />
Note: See TracChangeset
for help on using the changeset viewer.