Skip to main content


Eclipse Community Forums
Forum Search:

Search      Help    Register    Login    Home
Home » Eclipse Projects » Plugin Development Environment (PDE) » plugin.xml substitution syntax
plugin.xml substitution syntax [message #600383] Thu, 06 August 2009 23:50
Eric Jain is currently offline Eric JainFriend
Messages: 266
Registered: July 2009
Senior Member
Is there documentation that describes a. what in which files substitution
of %-prefixed terms is performed, and b. what the exact syntax is?

e.g. given

MANIFEST.MF:
Bundle-Localization: plugin
...

plugin.properties
plugin.id=test.foo
...

plugin.xml
...
<command commandId="%plugin.id.bar">
...

How do I need to correct this to get "commandId" expanded to
"test.foo.bar"?
Previous Topic:Can I debug RCP app with the current code instead of bundled jar?
Next Topic:AssertionError: No editor descriptor for id org.eclipse.pde.ui.siteEditor
Goto Forum:
  


Current Time: Fri Apr 26 09:17:20 GMT 2024

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

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

Back to the top