source: pacpustutorials/solutions/project_exercises/xml/fizzbuzz.xml@ 13

Last change on this file since 13 was 13, checked in by DHERBOMEZ Gérald, 9 years ago

add XML configuration

File size: 358 bytes
Line 
1<?xml version="1.0" encoding="ISO-8859-1"?>
2<pacpus>
3 <components>
4 <component name="PeriodicMessage" type="MessageComponent" msg_period="1"/>
5 <component name="FizzOrBuzz" type="FizzBuzz"/>
6 </components>
7 <connections>
8 </connections>
9 <plugins prefix="" postfix="" extension="so">
10 <plugin lib="PluginExercise1" />
11 </plugins>
12</pacpus>
Note: See TracBrowser for help on using the repository browser.