Skip to main content


Eclipse Community Forums
Forum Search:

Search      Help    Register    Login    Home
Home » Eclipse Projects » Rich Client Platform (RCP) » PLUGIN XML
PLUGIN XML [message #453431] Mon, 31 July 2006 10:13 Go to next message
Eclipse UserFriend
Originally posted by: samuele.mascillaro.libero.it

Hi all,
i have a problem to configure plugin.xml.
I'm not succeed to configure build properties and my plugin works well
into runtime workspace but it doesn't into workspace.
I've exported it as a deployable plugins and fragments and below there is
my build.properties:

bin.includes = .project,\
build.properties,\
plugin.xml,\
META-INF/,\
bin/,\
src/,\
icons/,\
.classpath
jars.compile.order = .
source.. = src/
output.. = bin/

Why doesn't it work well?

Thanks,
Samuele
Re: PLUGIN XML [message #453475 is a reply to message #453431] Mon, 31 July 2006 13:17 Go to previous message
Paul Webster is currently offline Paul WebsterFriend
Messages: 6859
Registered: July 2009
Location: Ottawa
Senior Member

For an RCP app or a regular plugin?

Your best bet is to create a new plugin and use one of the plugin
templates ... like the editor plugin, or the RCP mail app plugin.

Then you can compare your build.properties with the template
build.properties.

Later,
PW


Previous Topic:How to add Editor in Perspective
Next Topic:save state of view in perspective
Goto Forum:
  


Current Time: Sun Oct 06 20:12:07 GMT 2024

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

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

Back to the top