Skip to main content

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index] [List Home]
[jwt-dev] Project Plan

Hi,
 
attached please find my version of the project plan which we need to publish on our website until tomorrow. I created it in such a way that we are aiming for our graduation release (1.0) and that all other releases are milestones for this release. What we want to achieve in each release has been described in the themes_and_priorities-section. I specified the following dates for the milestones:
v0.5: 9/30/2008
v0.6: 11/14/2008
v0.7: 02/13/2008
v1.0 (graduation release): 06/26/2009
 
Are these dates okay for you? Could you please have a look in the attached XML-file whether you agree with the specified data or whether we need to change anything?
 
Thanks and best regards,
 
Florian
<?xml version="1.0" encoding="UTF-8" standalone="yes" ?>
<?xml-stylesheet type="text/xsl" href="http://www.eclipse.org/projects/project-plan.xsl";?>
<plan plan-format="1.0" xmlns="http://www.eclipse.org/project/plan"; xmlns:html="http://www.w3.org/1999/xhtml";
      name="Java Workflow Tooling (JWT)">
   <release projectid="technology.jwt" version="0.5"/>
   <introduction>
     <html:div>JWT 0.5 includes an extension of the existing workflow editor. It has now several new features, fixed bugs and improved usability.</html:div>
   </introduction>
   <release_deliverables>
     <html:div>The release comes with a release presentation which is currently under development.</html:div>
   </release_deliverables>
	<release_milestones>
      <preamble>
         <html:div>There are no milestones for version 0.5, only the release date</html:div>
      </preamble>
      <milestone date="9/30/2008" milestone="0.5"/>
   </release_milestones>   
   <target_environments>
     <html:div>Some xhtml content here.  Make sure to use the prefix before the elements</html:div>
     <internationalization>
          <html:div>Some xhtml content here.  Make sure to use the prefix before the elements</html:div>
     </internationalization>
   </target_environments>
   <compatibility_with_previous_releases>
       <html:div>The 0.5 release is completely compatible with version 0.4 since only improvements on the workflow editor have been made or additional components have been added.</html:div>
   </compatibility_with_previous_releases>
   <themes_and_priorities>
     <preamble>
         <html:div>Some xhtml content here.  Make sure to use the prefix before the elements</html:div>
     </preamble>
     <theme name="Appealing to the Broader Community">
        <description>...(optional) html...</description>
        <committed bugzilla="...(recommended) bugzilla search url...">
           ...(optional alternate) html...</committed>
        <proposed bugzilla="...(recommended) bugzilla search url...">
           ...(optional alternate) html...</proposed>
        <deferred bugzilla="...(recommended) bugzilla search url...">
           ...(optional alternate) html...</deferred>
     </theme>
     <theme name="Design for Extensibility">
        <description>...(optional) html...</description>
        <committed bugzilla="...(recommended) bugzilla search url...">
           ...(optional alternate) html...</committed>
        <proposed bugzilla="...(recommended) bugzilla search url...">
           ...(optional alternate) html...</proposed>
        <deferred bugzilla="...(recommended) bugzilla search url...">
           ...(optional alternate) html...</deferred>
     </theme>
   </themes_and_priorities>
   <appendix name="Project Refactoring">
     ...html...
   </appendix>
   <release projectid="technology.jwt" version="0.6"></release>
</plan>


Back to the top