Changeset 2284


Ignore:
Timestamp:
Mar 13, 2014, 9:07:26 PM (10 years ago)
Author:
Nicklas Nordborg
Message:

References #588: Update extensions to target Java 1.7 and BASE 3.3

Fixed for Normalizers package.

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  
    33  <classpathentry kind="src" path="src"/>
    44  <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"/>
    75  <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"/>
    88  <classpathentry kind="output" path="bin"/>
    99</classpath>
  • plugins/base2/net.sf.basedb.normalizers/trunk/META-INF/extensions.xml

    r2176 r2284  
    3636    </description>
    3737    <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>
    3939    <copyright>BASE development team</copyright>
    4040    <email>basedb-users@lists.sourceforge.net</email>
  • plugins/base2/net.sf.basedb.normalizers/trunk/build.xml

    r2182 r2284  
    6363  <property name="package" location="package" description="Directory where packaged distribution files are created"/>
    6464  <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" />
    6767  <property name="javac.encoding" value="UTF-8" />
    6868  <property name="depend.base-version"
    69     value="3.2.4"
     69    value="3.3.0"
    7070    description="The BASE version that this project depends on."
    7171  />
Note: See TracChangeset for help on using the changeset viewer.