Add javafx module
Some checks failed
zdm/undo-redo/pipeline/head There was a failure building this commit

The undo-redo-javafx module will contain the JavaFX-compatible API for
Undo-Redo.
This commit is contained in:
2021-12-12 05:59:28 +01:00
parent d80dd94e90
commit d49772a127
6 changed files with 99 additions and 0 deletions

23
javafx/.project Normal file
View File

@ -0,0 +1,23 @@
<?xml version="1.0" encoding="UTF-8"?>
<projectDescription>
<name>undo-redo-javafx</name>
<comment></comment>
<projects>
</projects>
<buildSpec>
<buildCommand>
<name>org.eclipse.jdt.core.javabuilder</name>
<arguments>
</arguments>
</buildCommand>
<buildCommand>
<name>org.eclipse.m2e.core.maven2Builder</name>
<arguments>
</arguments>
</buildCommand>
</buildSpec>
<natures>
<nature>org.eclipse.jdt.core.javanature</nature>
<nature>org.eclipse.m2e.core.maven2Nature</nature>
</natures>
</projectDescription>