Skip to main content

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index] [List Home]
RE: [cdt-dev] Providing new project types for CDT 3.1

An activator is usually needed in case you need to do some sort of
initialization/deinitialization during your plug-in start-up/shut-down.
See the org.eclipse.core.runtime.Plugin class JavaDoc.
I suppose that in your case you might not need an activator.

Regards,
Mikhail

-----Original Message-----
From: John Dallaway [mailto:jld@xxxxxxxxxxxxxxx] 
Sent: Thursday, June 22, 2006 7:57 PM
To: recoskie@xxxxxxxxxx; Sennikovsky, Mikhail; wieant@xxxxxxxxx
Cc: cdt-dev@xxxxxxxxxxx
Subject: Re: [cdt-dev] Providing new project types for CDT 3.1

Thank you all for your rapid responses.

Sennikovsky, Mikhail wrote:

>> <plugin class="org.eclipse.cdt.managedbuilder.gnu.ui.GnuUIPlugin" ...
>>
> BTW, As I understand you are using a separate plug-in for defining
your
> proj types. Do you have the GnuUIPlugin class defined in your plug-in
or
> you intend to use the class defined in the gnu.ui plug-in as an
> activator?

Under CDT 3.0, my plug-in provided the XML definitions only. What does
the activator class achieve?

John Dallaway


Back to the top