|
Last change
on this file since 334 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:
740 bytes
|
| Line | |
|---|
| 1 | <?xml version="1.0" encoding="UTF-8"?> |
|---|
| 2 | <Framsticks> |
|---|
| 3 | <import class="com.framsticks.test.PrimeExperiment" /> |
|---|
| 4 | <import class="com.framsticks.experiment.SimulatorConnector" /> |
|---|
| 5 | <import class="com.framsticks.experiment.SimulatorGroup" /> |
|---|
| 6 | <import class="com.framsticks.experiment.SimulatorRunner" /> |
|---|
| 7 | <import class="com.framsticks.experiment.SimulatorRange" /> |
|---|
| 8 | <PrimeExperiment> |
|---|
| 9 | <SimulatorRange hosts='@Serialized:["localhost"]' ports='@Serialized:[9100,9101,9102]' run="true"/> |
|---|
| 10 | <!-- <SimulatorGroup> --> |
|---|
| 11 | <!-- <SimulatorRunner address="localhost:9100" /> --> |
|---|
| 12 | <!-- <SimulatorRunner address="localhost:9101" /> --> |
|---|
| 13 | <!-- <SimulatorRunner address="localhost:9102" /> --> |
|---|
| 14 | <!-- </SimulatorGroup> --> |
|---|
| 15 | </PrimeExperiment> |
|---|
| 16 | </Framsticks> |
|---|
Note: See
TracBrowser
for help on using the repository browser.