blob: 2d54cf5bd88f07f6437ccdd902d615bb4b6357c4 [file] [log] [blame]
<?xml version="1.0" encoding="UTF-8"?>
<!--
~ Licensed to the Apache Software Foundation (ASF) under one
~ or more contributor license agreements. See the NOTICE file
~ distributed with this work for additional information
~ regarding copyright ownership. The ASF licenses this file
~ to you under the Apache License, Version 2.0 (the
~ "License"); you may not use this file except in compliance
~ with the License. You may obtain a copy of the License at
~
~ http://www.apache.org/licenses/LICENSE-2.0
~
~ Unless required by applicable law or agreed to in writing,
~ software distributed under the License is distributed on an
~ "AS IS" BASIS, WITHOUT WARRANTIES OR CONDITIONS OF ANY
~ KIND, either express or implied. See the License for the
~ specific language governing permissions and limitations
~ under the License.
-->
<model>
<id>tissue</id>
<name>Tissue</name>
<description>Tissue's entity model.></description>
<defaults>
<default>
<key>package</key>
<value>org.mergere.tissue</value>
</default>
</defaults>
<classes>
<class stash.storable="true">
<name>Issue</name>
<version>1.0.0</version>
<fields>
<field>
<name>id</name>
<required>true</required>
<version>1.0.0</version>
<type>String</type>
</field>
<field>
<name>summary</name>
<version>1.0.0</version>
<type>String</type>
</field>
<field>
<name>assignee</name>
<version>1.0.0</version>
<association>
<type>User</type>
</association>
</field>
<field>
<name>reporter</name>
<version>1.0.0</version>
<association>
<type>User</type>
</association>
</field>
<field>
<name>status</name>
<version>1.0.0</version>
<type>String</type>
</field>
<field>
<name>project</name>
<version>1.0.0</version>
<association>
<type>Project</type>
</association>
</field>
</fields>
</class>
<class stash.storable="true">
<name>Project</name>
<version>1.0.0</version>
<fields>
<field>
<name>id</name>
<version>1.0.0</version>
<description><![CDATA[
]]></description>
<type>String</type>
</field>
<field>
<name>name</name>
<version>1.0.0</version>
<description><![CDATA[
]]></description>
<type>String</type>
</field>
<field>
<name>url</name>
<version>1.0.0</version>
<description><![CDATA[
]]></description>
<type>String</type>
</field>
<field>
<name>lead</name>
<version>1.0.0</version>
<description><![CDATA[
]]></description>
<type>String</type>
</field>
</fields>
</class>
<!--
|
|
|
-->
<class stash.storable="true">
<name>User</name>
<version>1.0.0</version>
<fields>
<field>
<name>id</name>
<version>1.0.0</version>
<description><![CDATA[
]]></description>
<type>String</type>
</field>
<field>
<name>name</name>
<version>1.0.0</version>
<description><![CDATA[
]]></description>
<type>String</type>
</field>
</fields>
</class>
</classes>
</model>