source: java/main/src/test/resources/configs/ServerTest.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: 504 bytes
Line 
1<?xml version="1.0" encoding="UTF-8"?>
2<Framsticks>
3        <import class="com.framsticks.hosting.Server" />
4        <import class="com.framsticks.remote.RemoteTree" />
5        <import class="com.framsticks.structure.LocalTree" />
6        <import class="com.framsticks.test.TestClass" />
7        <import class="com.framsticks.running.LoggingOutputListener" />
8        <Server port="9006">
9                <LocalTree name="test">
10                        <TestClass name="a test name" />
11                </LocalTree>
12        </Server>
13        <RemoteTree name="remote" address="localhost:9006" />
14</Framsticks>
Note: See TracBrowser for help on using the repository browser.