I'm new to this group. Tha开发者_运维问答nks for any help.
I'm using Eclipse and subversion (svn) in the work environment. I imported project A from the svn and renamed it to project B using Refactor. I also updated the .project file. Then I clicked MANIFEST.MF on project C and opened the Dependencies tag, I wanted to add project B to the "Required Plug-ins" window. However, project B is no where to be found.
What am I missing?
TennFest
Only plugin type projects can be added to plugin dependencies, so project B should have also manifest.md file and generally be a plugin project. In case You want to use standard java project, pack it to a jar and link the jar to bundle classpath
精彩评论