source: DCWoRMS/trunk/src/test/debb2dcworms/example/example1.xml @ 841

Revision 841, 605 bytes checked in by wojtekp, 12 years ago (diff)
  • Property svn:mime-type set to text/plain
Line 
1<?xml version="1.0" encoding="UTF-8"?>
2<plugins xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance"
3        xsi:noNamespaceSchemaLocation="../debb2dcworms.xsd">
4        <timeEstimationPlugin>
5                <name>example.timeestimation.RecsTimeEstimationPlugin</name>
6        </timeEstimationPlugin>
7       
8        <schedulingPlugin>
9                <name>example.localplugin.FCFSBF_LocalPlugin</name>
10                <resources>
11                        <class>ComputeBox1</class>
12                </resources>
13        </schedulingPlugin>
14       
15        <energyEstimationPlugin>
16                <name>example.energy.recs.NodeEnergyEstimationPlugin</name>
17                <resources>
18                        <class>Node</class>
19                </resources>
20        </energyEstimationPlugin>
21</plugins>
Note: See TracBrowser for help on using the repository browser.