forked from trakem2/TrakEM2
-
Notifications
You must be signed in to change notification settings - Fork 0
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
Config/settings XML files + default status + added 2 new XSD schemas
- added default segment status and removed integers (resolves trakem2#13) - added config.xsd that defines project level settings (resolves trakem2#17) - added settings.xsd that defines global settings in home folder (resolves trakem2#18) - added jaxb2-maven-plugin to the pom file - cleaned and reorganized VisbilityPanel.java - updated and reorganized RhizoAddons.java to handle the new xml files
- Loading branch information
Tino Schmidt
committed
Mar 7, 2018
1 parent
45a7493
commit 0310c88
Showing
12 changed files
with
1,471 additions
and
889 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,23 @@ | ||
<?xml version="1.0" encoding="UTF-8" standalone="yes"?> | ||
<jaxb:bindings version="2.1" xmlns:jaxb="http://java.sun.com/xml/ns/jaxb"> | ||
<!-- | ||
This file was generated by the JavaTM Architecture for XML Binding(JAXB) Reference Implementation, v2.2.11 | ||
See <a href="http://java.sun.com/xml/jaxb">http://java.sun.com/xml/jaxb</a> | ||
Any modifications to this file will be lost upon recompilation of the source schema. | ||
Generated on: 2018.03.07 at 06:54:45 PM CET | ||
--> | ||
<jaxb:bindings scd="x-schema::"> | ||
<jaxb:schemaBindings map="false"> | ||
<jaxb:package name="de.unihalle.informatik.rhizoTrak.config"/> | ||
</jaxb:schemaBindings> | ||
<jaxb:bindings scd="config"> | ||
<jaxb:class ref="de.unihalle.informatik.rhizoTrak.config.Config"/> | ||
</jaxb:bindings> | ||
<jaxb:bindings scd="globalSettings"> | ||
<jaxb:class ref="de.unihalle.informatik.rhizoTrak.config.GlobalSettings"/> | ||
</jaxb:bindings> | ||
</jaxb:bindings> | ||
</jaxb:bindings> | ||
|
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Oops, something went wrong.