how to export images into a product? [message #508591] |
Tue, 19 January 2010 09:56  |
Eclipse User |
|
|
|
HI,
I've got my rcp application that is configured to load images from the (project) local directory "img", as shown in the plugin.xml file:
<view
allowMultiple="false"
class="hrpm.rcp.gui.view.SkillFamilyTableView"
icon="img/skill.png"
id="hrpm.rcp.gui.view.SkillFamilyView"
name="Famiglie di competenze"
restorable="true">
</view>
<view
allowMultiple="false"
class="hrpm.rcp.gui.view.SkillTableView"
icon="img/skill.png"
id="hrpm.rcp.gui.view.SkillTableView"
name="Competenze"
restorable="true">
</view>
Now the problem is that when I export the application into a product such directory is not copied into the final product directory, and the images are not present in the application. Do I have to make a plugin for such images or something else?
Thanks
|
|
|
|
|
Powered by
FUDForum. Page generated in 0.06314 seconds