Skip to content

Commit

Permalink
fix some imports, move TreeSetAnalyser to BEAST.app, Application + re…
Browse files Browse the repository at this point in the history
…latex File classes + inputeditors have replacements in BeastFX, SpreadSheet is unused and has too many dependencies to make it worth fixing
  • Loading branch information
rbouckaert committed Jul 5, 2022
1 parent 3957c3e commit 42bde4d
Show file tree
Hide file tree
Showing 32 changed files with 21 additions and 4,340 deletions.
2 changes: 1 addition & 1 deletion build.xml
Original file line number Diff line number Diff line change
Expand Up @@ -91,7 +91,7 @@
<mkdir dir="${buildlabs}" />

<!-- Compile the java code from ${srclabs} into ${buildlabs} /bin -->
<javac srcdir="${srclabs}" destdir="${buildlabs}" classpathref="classpath"
<javac target="1.8" srcdir="${srclabs}" destdir="${buildlabs}" classpathref="classpath"
fork="true"
memoryinitialsize="256m"
memorymaximumsize="1024m"
Expand Down
6 changes: 3 additions & 3 deletions src/beastlabs/app/beauti/DistributionViewer.java
Original file line number Diff line number Diff line change
Expand Up @@ -18,10 +18,10 @@

import org.xml.sax.SAXException;

import beast.app.inputeditor.BeautiDoc;
import beast.app.inputeditor.BeautiSubTemplate;
import beastfx.app.inputeditor.BeautiDoc;
import beastfx.app.inputeditor.BeautiSubTemplate;
import beast.base.parser.PartitionContext;
import beast.app.inputeditor.InputEditor;
import beastfx.app.inputeditor.InputEditor;
import beast.base.inference.parameter.RealParameter;
import beast.base.inference.distribution.Prior;
import beast.base.inference.distribution.Uniform;
Expand Down
125 changes: 0 additions & 125 deletions src/beastlabs/app/beauti/FileInputEditor.java

This file was deleted.

Loading

0 comments on commit 42bde4d

Please sign in to comment.