Community
Participate
Working Groups
The resource magager enhancement/feature is the instantiation of the design found at http://wiki.eclipse.org/index.php/PTP/designs/rm_view This is new functionality for the PTP project. I will be adding a zip file that contains three Eclipse plug-in projects org.eclipse.ptp.rm.core org.eclipse.ptp.rm.ui org.eclipse.ptp.rm.sim The interfaces from the design are in ptp.rm.core, a simple view is sort of working in ptp.rm.ui, and a simple resource manager stub is being created in ptp.rm.sim. The ptp.rm.ui and ptp.rm.sim plug-ins are definitely just works in progress. One point... the ptp.rm.core plug-in publishes an extension point for an IRMResourceManagerFactory that ptp.rm.sim extends for its own SIMResourceManagerFactory. Regards, Randy
Created attachment 40004 [details] Zip file containing org.eclipse.ptp.rm.core, ....ptp.rm.ui, ....ptp.rm.sim
Randy, please commit to CVS and close bug when completed.
Committed.
Completed.