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
RevLine 
[96]1<?xml version="1.0" encoding="UTF-8"?>
2<Framsticks>
3        <import class="com.framsticks.hosting.Server" />
[97]4        <import class="com.framsticks.remote.RemoteTree" />
[105]5        <import class="com.framsticks.structure.LocalTree" />
[96]6        <import class="com.framsticks.test.TestClass" />
7        <import class="com.framsticks.running.LoggingOutputListener" />
[102]8        <Server port="9006">
[99]9                <LocalTree name="test">
[96]10                        <TestClass name="a test name" />
[99]11                </LocalTree>
[96]12        </Server>
[102]13        <RemoteTree name="remote" address="localhost:9006" />
[96]14</Framsticks>
Note: See TracBrowser for help on using the repository browser.