问题
I am developing eclipse plug-in right now. Default eclipse download contains a lot of plug-ins which my plug-in doesn't require. It causes eclipse folder to have a larger size then it is needed.
So I wonder if there are any ways to create such minimal eclipse configuration, so it will be able to load my plug-in and be free of not require plug-ins? Are there any ways to do it automatically?
回答1:
So I wonder if there are any ways to create such minimal eclipse configuration, so it will be able to load my plug-in and be free of not require plug-ins? Are there any ways to do it automatically?
Of course. This "minimal base" is called Eclipse RCP (Rich Client Platform).
Let me redirect you to Vogella's tutorials on RCP - there you can read how to create and deploy RCP applications.
来源:https://stackoverflow.com/questions/4615546/eclipse-minimal-configuration-for-plug-in-deployment