Skip to main content


Eclipse Community Forums
Forum Search:

Search      Help    Register    Login    Home
Home » Eclipse Projects » Plugin Development Environment (PDE) » Include resources inside bundle jar
Include resources inside bundle jar [message #603546] Mon, 23 November 2009 16:23
Eclipse UserFriend
Originally posted by: gaston.tonietti.teracode.com

Hi guys,

I have a couple of properties files in one of my packages, they must be
loaded as PropertyResourceBundle so I want them to be copied just next to
the class which needs to load them.

It is working great in development as the eclipse source folder
configuration is include (all) and exclude (none), they are copied to the
output folder so included in classpath.

But when I export the project as a bundle jar, it seems PDE is just copying
java classes and it excludes any resource placed in the source folders.
I tried checking them in "Binary Build" tree in the build editor, but when
copied it recreates the source path to put them there instead of including
them inside the classes folder.

So my question is: How can I tell PDE to copy properties files next to the
compiled classes? in the same place they are in the source folder.

Thank you so much in advance.
Gaston.
Previous Topic:Include resources inside bundle jar
Next Topic:Building against two base locations
Goto Forum:
  


Current Time: Fri Mar 29 02:29:46 GMT 2024

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

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

Back to the top