Skip to main content


Eclipse Community Forums
Forum Search:

Search      Help    Register    Login    Home
Home » Eclipse Projects » Plugin Development Environment (PDE) » Using p2.inf to create a directory
Using p2.inf to create a directory [message #596702] Sat, 02 May 2009 18:29
Eric Jain is currently offline Eric JainFriend
Messages: 266
Registered: July 2009
Senior Member
I have the following line in the /META-INF/p2.inf of a bundle:

instructions.install = mkdir(path:dropins);

This results in a "dropins" dir being created -- in the dir from which the
build is being run. But what I want is to have this dir appear in the
product, i.e. the zip files that the headless build creates for the RCP
application.

Using path:@artifact/dropins instead, I don't see any dir created.
Suggestions? I know there is a way to add files and directories via
features, but I'd rather not have to create feature projects just for
adding this one empty directory...
Previous Topic:"Build site" debugging
Next Topic:"Build site" debugging
Goto Forum:
  


Current Time: Thu Apr 25 14:52:20 GMT 2024

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

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

Back to the top