I have an old SWT application that I build on eclipse 3.1.2 Now I want to
move the project to 3.2
What I did is import the project into a new 3.2 workspace. Because the
old jars on the build path are replace by newer versions I get the
following errors:
Project Test is missing required library:
'C:\eclipse32\plugins\org.eclipse.core.runtime_3.1.2.jar'
Project Test is missing required library:
'C:\eclipse32\plugins\org.eclipse.jface_3.1.1.jar'
Project Test is missing required library:
'C:\eclipse32\plugins\org.eclipse.jface.text_3.1.2.jar'
Project Test is missing required library:
'C:\eclipse32\plugins\org.eclipse.osgi_3.1.2.jar'
Project Test is missing required library:
'C:\eclipse32\plugins\org.eclipse.swt.win32.win32.x86_3.1.2.jar'
Project Test is missing required library:
'C:\eclipse32\plugins\org.eclipse.ui.forms_3.1.0.jar'
Project Test is missing required library:
'C:\eclipse32\plugins\org.eclipse.ui.workbench_3.1.2.jar'
The project cannot be built until build path errors are resolved
What is the correct way to handle this? Should I replace the libraries
under project properties manually with the newer versions or is there a
better way of doing this?
Can't imagine this is a cumbersome manual task to be done after every
eclipse upgrade :-) :-)