Skip to main content

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index] [List Home]
[cross-project-issues-dev] Controlling bundle contents using Tycho?

Hi,

I'm looking for tips/tricks to controlling the contents of the bundle that Tycho generates. Since it directly relates to building Eclipse projects, so I thought I'd ask here before I dug further into the various docs.
Basically, it is my understanding that Tycho uses the build.properties file to determine where to get the manifest files, and the generated classes, more than likely the same is true of the various resources that need to be shipped in the jar. However, I'm having issues where the resources are being included both within the package structure of the jar AND the resources/org/eclipse/persistence.... hierarchy.

I'm also trying to replicate the inclusion of the root license, readme and about html files but other than by copying them to each plugin project I cannot seem to replicate the appropriate pathing in-jar (I'd rather have them in a single project and share the files across multiple plugin projects. I've reviewed some other project pom files but that haven't found the control mechanism.

Can anyone provide me with some pointers?
--
-Eric

Oracle
Eric Gwin | Senior Software Developer
Phone: +613 288 4622 | | Fax: +613 2382818 | | Mobile: +613 8582347
Oracle Java Server Technologies
ORACLE Canada | 45 O'Connor St., Ottawa, Ontario | K1P 6L2

Green
            Oracle Oracle is committed to developing practices and products that help protect the environment


Back to the top