PACKAGES have been renamed to org.eclipse... (More) [message #16382] |
Fri, 09 August 2002 09:51 |
Eclipse User |
|
|
|
Originally posted by: hudsonr.spam.com
Packages have been renamed from
com.ibm.etools...
to
org.eclipse....
Also, the package ...common.command... has been merged into the root GEF
package.
------------------------------------------------------------ -----------
THE RENAMED PACKAGES are only available from the CVS server right now. We
are working on a downloadable ZIP.
------------------------------------------------------------ -----------
INSTRUCTIONS for fixing your code:
The easiest way to fix all of your imports is to simulate this rename in
your own workspace with your code loaded. Load your *CURRENT* GEF and
Draw2d (i.e. com.ibm...) plugins as a *source* project.
Step 0) Create an anonymous connection to the /home/tools CVS server at
dev.eclipse.org
Step 1) turn off auto-build
Step 2) Using the JDT refactoring support, rename the varoius GEF and draw2d
packages to their new names, checking the option to repair references.
Step 3) Don't build at this point. Delete the GEF projects which you
manually changed. Load the real GEF projects from the CVS server. Note
that the project names will be different than the ones you imported (org
instead of com).
Step 4) Fix your plugin.xml files to require org.eclipse.{gef, draw2d}
Step 5) Fix your .classpath and enable autobuild.
|
|
|
Powered by
FUDForum. Page generated in 0.02593 seconds