如何将Eclipse项目捆绑到Eclipse插件中[重复]

时间:2022-03-19 10:43:28

This question already has an answer here:

这个问题在这里已有答案:

I would like to add a feature to a plugin which I am developing.

我想为我正在开发的插件添加一个功能。

This feature, when activated by the user, would create (or prompt and guide) a new project for the user, and this project would have a per-bundled structure. Is this even possible?

当用户激活时,该功能将为用户创建(或提示和引导)新项目,并且该项目将具有每捆绑结构。这有可能吗?

If not, what are some alternatives to have an Eclipse plugin setup a specific Eclipse project for a user?

如果没有,有哪些替代方法可以让Eclipse插件为用​​户设置特定的Eclipse项目?

1 个解决方案

#1


0  

Take a look at BasicNewProjectResourceWizard.

看看BasicNewProjectResourceWizard。

#1


0  

Take a look at BasicNewProjectResourceWizard.

看看BasicNewProjectResourceWizard。