pde-ui-home/main.html

Parent Directory Parent Directory | Revision Log Revision Log | View Patch Patch

revision 1.42, Tue Aug 23 22:48:52 2005 UTC revision 1.43, Fri Sep 23 16:31:27 2005 UTC
# Line 89  Line 89 
89  <li>Runtime/OSGi<ul>  <li>Runtime/OSGi<ul>
90  <li>Enhance the New Plug-in Project Creation wizard to allow the creation of a  <li>Enhance the New Plug-in Project Creation wizard to allow the creation of a
91  pure OSGi bundle that is not dependent on the runtime layer.</li>  pure OSGi bundle that is not dependent on the runtime layer.</li>
 <li>Implement an OSGi Application launcher.</li>  
92    
93  </ul>  </ul>
94  </li>  </li>
# Line 110  Line 109 
109  <li>Reduce the defect backlog.</li>  <li>Reduce the defect backlog.</li>
110    
111  </ul>  </ul>
112      </td>      <p>&nbsp;</p>
113    <p> <a name="Milestone_Planning"></a> <b><font size="3">3.2 Development Effort - Milestone
114    3
115    (November 5, 2005)</font></b></p>
116    <ul>
117      <li>Runtime/OSGi tooling<ul>
118        <li>Implement an OSGi launcher</li>
119        <li>Automated management of exported packages in a plug-in.&nbsp; Come up
120        with a tooling equivalent of the old &lt;export name=&quot;*&quot;/&gt;</li>
121        <li>More refactoring: renaming a package in an Export-Package header should
122        result in the renaming of that package in all client bundles that have
123        imported it.</li>
124      </ul>
125      </li>
126      <li>Bundle Execution Environment - Prelude to J2SE5.0 adoption<ul>
127        <li>Add support for the Bundle-RequiredExecutionEnvironment manifest header
128        into the PDE plugin editor.</li>
129        <li>The New Plug-in/Fragment project creation wizard to start asking the
130        user the level of JRE the plug-in is targeted for.</li>
131        <li>Use the Bundle-RequiredExecutionEnvironment header when importing
132        plug-ins to set the correct compiler compliance levels.</li>
133      </ul>
134      </li>
135      <li>NLS tooling<ul>
136        <li>Implement an NLS wizard to externalize plug-in manifest files</li>
137        <li>Add support the manifest builder to flag unused keys in the
138        plugin.properties files.</li>
139      </ul>
140      </li>
141      <li>Quick fixes (Investigation)<ul>
142        <li>Investigate a quick fix support on manifest files.</li>
143        <li>The pioneer quick fix would be the one to fix the soon-to-be-deprecated
144        Eclipse-AutoStart header.</li>
145      </ul>
146      </li>
147      <li>New Source Lookup (investigation)<ul>
148        <li>start the investigation</li>
149        <li>co-ordinate with the Debug and Core teams on what pieces need to be in
150        place.</li>
151      </ul>
152      </li>
153      <li>Reduce the defect backlog.</li>
154    </ul>
155    <p>&nbsp;</td>
156    </tr>    </tr>
157    <tr>    <tr>
158      <td>      <td>

Legend:
Removed from v.1.42  
changed lines
  Added in v.1.43