| Summary: | Remove empty directories from /cvsroot/eclipse | ||
|---|---|---|---|
| Product: | Community | Reporter: | John Arthorne <john.arthorne> |
| Component: | CVS | Assignee: | Eclipse Webmaster <webmaster> |
| Status: | RESOLVED FIXED | QA Contact: | |
| Severity: | normal | ||
| Priority: | P3 | CC: | eclipse.felipe, remy.suen, Silenio_Quarti |
| Version: | unspecified | ||
| Target Milestone: | --- | ||
| Hardware: | PC | ||
| OS: | Windows XP | ||
| Whiteboard: | |||
|
Description
John Arthorne
Done. -M. Actually there are a few more empty directories. I'm going to reopen this rather than opening separate bugs for each one: johna@dev1:/cvsroot/eclipse> find . -maxdepth 1 -empty -type d ./org.eclipse.equinox.persistence ./org.eclipse.swt.examples.graphics ./cdt-contrib ./org.eclipse.webdav.tests ./org.eclipse.jdt.core.manipulation.tests ./org.eclipse.ui.testing ./org.eclipse.equinox.startup ./org.eclipse.pde.releng ./pde-doc-home I'm just going to ask quickly on the PMC mailing list to see if anyone knows a reason these should exist. If we hear no complaints I think we can just delete these. Hi John, please do not delete org.eclipse.swt.examples.graphics. It is suppose to be the plugin for the graphics example but we never got around to add the code to it. We plan to finish it at some point. (In reply to comment #4) > Hi John, please do not delete org.eclipse.swt.examples.graphics. > It is suppose to be the plugin for the graphics example but we never got around > to add the code to it. We plan to finish it at some point. Ok. Webmaster, can you go ahead and delete the following empty directories from /cvsroot/eclipse: org.eclipse.equinox.persistence cdt-contrib org.eclipse.webdav.tests org.eclipse.jdt.core.manipulation.tests org.eclipse.ui.testing org.eclipse.equinox.startup org.eclipse.pde.releng pde-doc-home Done. -M. |