renamed config file parameter

This commit is contained in:
2014-04-29 11:52:31 +02:00
parent 0126351550
commit a03e107d7c
2 changed files with 4 additions and 1 deletions
+3
View File
@@ -3,6 +3,9 @@
This project contains the FDA xml based scan logic.
Actually this was the first type of scan FDA was providing.
# Configuration
The xscan config file can be specified with the following vm option: `-Dch.psi.fda.xscan.config.file=<file>`.
# Development
To build and deploy the artifact on the maven server use: `mvn clean compile deploy`
@@ -35,7 +35,7 @@ public class AcquisitionConfiguration {
private static final Logger logger = Logger.getLogger(AcquisitionConfiguration.class.getName());
public final static String FDA_CONFIG_FILE = "ch.psi.fda.xscan.config";
public final static String FDA_CONFIG_FILE = "ch.psi.fda.xscan.config.file";
private String otfChannelPrefix;
private String otfNfsServer;