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