source: java/main/src/main/resources/managed-console.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: 275 bytes
Line 
1<?xml version="1.0" encoding="UTF-8"?>
2<Framsticks>
3        <import class="com.framsticks.gui.console.ManagedConsole" />
4        <import class="com.framsticks.remote.RemoteTree" />
5        <ManagedConsole>
6                <RemoteTree name="remote" address="localhost:9009" />
7        </ManagedConsole>
8</Framsticks>
9
Note: See TracBrowser for help on using the repository browser.