You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@tuscany.apache.org by ke...@apache.org on 2010/01/27 16:29:43 UTC

svn commit: r903683 - /tuscany/sandbox/kgoodson/jagg/src/main/resources/JiraSideband.xml

Author: kelvingoodson
Date: Wed Jan 27 15:29:42 2010
New Revision: 903683

URL: http://svn.apache.org/viewvc?rev=903683&view=rev
Log:
add to model instance to check more complex instance

Modified:
    tuscany/sandbox/kgoodson/jagg/src/main/resources/JiraSideband.xml

Modified: tuscany/sandbox/kgoodson/jagg/src/main/resources/JiraSideband.xml
URL: http://svn.apache.org/viewvc/tuscany/sandbox/kgoodson/jagg/src/main/resources/JiraSideband.xml?rev=903683&r1=903682&r2=903683&view=diff
==============================================================================
--- tuscany/sandbox/kgoodson/jagg/src/main/resources/JiraSideband.xml (original)
+++ tuscany/sandbox/kgoodson/jagg/src/main/resources/JiraSideband.xml Wed Jan 27 15:29:42 2010
@@ -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>