Skip to main content

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index] [List Home]
Re: [pde-build-dev] Is it possible to copy a file to to eclipse_home\default folder as a part of plug-in installation ?


I believe it is possible to do this using a Feature Install Handler.  Unfortunately, I don't know anything about the details and the only documentation I could find is the API docs:
http://help.eclipse.org/help32/index.jsp?topic=/org.eclipse.platform.doc.isv/reference/api/org/eclipse/update/core/IInstallHandler.html

-Andrew


"Nalaka Gamage" <NGamage@xxxxxxxxxxx>
Sent by: pde-build-dev-bounces@xxxxxxxxxxx

12/06/2006 12:07 AM

Please respond to
"Eclipse PDE Build developers list." <pde-build-dev@xxxxxxxxxxx>

To
<pde-dev@xxxxxxxxxxx>
cc
pde-build-dev@xxxxxxxxxxx
Subject
[pde-build-dev] Is it possible to copy a file to to        eclipse_home\default folder as a part of plug-in installation ?





Hi All,
I have a requirement that, when my plug-in is installed (using eclipse install/update UI) I need to copy a file called myConfig.ini (which reside in my plug-in itself)  file to eclipse_home\default folder.
Is this sort of file copying possible with eclipse plug-in. If so can you help me how to do that?
 
Regards,
Nalaka_______________________________________________
pde-build-dev mailing list
pde-build-dev@xxxxxxxxxxx
https://dev.eclipse.org/mailman/listinfo/pde-build-dev


Back to the top