Skip to main content

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index] [List Home]
Re: [cdt-dev] Red Hat contributions & final steps

On Tue, Sep 14, 2004 at 11:12:10AM -0400, Douglas Schaefer wrote:
> For plugin names, we've simply used org.eclipse.cdt.* for other contrib 
> plugins like cppunit and the win32 debug integration. I'd rather see that 
> continue instead of switching to org.eclipse.cdt-contrib.
 
Ok, sounds good.  Thanks for your input.

> We have created a folder called org.eclipse.cdt-contrib in /home/tools 
> which we were planning to use to host these plugins and any others that 
> come along and which don't fit naturally in with the core/build/debug/... 
> plugins. You can look at the org.eclipse.cdt-core folder to see how we are 
> doing things.

How about something like this structure:

/home/tools/org.eclipse.cdt-contrib/
	org.eclipse.cdt.oprofile/
		org.eclipse.cdt.oprofile-feature/
		org.eclipse.cdt.oprofile.ui/
		... etc.
	org.eclipse.cdt.oprofile-home/
		webpage.html
	org.eclipse.cdt.rpm/
		org.eclipse.cdt.rpm-feature/
		org.eclipse.cdt.rpm.ui/
		... etc.
	org.eclipse.cdt.rpm-home/
		webpage.html

Jeremy


Back to the top