Skip to main content


Eclipse Community Forums
Forum Search:

Search      Help    Register    Login    Home
Home » Eclipse Projects » Plugin Development Environment (PDE) » How to create source plugin for customized target platform
How to create source plugin for customized target platform [message #585358] Mon, 17 November 2008 13:10
Ittay  is currently offline Ittay Friend
Messages: 15
Registered: July 2009
Junior Member
Hi,

I have a directory where I put all my thirdparty bundles. Since I want
Eclipse to show me their source, I try this:
* create a folder named 'source_1.0.0'
* create META-INF/MANIFEST.MF file with 'source' as bundle name and
symbolic name
* create plugin.xml with org.eclipse.pde.core.source extension. location
is 'src'
* create a subdirectory named <bundle symbolic name>_version
* put in it src.zip which is a maven xxx-sources.jar that i renamed to
src.zip

After reloading the target nothing seems to change (meaning, If I hit f3
on some class name it doesn't show me its source)

What am I doing wrong?

Thanks,
Ittay
Previous Topic:How to create source plugin for customized target platform
Next Topic:StickyView
Goto Forum:
  


Current Time: Fri Apr 19 22:33:08 GMT 2024

Powered by FUDForum. Page generated in 0.02601 seconds
.:: Contact :: Home ::.

Powered by: FUDforum 3.0.2.
Copyright ©2001-2010 FUDforum Bulletin Board Software

Back to the top