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

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

Set svn:eol-style native for all textual files

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