Converted project plan to XML
diff --git a/project-info/project-info.xml b/project-info/project-info.xml
index dad4564..10f83dd 100644
--- a/project-info/project-info.xml
+++ b/project-info/project-info.xml
@@ -106,7 +106,7 @@
      -
      - Please provide the URL of the project summary paragraph
     -->
-    <summary paragraph-url="/photran/project-info/project-plan.php"/>
+    <!--summary paragraph-url="/photran/project-info/project-plan.php"/-->
 
   <!--
      - It is important to help new users get started with an Eclipse project
@@ -138,7 +138,8 @@
      - other legal information as well, it can use the <legal> element
      - instead and then include the IP Log information on the Legal web page.
     -->
-    <ip-log url="/photran/project-info/ip-log.php"/> 
+    <!--ip-log url="/photran/project-info/ip-log.php"/--> 
+    <ip-log url="/projects/ip_log.php?projectid=technology.photran"/>
   <!--legal url=""/--> 
 
   <!--
@@ -187,7 +188,8 @@
      - community and ecosystem to understand what will be delivered and when
      - it will be delivered.
     -->
-    <project-plan url="/photran/project-info/project-plan.php"/>
+    <!--project-plan url="/photran/project-info/project-plan.php"/-->
+    <project-plan url="/projects/project-plan.php?projectid=technology.photran"/>
 
   <!--
      - Each Eclipse project creates (optional) nightly builds and milestone builds,
@@ -205,9 +207,9 @@
      - In the following example, we have three completed, two scheduled, and one 
      - tentative release.
     -->
-    <releases info="">
+    <!--releases info="">
 	  <release status="tentative" name="2008" date="09/2008"/> <!-- download="/tptp/home/downloads/drops/3.0.2.html" /-->
-     </releases>
+     </releases-->
    <source></source>
 </project>
 			
diff --git a/project-info/project-plan.xml b/project-info/project-plan.xml
new file mode 100644
index 0000000..df07899
--- /dev/null
+++ b/project-info/project-plan.xml
@@ -0,0 +1,64 @@
+<?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="Photran">
+      <!--
+      Based on instructions from
+      http://wiki.eclipse.org/Development_Resources/Project_Plan
+      -->
+   <release projectid="technology.photran" version="2009.0"/>
+   <introduction>
+     <html:div>Photran is an IDE and refactoring tool for Fortran.  It has been in beta testing for several
+     years; the June, 2009 release of Photran will be the first official release at Eclipse.org.</html:div>
+   </introduction>
+   <release_deliverables>
+     <html:div>Binary and source versions of three features--the main Photran feature and supporting features
+     for Intel and IBM compilers--will be made available from an update site at Eclipse.org.</html:div>
+   </release_deliverables>
+   <release_milestones>
+      <!--preamble>
+         <html:div>Some xhtml content here.  Make sure to use the prefix before the elements</html:div>
+      </preamble-->
+      <milestone date="2/27/2009" milestone="Beta 5"><html:div>Final beta before move to PTP</html:div></milestone>
+      <milestone date="3/11/2009" milestone="PTP Move"><html:div>Photran will move to become a component of the PTP project</html:div></milestone>
+      <milestone date="5/1/2009" milestone="Beta 6"><html:div>Final beta before Galileo</html:div></milestone>
+      <milestone date="6/26/2009" milestone="2009.0"><html:div>Simultaneous release with PTP/Galileo</html:div></milestone>
+      <!--milestone date="6/28/2009" milestone="1.0"/-->
+      <!--postamble><html:div>html content</html:div></postamble-->
+   </release_milestones>
+   <target_environments>
+     <html:div>Platform-independent Java 1.5 (but requires CDT)</html:div>
+     <internationalization>
+          <html:div>None.</html:div>
+     </internationalization>
+   </target_environments>
+   <compatibility_with_previous_releases>
+       <html:div>&nbsp;</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-->	
+ </plan>
\ No newline at end of file