Skip to content
Snippets Groups Projects
Commit fabde185 authored by Juan F. Esteban Müller's avatar Juan F. Esteban Müller
Browse files

releasing version 0.1

parent f2b487ba
No related branches found
Tags 0.1
No related merge requests found
Pipeline #108353 passed
......@@ -5,12 +5,12 @@
<parent>
<artifactId>openxal.app</artifactId>
<groupId>org.xal</groupId>
<version>6.1-SNAPSHOT</version>
<version>6.1</version>
<relativePath></relativePath> <!-- To avoid warnings when used as a submodule -->
</parent>
<artifactId>openxal.app.accelerator_simulator</artifactId>
<version>0.1-SNAPSHOT</version>
<version>0.1</version>
<properties>
<mainClass>xal.app.accelerator_simulator.ApplicationLauncher</mainClass>
......@@ -19,18 +19,4 @@
<organization>
<name>European Spallation Source ERIC</name>
</organization>
<!--TO BE REMOVED-->
<dependencies>
<dependency>
<groupId>${project.groupId}</groupId>
<artifactId>openxal.extensions.fxapplication</artifactId>
<version>6.1-SNAPSHOT</version>
</dependency>
<dependency>
<groupId>eu.ess</groupId>
<artifactId>xaos.tools</artifactId>
</dependency>
</dependencies>
<!--END TO BE REMOVED-->
</project>
......@@ -207,6 +207,9 @@ public class FXMLController extends Controller {
@Override
public void beforeStart() {
// TODO: remove this line before releasing
getApplication().setTestMode(true);
modelTreeView.setDocument(getApplication().getDocument());
areAllFiltersSelected = modelTreeView.areAllFiltersSelected();
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment