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

> <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?
I'm not sure whether using an activator class from another plug-in
should work or not, but I strongly encourage you to define your own
activator.

Mikhail

-----Original Message-----
From: cdt-dev-bounces@xxxxxxxxxxx [mailto:cdt-dev-bounces@xxxxxxxxxxx]
On Behalf Of John Dallaway
Sent: Thursday, June 22, 2006 7:23 PM
To: cdt-dev@xxxxxxxxxxx
Subject: [cdt-dev] Providing new project types for CDT 3.1

With CDT 3.0 I was able to define project types in addition to the
standard ones by providing an XML extension in a separate plug-in:

> <plugin class="org.eclipse.cdt.managedbuilder.gnu.ui.GnuUIPlugin" ...
>
> <extension
point="org.eclipse.cdt.managedbuilder.core.buildDefinitions" ... >
> <projectType name="My Project Type" ... >
> ...

I am attempting to do something similar with CDT 3.1 RC3 but my
additional project type definitions are not being presented in the user
interface. Have I missed something?

John Dallaway
_______________________________________________
cdt-dev mailing list
cdt-dev@xxxxxxxxxxx
https://dev.eclipse.org/mailman/listinfo/cdt-dev


Back to the top