Skip to main content


Eclipse Community Forums
Forum Search:

Search      Help    Register    Login    Home
Home » Eclipse Projects » Rich Client Platform (RCP) » How to get about_files/ to package
How to get about_files/ to package [message #1713421] Wed, 04 November 2015 00:05
Jim Klo is currently offline Jim KloFriend
Messages: 49
Registered: September 2012
Member
I need to add a bunch of additional license information into our plug-ins. Looking at other plug-ins, I noticed that they typically store these additional files in a folder at the root of the plug-in project tree named "about_files" and then link to the files from within the "about.html" file.

All is fine and dandy when I add an update the about.html by including it in the build.properties file. However when I try adding a whole directory to build.properties doing something like this:

source.. = src/
output.. = bin/
bin.includes = META-INF/,\
               .,\
               about.html,\
               about_files/
src.includes = META-INF/,\
               build.properties,\
               lib/,\
               src/,\
               about.html,\
               about_files/


Nothing seems to get packaged (or at least it isn't accessible from via the "Legal Info" button on the plug-ins page of the "Installation Details" dialog.

Any thoughts?
Previous Topic:Plugins missing after product is built
Next Topic:RCP WebStart Problem after switching to Java 8
Goto Forum:
  


Current Time: Fri Apr 26 19:31:59 GMT 2024

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

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

Back to the top