source: java/main/src/test/resources/configs/test.xml @ 1326

Last change on this file since 1326 was 193, checked in by Maciej Komosinski, 11 years ago

Set svn:eol-style native for all textual files

  • Property svn:eol-style set to native
File size: 268 bytes
RevLine 
[87]1<?xml version="1.0" encoding="UTF-8"?>
[88]2<Framsticks>
3        <import class="com.framsticks.gui.Browser" />
[99]4        <import class="com.framsticks.remote.RemoteTree" />
[88]5        <Browser name="browser">
[99]6                <RemoteTree name="localhost:9009" address="localhost:9009" />
[88]7        </Browser>
8</Framsticks>
Note: See TracBrowser for help on using the repository browser.