Changeset 2558 for molgenis_distro


Ignore:
Timestamp:
01/19/10 17:48:47 (2 years ago)
Author:
mswertz
Message:

moved plugins to example folder (so they don't pollute your project).

File:
1 edited

Legend:

Unmodified
Added
Removed
  • molgenis_distro/3.3/molgenis_ui.xml

    r2449 r2558  
    1616                        </menu> 
    1717                </form> 
    18                 <menu name="pluginexamples" label="Plugin examples"> 
    19                         <plugin name="Google" type="plugin.examples.portal.PortalIntegrationPlugin" /> 
    20                         <plugin name="HelloWorld" type="plugin.examples.helloworld.HelloWorldPlugin" /> 
    21                         <plugin name="ExperimentQuery" type="plugin.examples.dbquery.ExperimentQueryPlugin" /> 
    22                         <plugin name="WizardPlugin" type="plugin.examples.wizard.WizardPlugin" /> 
    23                         <plugin name="FileServingPlugin" type="plugin.examples.file.FileServingPlugin" /> 
    24                 </menu> 
    25                 <plugin name="MartView" type="plugin.query.view.MartView" /> 
    26                 <!-- 
    27                         <report name="alldata" fields="sample.name,trait.name,measurement.value" 
    28                         labels="sample,trait,value" /> <report name="bigvalues"> <output 
    29                         name="sample.name" /> <output name="trait.name" /> <output 
    30                         name="measurement.value" /> <fiter>measurement.value &gt; 10</fiter> 
    31                         </report> <report name="countsamples" 
    32                         fields="investigation.name,count(sample.id)"/> 
    33                 --> 
    34                 <!-- plugin name="martview" type="plugin.query.view.MartView"/--> 
    3518        </menu> 
    3619</molgenis> 
Note: See TracChangeset for help on using the changeset viewer.