Skip to content

Commit

Permalink
port input editors to JavaFX
Browse files Browse the repository at this point in the history
  • Loading branch information
rbouckaert committed Aug 9, 2022
1 parent b1d8986 commit 61a28df
Show file tree
Hide file tree
Showing 3 changed files with 531 additions and 402 deletions.
2 changes: 1 addition & 1 deletion build.xml
Original file line number Diff line number Diff line change
Expand Up @@ -78,7 +78,7 @@
<mkdir dir="${buildBEAST_CLASSIC}" />

<!-- Compile the java code from ${srcBEAST_CLASSIC} into ${buildBEAST_CLASSIC} /bin -->
<javac srcdir="${srcBEAST_CLASSIC}" destdir="${buildBEAST_CLASSIC}" classpathref="classpath"
<javac target="1.8" srcdir="${srcBEAST_CLASSIC}" destdir="${buildBEAST_CLASSIC}" classpathref="classpath"
fork="true"
memoryinitialsize="256m"
memorymaximumsize="256m"
Expand Down
Loading

0 comments on commit 61a28df

Please sign in to comment.