view validate-command/command/src/test/resources/correctPlugin.xml @ 1159:9f499f1ff126 0.11-branch

Validate as new command Reviewed-by: jerboaa, neugens Review-thread: http://icedtea.classpath.org/pipermail/thermostat/2013-July/007266.html
author Giovanni Astarita <gastarit@redhat.com>
date Mon, 08 Jul 2013 10:34:08 +0200
parents
children
line wrap: on
line source

<?xml version="1.0" encoding="UTF-8"?>
<plugin xmlns="http://icedtea.classpath.org/thermostat/plugins/v1.0"
xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance"
xsi:schemaLocation="http://icedtea.classpath.org/thermostat/plugins/v1.0 thermostat-plugin.xsd">
  <extensions>
    <extension>
      <name>test</name>
      <bundles>
        <bundle>foo</bundle>
        <bundle>bar</bundle>
        <bundle>baz</bundle>
      </bundles>
      <dependencies>
        <dependency>thermostat-foo</dependency>
      </dependencies>
    </extension>
  </extensions>
</plugin>