Skip to main content
summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorjkissner2011-01-28 17:35:35 +0000
committerjkissner2011-01-28 17:35:35 +0000
commit26d6674a346894a06fe0d88772ac548a8f8743ed (patch)
tree04880e1f1a7a2b4cbc83040b5f93b0b07dd89397
parent60c7a2d51f920700f63b949d7fded9499df7f0e1 (diff)
downloaddbaccess-26d6674a346894a06fe0d88772ac548a8f8743ed.tar.gz
dbaccess-26d6674a346894a06fe0d88772ac548a8f8743ed.tar.xz
dbaccess-26d6674a346894a06fe0d88772ac548a8f8743ed.zip
Change format of plan
-rw-r--r--project-info/plans/plan.xml10
1 files changed, 6 insertions, 4 deletions
diff --git a/project-info/plans/plan.xml b/project-info/plans/plan.xml
index b7f9828..9212a1f 100644
--- a/project-info/plans/plan.xml
+++ b/project-info/plans/plan.xml
@@ -9,15 +9,17 @@
<release_deliverables>
<html:div>A set of bundles.</html:div>
</release_deliverables>
+
<release_milestones>
<preamble>
- <html:div>A set of milestones will provide the functionality before the actual release.</html:div>
+ <html:div>Milestones leading to 1.0.0. release</html:div>
</preamble>
- <milestone date="Sept 02, 2010" milestone="M1"><html:div>optional html</html:div></milestone>
- <milestone date="March 31, 2011" milestone="M2"><html:div>optional html</html:div></milestone>
- <milestone date="Jul 31, 2011" milestone="M3"><html:div>optional html</html:div></milestone>
+ <milestone date="02/09/2010" milestone="M1"><html:div>Completed<</html:div></milestone>
+ <milestone date="31/03/2011" milestone="M2"><html:div>Tentative</html:div></milestone>
+ <milestone date="30/06/2011" milestone="M3"><html:div>Tentative</html:div></milestone>
<postamble><html:div>The project is expected to graduate from incubation at approximately the same time at the 1.0 release.</html:div></postamble>
</release_milestones>
+
<target_environments>
<html:div>Gemini DBAccess 1.0 is targeted to run in any standard OSGi framework environment.</html:div>
<internationalization>

Back to the top