Skip to main content

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index] [List Home]
Re: [photran-dev] major problem with plugin names

I've just noticed that the rephraserengine plugin names are all

I purposely left "photran" out of the project names because those projects contain the language-independent parts of the refactoring engine -- Photran (and some other refactoring tools we're working on) depend on them, not the other way around. It's going to be tremendously confusing if we have org.eclipse.photran.core.vpg and org.eclipse.photran.rephraserengine.core.vpg and so on, where the first one contains Fortran-specific stuff and the second one doesn't. They are attributed to Photran in the manifests. There seems to be precedent for this, browsing through Eclipse CVS...

Jeff


Back to the top