Skip to main content

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index] [List Home]
Re: [cdt-dev] Some questions on the cdt



Yes and it is call "nature", Eclipse does not provide a project "type"
but rather you can add natures to project:

For a java Project:
<nature>org.eclipse.jdt.core.javanature</nature>

For a C Project:
<nature>org.eclipse.cdt.core.cnature</nature>

For a C++ Project:
<nature>org.eclipse.cdt.core.ccnature</nature>
aah...I see. I hadn't caught that! Thanks a lot!

Alifiya



Back to the top