Skip to main content



      Home
Home » Eclipse Projects » Eclipse Platform » Looking for plug-in org.eclipse.jdt.ui on CVS
Looking for plug-in org.eclipse.jdt.ui on CVS [message #524937] Sun, 04 April 2010 04:38 Go to next message
Eclipse UserFriend
I would like to get the eclipse project that builds the
org.eclipse.jdt.ui plugin for the galileo release from cvs, but I can
not find the cvs repository path at dev.eclipse.org

The reason I'm looking for this is to see the plugin.xml and java code
that implements the NewProject wizard for java projects so that I can
implement a wizard to create a java project, enhanced with a custom
nature and builder.

Where do I find the cvs location of the project for plug-in
org.eclipse.jdt.ui ?

Bill.
Re: Looking for plug-in org.eclipse.jdt.ui on CVS [message #524948 is a reply to message #524937] Sun, 04 April 2010 12:49 Go to previous messageGo to next message
Eclipse UserFriend
If you are only interested in seeing the source code, you can install the Platform SDK. Then you can import the relevant plugins into your workspace and browse them as you would other java code. Look at the Feature Import section of the Plugin Development Environment Reference section in Help.
Re: Looking for plug-in org.eclipse.jdt.ui on CVS [message #524969 is a reply to message #524937] Sun, 04 April 2010 19:15 Go to previous messageGo to next message
Eclipse UserFriend
Hi,

> Where do I find the cvs location of the project for plug-in
> org.eclipse.jdt.ui ?

repositories are structured by project. JDT belongs to Eclipse Project (see [1] for a list
of all projects). There is a list of all repository locations at [2]. org.eclipse.jdt.ui
is in :pserver:anonymous@dev.eclipse.org:/cvsroot/eclipse

To see the code of the new wizard, you actually don't need the CVS project. Open the New
Wizard and press "Alt+Shift+F1" (Plug-in Spy). You can jump to the NewWizard class right
from there. But you need to use an Eclipse download package that includes the JDT sources [3].

Greetings,

Ralf


[1] http://www.eclipse.org/projects/listofprojects.php
[2] http://wiki.eclipse.org/CVS_Howto
[3] http://www.eclipse.org/downloads/packages/compare-packages


--
http://www.ralfebert.de/blog/
http://twitter.com/ralfebert/
Re: Looking for plug-in org.eclipse.jdt.ui on CVS [message #524985 is a reply to message #524937] Mon, 05 April 2010 00:26 Go to previous message
Eclipse UserFriend
Dave, Ralf,

Thanks guys,

Bill.
Previous Topic:Plug-in extensions to debugging session operations?
Next Topic:is there extension points which affects cvs plugin behavior?
Goto Forum:
  


Current Time: Mon Apr 21 08:45:42 EDT 2025

Powered by FUDForum. Page generated in 0.03273 seconds
.:: Contact :: Home ::.

Powered by: FUDforum 3.0.2.
Copyright ©2001-2010 FUDforum Bulletin Board Software

Back to the top