Changeset 1562


Ignore:
Timestamp:
Mar 15, 2012, 3:21:13 PM (11 years ago)
Author:
Nicklas Nordborg
Message:

References #370: Export run parameters to Caliper XML file

Added plug-in for exporting this information. Need to create an entry point in the reggie interface as well.

Location:
extensions/net.sf.basedb.reggie/trunk
Files:
2 added
2 edited

Legend:

Unmodified
Added
Removed
  • extensions/net.sf.basedb.reggie/trunk/.classpath

    r1463 r1562  
    88  <classpathentry kind="lib" path="lib/compile/base-webclient-3.0.0.jar"/>
    99  <classpathentry kind="lib" path="lib/compile/base-webservices-client-3.0.0.jar"/>
     10  <classpathentry kind="lib" path="lib/compile/jdom-1.1.2.jar"/>
    1011  <classpathentry kind="output" path="build"/>
    1112</classpath>
  • extensions/net.sf.basedb.reggie/trunk/META-INF/extensions.xml

    r1558 r1562  
    3434  </plugin-definition>
    3535
     36  <plugin-definition id="CaliperRunParametersExporter">
     37    <about>
     38      <name>Caliper run parameters exporter</name>
     39      <description>
     40        Plug-in that export run file parameters that can be used by the
     41        Caliper software. The run file include information about Assay Type,
     42        Plate Name, selected wells, etc.
     43      </description>
     44    </about>
     45    <plugin-class>net.sf.basedb.reggie.plugins.CaliperRunParametersExporter</plugin-class>
     46    <settings>
     47      <property name="everyone-use">1</property>
     48      <property name="immediate-execution">1</property>
     49    </settings>
     50  </plugin-definition>
     51
    3652  <extension
    3753    id="net.sf.basedb.reggie"
Note: See TracChangeset for help on using the changeset viewer.