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