diff options
author | kelvingoodson <kelvingoodson@13f79535-47bb-0310-9956-ffa450edef68> | 2010-01-27 15:29:42 +0000 |
---|---|---|
committer | kelvingoodson <kelvingoodson@13f79535-47bb-0310-9956-ffa450edef68> | 2010-01-27 15:29:42 +0000 |
commit | 714e30e31b34e81ab65d7fe6e10639549505c20a (patch) | |
tree | fe8253e765471cf1f16811d2fd1d9d7e0f78d0a5 /sandbox/kgoodson | |
parent | 42f0ab93e3672acd30a20c58a8caf107d026d703 (diff) |
add to model instance to check more complex instance
git-svn-id: http://svn.us.apache.org/repos/asf/tuscany@903683 13f79535-47bb-0310-9956-ffa450edef68
Diffstat (limited to 'sandbox/kgoodson')
-rw-r--r-- | sandbox/kgoodson/jagg/src/main/resources/JiraSideband.xml | 14 |
1 files changed, 14 insertions, 0 deletions
diff --git a/sandbox/kgoodson/jagg/src/main/resources/JiraSideband.xml b/sandbox/kgoodson/jagg/src/main/resources/JiraSideband.xml index 60a923ce53..f9509f9f9d 100644 --- a/sandbox/kgoodson/jagg/src/main/resources/JiraSideband.xml +++ b/sandbox/kgoodson/jagg/src/main/resources/JiraSideband.xml @@ -8,6 +8,11 @@ <deliveredby>deliveredby</deliveredby> <note>note</note> </milestone> + <milestone ID="DummyMS1" workItems="DUMMYWI1"> + <dueDate>xxx</dueDate> + <deliveredby></deliveredby> + <note></note> + </milestone> </milestones> <workitems> <workitem ID='SUPPORT_REFS_ON_OTHERS'> @@ -28,6 +33,15 @@ <repository_vid>repository_vid</repository_vid> <note>note</note> </workitem> + <workitem ID='DUMMYWI1'> + <title>Something to do</title> + <responsible>KG</responsible> + <dueDate>2001-01-01</dueDate> + <jira>TUSCANY-0000</jira> + <status>in progress</status> + <repository_vid>repository_vid</repository_vid> + <note>note</note> + </workitem> <workitem ID='CONTRIBS_IDENT_SPEC_VERS'> <title>Add support for identifying the SCA Spec Version for contribution metadata</title> <responsible>LR</responsible> |