22 lines
556 B
XML
22 lines
556 B
XML
<?xml version="1.0" encoding="UTF-8"?>
|
|
<?xml-stylesheet href="http://jmri.org/xml/XSLT/aspecttable.xsl" type="text/xsl"?>
|
|
|
|
<nodes
|
|
xmlns:xsi = "http://www.w3.org/2001/XMLSchema-instance"
|
|
xmlns:xi="http://www.w3.org/2001/XInclude"
|
|
xsi:noNamespaceSchemaLocation = "http://jmri.org/xml/schema/aspecttable.xsd"
|
|
>
|
|
<name>Tests</name>
|
|
|
|
<node>
|
|
<name>Sample</name>
|
|
<panel>jmri.util.swing.SamplePane</panel>
|
|
</node>
|
|
<node>
|
|
<name>License</name>
|
|
<adapter>apps.LicenseAction</adapter>
|
|
</node>
|
|
|
|
</nodes>
|
|
|