Skip to content

Commit

Permalink
changed output file name to output.csv
Browse files Browse the repository at this point in the history
Signed-off-by: Karl Schrab <[email protected]>
  • Loading branch information
kschrab committed Oct 19, 2020
1 parent 62c8317 commit a6a46f1
Show file tree
Hide file tree
Showing 3 changed files with 3 additions and 3 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -4,7 +4,7 @@
xsi:noNamespaceSchemaLocation="https://raw.githubusercontent.com/eclipse/mosaic/main/fed/mosaic-output/src/main/resources/output_config.xsd">

<output id="fileoutput" enabled="true" update="5" loader="org.eclipse.mosaic.fed.output.generator.file.FileOutputLoader">
<filename>visualizer.csv</filename>
<filename>output.csv</filename>
<directory>.</directory>
<separator>;</separator>
<subscriptions>
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -4,7 +4,7 @@
xsi:noNamespaceSchemaLocation="http://www.dcaiti.tu-berlin.de/research/simulation/download/get/scenarios/scenarioname/visualizer/visualizer_config.xsd">

<output id="fileoutput" enabled="true" update="5" loader="org.eclipse.mosaic.fed.output.generator.file.FileOutputLoader">
<filename>visualizer.csv</filename>
<filename>output.csv</filename>
<directory>.</directory>
<separator>;</separator>
<subscriptions>
Expand Down
2 changes: 1 addition & 1 deletion fed/mosaic-output/src/main/resources/web/README.md
Original file line number Diff line number Diff line change
Expand Up @@ -7,7 +7,7 @@ Only NodeJS (https://nodejs.org/en/download/)
## Install Development Requirements

Change to the visualizr directory:
`cd <VSIMRTI_SOURCE>/core/vsimrti-all-in-one/src/main/visualizr`
`cd <MOSAIC_SOURCE>/fed/mosaic-output/src/main/resources/web`

Install required modules for development and deployment (defined in package.json):
`npm install`
Expand Down

0 comments on commit a6a46f1

Please sign in to comment.