e.redmine-java-api.1.7.0.source-code.mapping_trackers_list.xml Maven / Gradle / Ivy
Go to download
Show more of this group Show more artifacts with this name
Show all versions of redmine-java-api Show documentation
Show all versions of redmine-java-api Show documentation
Free open-source Java API for Redmine and Chiliproject bug/task management systems.
<?xml version="1.0"?> <!DOCTYPE mapping PUBLIC "-//EXOLAB/Castor Mapping DTD Version 1.0//EN" "http://castor.org/mapping.dtd"> <mapping> <description>Redmine XML -> Java API binding of trackers</description> <class name="org.redmine.ta.beans.Tracker"> <map-to xml="tracker"/> <field name="id" type="integer" > <bind-xml name="id" node="attribute"/> </field> <field name="name" type="string" > <bind-xml name="name" node="attribute"/> </field> </class> </mapping>