Skip to main content

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index] [List Home]
[platform-update-dev] Accessing non-plugin files stored in Feature directory

I have been using the DefaultInstallHandler to install non-plugin files.


The default location for the files is
eclipse/features/com.xyz.plugin_2.0.0/<non-plugin_folders_and_files_here
>

Is there some easy way to access this location from the plugin
associated with this feature?  I can't seem to find an API that will
give me the absolute path for the eclipse installation, otherwise I
think I could use that and append
/features/MyPlugin.getDefault().toString() (since my plugin id and
feature id are the same).

Any insight would be helpful.  



Thanks

Susan
email:  susan.b.foster@xxxxxxxxx
phone: 480-552-0927



Back to the top