Changeset 1562
- Timestamp:
- Mar 15, 2012, 3:21:13 PM (11 years ago)
- 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 8 8 <classpathentry kind="lib" path="lib/compile/base-webclient-3.0.0.jar"/> 9 9 <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"/> 10 11 <classpathentry kind="output" path="build"/> 11 12 </classpath> -
extensions/net.sf.basedb.reggie/trunk/META-INF/extensions.xml
r1558 r1562 34 34 </plugin-definition> 35 35 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 36 52 <extension 37 53 id="net.sf.basedb.reggie"
Note: See TracChangeset
for help on using the changeset viewer.