Arora: fix the demo launchpad configuration

This patch adapts the launchpad configuration of the Nitpicker plugin demo
to the current launchpad config syntax.

Fixes #1018.
This commit is contained in:
Christian Prochaska 2014-01-08 16:30:53 +01:00 committed by Christian Helmuth
parent a3e30cc96c
commit cca2dbc400
1 changed files with 3 additions and 3 deletions

View File

@ -30,10 +30,10 @@
<start name="launchpad">
<resource name="RAM" quantum="1G"/>
<config xpos="50" ypos="10" width="400" height="400">
<launcher><filename>testnit</filename><ram_quota>512K</ram_quota></launcher>
<launcher><filename>launchpad</filename><ram_quota>6M</ram_quota>
<launcher name="testnit" ram_quota="512K" />
<launcher name="launchpad" ram_quota="6M">
<config xpos="90" ypos="50" width="400" height="400">
<launcher><filename>testnit</filename><ram_quota>512K</ram_quota></launcher>
<launcher name="testnit" ram_quota="512K" />
</config>
</launcher>
</config>