Changeset 2284
- Timestamp:
- Mar 13, 2014, 9:07:26 PM (10 years ago)
- Location:
- plugins/base2/net.sf.basedb.normalizers/trunk
- Files:
-
- 3 edited
Legend:
- Unmodified
- Added
- Removed
-
plugins/base2/net.sf.basedb.normalizers/trunk/.classpath
r2182 r2284 3 3 <classpathentry kind="src" path="src"/> 4 4 <classpathentry kind="con" path="org.eclipse.jdt.launching.JRE_CONTAINER"/> 5 <classpathentry kind="lib" path="lib/compile/base-core-3.2.4.jar"/>6 <classpathentry kind="lib" path="lib/compile/base-coreplugins-3.2.4.jar"/>7 5 <classpathentry kind="lib" path="META-INF/lib/PluginUtilities-0.2.jar"/> 6 <classpathentry kind="lib" path="lib/compile/base-core-3.3.0.jar"/> 7 <classpathentry kind="lib" path="lib/compile/base-coreplugins-3.3.0.jar"/> 8 8 <classpathentry kind="output" path="bin"/> 9 9 </classpath> -
plugins/base2/net.sf.basedb.normalizers/trunk/META-INF/extensions.xml
r2176 r2284 36 36 </description> 37 37 <version>1.1-beta2</version> 38 <min-base-version>3. 2.4</min-base-version>38 <min-base-version>3.3.0</min-base-version> 39 39 <copyright>BASE development team</copyright> 40 40 <email>basedb-users@lists.sourceforge.net</email> -
plugins/base2/net.sf.basedb.normalizers/trunk/build.xml
r2182 r2284 63 63 <property name="package" location="package" description="Directory where packaged distribution files are created"/> 64 64 <property name="javac.arg" value="-Xlint:unchecked" /> 65 <property name="javac.source" value="1. 6" />66 <property name="javac.target" value="1. 6" />65 <property name="javac.source" value="1.7" /> 66 <property name="javac.target" value="1.7" /> 67 67 <property name="javac.encoding" value="UTF-8" /> 68 68 <property name="depend.base-version" 69 value="3. 2.4"69 value="3.3.0" 70 70 description="The BASE version that this project depends on." 71 71 />
Note: See TracChangeset
for help on using the changeset viewer.