~wattazoum/plinstool/trunk

« back to all changes in this revision

Viewing changes to plinstool-core/src/test/resources/corp/wattson/plinstool/configuration/platform_multipledeps.xml

  • Committer: wattazoum
  • Date: 2009-11-11 11:56:09 UTC
  • Revision ID: wattazoum-20091111115609-nhrzplnmlkbx037u
Add Configuration validation against the schema.

Show diffs side-by-side

added added

removed removed

Lines of Context:
14
14
      <dependency name="JDK 6" />
15
15
      <dependency name="Findbugs plugins" />
16
16
    </software>
17
 
    <software name="JDK 6" level="mandatory"/>
18
 
    <software name="Findbugs plugins" level="optional"/>
 
17
    <software name="JDK 6" level="mandatory">
 
18
      <item name="name" type="zip"/>
 
19
    </software>
 
20
    <software name="Findbugs plugins" level="optional">
 
21
      <item name="name" type="zip"/>
 
22
    </software>
19
23
  </Platform>
20
24
</platformdefinition>
 
 
b'\\ No newline at end of file'