Ignore:
Timestamp:
Sep 15, 2011, 2:58:04 PM (12 years ago)
Author:
Nicklas Nordborg
Message:

Fixes #312: Updates required for BASE 3 support

Fixes build script so that it:

  • Can download BASE JAR file with ant download-lib
  • Put the current version numbers in various places
  • Removed obsolete file META-INF/base-plugins.xml

Fixes JSP files so that the compile against the BASE 3 API.

Fixes installation plug-in so that it doesn't crash when updating.

Location:
extensions/net.sf.basedb.mev/trunk/META-INF
Files:
1 deleted
1 edited

Legend:

Unmodified
Added
Removed
  • extensions/net.sf.basedb.mev/trunk/META-INF/extensions.xml

    r1383 r1395  
    88      it import data from the current bioassay set.
    99    </description>
    10     <version>1.8pre</version>
     10    <version>1.8-alfa</version>
    1111    <copyright>BASE development team</copyright>
    1212    <email>basedb-users@lists.sourceforge.net</email>
     
    2525    </about>
    2626    <plugin-class>net.sf.basedb.mev.install.Install</plugin-class>
     27    <settings>
     28      <property name="immediate-execution">1</property>
     29    </settings>
    2730  </plugin-definition>
    2831  <plugin-definition id="CghExporterPlugin">
     
    3538    </about>   
    3639    <plugin-class>net.sf.basedb.mev.plugin.CghExporterPlugin</plugin-class>
     40    <settings>
     41      <property name="everyone-use">1</property>
     42    </settings>
    3743  </plugin-definition>
    3844  <plugin-definition id="TdmsExporterPlugin">
     
    4551    </about>   
    4652    <plugin-class>net.sf.basedb.mev.plugin.TdmsExporterPlugin</plugin-class>
     53    <settings>
     54      <property name="everyone-use">1</property>
     55    </settings>
    4756  </plugin-definition>
    4857  <extension
Note: See TracChangeset for help on using the changeset viewer.