[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index] [Newsgroup Home]
[news.eclipse.tools.cdt] Project Templates - TemplateDescriptorSchema.xsd

I am trying to create a project template using the org.eclipse.cdt.core.templates extension. I created a template and gave it an id, location, and project type but when I go to edit the template.xml, I do not get the schema editor. I am using Galileo and it appears I do not have the TemplateDescriptorSchema.xsd file like I did with Ganymede. (My guess is this is what drives the schema editor.) Can anyone tell me how I can get that (if that is indeed what I need) or what I need to do to be able to edit the template.xml file without having to just enter in straight xml?

I found this file in the a folder under the plugins directory of the ganymede install. The folder was the org.eclipse.cdt.platform.source_5.0.1.200809120802\src\org.eclipse.cdt.core_5.0.1.200809120802\schema folder.

I cannot find a package for cdt.platform.source.

Thanks in advance!

Jim