Skip to main content


Eclipse Community Forums
Forum Search:

Search      Help    Register    Login    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 08:38 Go to next message
Bill Winspur is currently offline Bill WinspurFriend
Messages: 180
Registered: July 2009
Senior Member
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 16:49 Go to previous messageGo to next message
David Wegener is currently offline David WegenerFriend
Messages: 1445
Registered: July 2009
Senior Member
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 23:15 Go to previous messageGo to next message
Ralf Ebert is currently offline Ralf EbertFriend
Messages: 168
Registered: July 2009
Senior Member
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 04:26 Go to previous message
Bill Winspur is currently offline Bill WinspurFriend
Messages: 180
Registered: July 2009
Senior Member
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: Sat Jul 27 01:48:28 GMT 2024

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

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

Back to the top