pde-ui-home/main.html

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

revision 1.39, Tue Jan 18 17:28:36 2005 UTC revision 1.40, Tue Mar 1 04:26:18 2005 UTC
# Line 231  Line 231 
231    </ul>    </ul>
232    </li>    </li>
233  </ul>  </ul>
234        <p><font size="3"><b>3.1 Development Effort - Milestone 6 (April 1, 2005)</b></font></p>
235    <ul>
236      <li>Full JAR'd plug-in format support.&nbsp; Remaining issues include:<ul>
237        <li>Source attachment/packaging for JAR'd plug-ins.</li>
238        <li>Generating New Plug-in Project templates when org.eclipse.pde.ui is in
239        JAR'd form.</li>
240      </ul>
241      </li>
242      <li>Provide a wizard that creates a plug-in out of individual JARs.</li>
243      <li>Product/Plug-in/Feature Export<ul>
244        <li>Add a product export wizard to be invoked from the product configuration
245        editor and via the File &gt; Export.. menu to export an Eclipse product in
246        multiple formats.</li>
247        <li>Add support to sign Plug-in/Feature JAR archives.</li>
248        <li>Add support to create JNLP manifests for feature JAR archives.</li>
249      </ul>
250      </li>
251      <li>Classpath Computation<ul>
252        <li>Support the new Eclipse-ExtensibleAPI manifest.mf header, which allows
253        fragment JARs to go on a plug-in's classpath.</li>
254        <li>Introduce inclusion/exclusion patterns to the PDE container's classpath
255        computation to restrict access to code between plug-ins.</li>
256      </ul>
257      </li>
258      <li>Plug-in Manifest Editor<ul>
259        <li>Add new sections to support important manifest.mf headers such as
260        import/export packages, and import/export services.</li>
261        <li>Dynamic addition/removal of editor pages depending on whether the
262        plug-in has a manifest.mf or not.</li>
263        <li>Make the option to create a manifest.mf for a plug-in more prominent.</li>
264      </ul>
265      </li>
266      <li>Manifest.mf validation<ul>
267        <li>Introduce semantic manifest.mf validation.</li>
268      </ul>
269      </li>
270      <li>Improve schema editor<ul>
271        <li>Rework the schema editor to make the first page more user-friendly and
272        get rid of the property sheet.</li>
273        <li>Expose support for including schemas in the UI.</li>
274      </ul>
275      </li>
276      <li>Other<ul>
277        <li>Reduce the defect backlog.</li>
278      </ul>
279      </li>
280    </ul>
281      </td>      </td>
282    </tr>    </tr>
283    <tr>    <tr>

Legend:
Removed from v.1.39  
changed lines
  Added in v.1.40