[
Date Prev][
Date Next][
Thread Prev][
Thread Next][
Date Index][
Thread Index]
[
List Home]
[photran-dev] Project Restructuring
|
I've been working on some major changes to the parser and refactoring
engine and ended up restructuring a large part of Photran in the
process. Please update your workspaces as follows:
1. Get new projects from CVS:
- org.eclipse.photran.cdtinterface.tests
- org.eclipse.photran.core.analysis
- org.eclipse.photran.refactoring-feature
- org.eclipse.photran.refactoring.core
- org.eclipse.photran.refactoring.tests
- org.eclipse.photran.refactoring.ui
2. DELETE old projects, which are still in CVS but will disappear soon:
- org.eclipse.photran.refactoring
- org.eclipse.photran.tests (from brain.cs.uiuc.edu)
3. Most of our parser/refactoring test code is not redistributable. The
new suite of JUnit tests will gracefully acknowledge that you don't have
all of the code there and only test what does exist (i.e., what I could
legally put into public CVS). If you need the rest of the code, let me
know, and I can send you a tarball.
4. If you were using the lexer or parser for something, I can guarantee
that your code doesn't work anymore. Let me know what you were doing
and I can tell you the new and improved way to do it.
Jeff