source: java/main/src/test/resources/configs/FramsServerTest.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: 387 bytes
Line 
1<?xml version="1.0" encoding="UTF-8"?>
2<Framsticks>
3        <import class="com.framsticks.running.FramsServer" />
4        <import class="com.framsticks.remote.RemoteTree" />
5        <import class="com.framsticks.running.LoggingOutputListener" />
6        <FramsServer name="frams" port="9008">
7                <LoggingOutputListener />
8        </FramsServer>
9        <!-- <RemoteTree name="remote" address="localhost:9008" /> -->
10</Framsticks>
Note: See TracBrowser for help on using the repository browser.