Skip to main content

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index] [List Home]
AW: [ve-dev] "plugin.xml" & "runtime library"

1) The plugin.xml is generated automatically if there is something to store in it! The Plugin Manifest Editor decides in which file data should be stored! You can try it with adding an item to "Exported Packages" on the "Runtime" tab and you will get your plugin.xml!
 
2) I think the "Runtime Information" on the "Build" tab is what your are looking for!
 
Hope that helps!
 
Greets,
Alex


Von: ve-dev-bounces@xxxxxxxxxxx [mailto:ve-dev-bounces@xxxxxxxxxxx] Im Auftrag von Donald Scott
Gesendet: Mittwoch, 14. September 2005 15:51
An: ve-dev@xxxxxxxxxxx
Betreff: [ve-dev] "plugin.xml" & "runtime library"

1) as per the tutorial here: http://eclipse.org/articles/Article-VE-Custom-Widget/customwidget.html#The_Custom_Widget   i should be getting manifest.mf & plugin.xml files generated when creating the project.  i am getting a manifest.mf file, but not a plugin.xml file.  this is bothering me since apparently i need the xml file to get stubbed out in order to add my own pallette to the ve.

2) also, there's a screen cap in the tutorial that lists the field 'runtime library' as the place to put the name of the name of the jar file to separate workbench & widgit code, but alas, in mine the field is called 'classpath'.  is there another way to do this?

i'm using eclipse 3.1.0, v.e. 1.1.0.1, e.m.f. 2.1.0, and g.e.k. 3.1.0.

help, please, and tia.

ds


Back to the top