Skip to main content

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index] [List Home]
Re: [xtext-dev] generator clean up

yes we must adapt the wizard ..leave out the ui_gen (now ui only)
project generation

On Thu, Oct 30, 2008 at 12:18 PM, Sven Efftinge <sven.efftinge@xxxxxxxxx> wrote:
> Hi all,
>
> the generator now generates code very similar to the one from oAW Xtext.
> So there is no <plugin>.ui_gen plugin anymore just *.ui which contains a
> src/ and a src-gen/ folder.
>
> This implies that the plugin.xml is only generated once. Since there are
> very seldom changes in the plugin.xml because of changes in generator this
> shouldn't be a problem, but allows users to add and change stuff in the
> plugin.xml and Manifest.MF as it seems fit.
>
> Both plugins (runtime and ui) have a generated service configuration as well
> as a manually which extends the generated. The manual one is registered
> through the respective extension point.
>
> The generator now uses explicit OUTLETS (no implicite anymore) which are:
>
> RUNTIME -> runtime.plugin/
> SRC          -> runtime.plugin/src/
> SRC_GEN-> runtime.plugin/src-gen/
>
> UI                -> ui.plugin/
> UI_SRC     -> ui.plugin/src/
> UI_SRC_GEN-> ui.plugin/src-gen/
>
> @Michael: Do we need to change the wizard according to this? For example, it
> would be good if the wizard doesn't create a plugin.xml.
>
> cheers,
> Sven
>
> _______________________________________________
> xtext-dev mailing list
> xtext-dev@xxxxxxxxxxx
> https://dev.eclipse.org/mailman/listinfo/xtext-dev
>


Back to the top