~wattazoum/plinstool/trunk

« back to all changes in this revision

Viewing changes to plinstool-core/src/test/resources/corp/wattson/plinstool/configuration/platform_notcompliantxml.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:
 
1
<platformdefinition
 
2
  xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance"
 
3
  xsi:noNamespaceSchemaLocation='platform_def.xsd'
 
4
>
 
5
  <Platform>
 
6
    <software name="Eclipse 3.5" level="mandatory">
 
7
      <item name="ide" type="zip">
 
8
        <option name="source" value="" />
 
9
        <option name="destination" value="D:/Java/Eclipse" />
 
10
      </item>
 
11
      <item name="install" type="zip"/>
 
12
    </software>
 
13
    <software name="JDK 6" level="mandatory">
 
14
      <item name="JAVA_HOME" type="env">
 
15
        <option name="value" value="toto"/>
 
16
      </item>
 
17
    </software>
 
18
  </Platform>
 
19
</platformdefinition>
 
 
b'\\ No newline at end of file'