view validate-command/command/src/test/resources/incorrectPlugin.xml @ 1252:4afcf1274915

Validator improvements. Reviewed-by: omajid Review-thread: http://icedtea.classpath.org/pipermail/thermostat/2013-September/008182.html Contributed-by: Giovanni Astarita
author Severin Gehwolf <sgehwolf@redhat.com>
date Fri, 06 Sep 2013 10:51:16 +0200
parents 9f499f1ff126
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><symbolic-name>foo</symbolic-name><version>1</version></bundle>
        <bundle><symbolic-name>bar</symbolic-name></bundle>
        <bundle>baz</bundle>
      </bundles>
      <dependencies>
        <dependency>thermostat-foo</dependency>
      </dependencies>
    </extension>
  </extensions>
</plugin>