[
Date Prev][
Date Next][
Thread Prev][
Thread Next][
Date Index][
Thread Index]
[
List Home]
[photran-dev] IMPORTANT: New projects in CVS; Refactoring base classes revised
|
The changes to the refactoring engine I described are now in CVS.
Before updating from HEAD, please check out all of the projects named
org.eclipse.rephraserengine* -- a detailed description follows.
(1) Switch to the CVS Repository Exploring perspective
(2) Expand the node for dev.eclipse.org:/cvsroot/tools
Then expand org.eclipse.ptp
Then expand photran
(3) Click on org.eclipse.rephraserengine-support, then
shift-click on org.eclipse.rephraserengine.ui.vpg
(All of the Rephraser Engine projects
should now be selected.)
(4) Right-click on any of the selected projects, then
click "Check Out"
(5) Once these are checked out, you can perform a CVS
Update on the rest of the Photran projects.
If you're developing refactorings, you'll notice only one change:
(*) The *FortranRefactoring class constructors have changed
to no-argument constructors. Now, you will need to call
the #initialize method and pass the arguments there instead.
You'll probably also have to re-do your changes to plugin.xml in the
org.eclipse.photran.ui.vpg plug-in, since it's changed significantly.
There are some other nice (optional) changes I'll describe in a future
e-mail.
Jeff