pde-ui-home/main.html

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

revision 1.43, Fri Sep 23 16:31:27 2005 UTC revision 1.44, Tue Sep 27 05:28:44 2005 UTC
# Line 114  Line 114 
114  3  3
115  (November 5, 2005)</font></b></p>  (November 5, 2005)</font></b></p>
116  <ul>  <ul>
117    <li>Runtime/OSGi tooling<ul>    <li>Runtime tooling<ul>
118      <li>Implement an OSGi launcher</li>      <li>Implement an Equinox OSGi Framework launcher</li>
119        <li>Add a &quot;3.2&quot; target version in the New Plug-in Project creation wizard
120        and start generating manifest files for the 3.2 runtime.</li>
121      <li>Automated management of exported packages in a plug-in.&nbsp; Come up      <li>Automated management of exported packages in a plug-in.&nbsp; Come up
122      with a tooling equivalent of the old &lt;export name=&quot;*&quot;/&gt;</li>      with a tooling equivalent of the old &lt;export name=&quot;*&quot;/&gt;</li>
123      <li>More refactoring: renaming a package in an Export-Package header should      <li>More refactoring: renaming a package in an Export-Package header should
# Line 125  Line 127 
127    </li>    </li>
128    <li>Bundle Execution Environment - Prelude to J2SE5.0 adoption<ul>    <li>Bundle Execution Environment - Prelude to J2SE5.0 adoption<ul>
129      <li>Add support for the Bundle-RequiredExecutionEnvironment manifest header      <li>Add support for the Bundle-RequiredExecutionEnvironment manifest header
130      into the PDE plugin editor.</li>      into the PDE plug-in editor.</li>
131      <li>The New Plug-in/Fragment project creation wizard to start asking the      <li>The New Plug-in/Fragment project creation wizard to start asking the
132      user the level of JRE the plug-in is targeted for.</li>      user the level of JRE the plug-in is targeted for.</li>
133      <li>Use the Bundle-RequiredExecutionEnvironment header when importing      <li>Use the Bundle-RequiredExecutionEnvironment header when importing
# Line 134  Line 136 
136    </li>    </li>
137    <li>NLS tooling<ul>    <li>NLS tooling<ul>
138      <li>Implement an NLS wizard to externalize plug-in manifest files</li>      <li>Implement an NLS wizard to externalize plug-in manifest files</li>
     <li>Add support the manifest builder to flag unused keys in the  
     plugin.properties files.</li>  
139    </ul>    </ul>
140    </li>    </li>
141    <li>Quick fixes (Investigation)<ul>    <li>Quick fixes (Investigation)<ul>

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