Skip to main content
Jump to: navigation, search

Difference between revisions of "Team Development"

(Bugs)
m
 
(7 intermediate revisions by the same user not shown)
Line 1: Line 1:
== Plug-ins ==
+
== Plug-ins ==
  
The Team component is made up of the following plug-ins:
+
The Team component is made up of the following plug-ins, which are located under the /cvsroot/eclipse [http://wiki.eclipse.org/CVS_Howto CVS repository]:  
  
* [http://dev.eclipse.org/viewcvs/index.cgi/org.eclipse.team.core org.eclipse.team.core]
+
*[http://dev.eclipse.org/viewcvs/index.cgi/org.eclipse.team.core '''org.eclipse.team.core''']  
* [http://dev.eclipse.org/viewcvs/index.cgi/org.eclipse.team.ui org.eclipse.team.ui]
+
*[http://dev.eclipse.org/viewcvs/index.cgi/org.eclipse.team.ui '''org.eclipse.team.ui''']  
* [http://dev.eclipse.org/viewcvs/index.cgi/org.eclipse.team.tests.core org.eclipse.team.tests.core]
+
*[http://dev.eclipse.org/viewcvs/index.cgi/org.eclipse.team.tests.core org.eclipse.team.tests.core]  
* [http://dev.eclipse.org/viewcvs/index.cgi/org.eclipse.team.examples.filesystem org.eclipse.team.examples.filesystem]
+
*[http://dev.eclipse.org/viewcvs/index.cgi/org.eclipse.team.examples.filesystem org.eclipse.team.examples.filesystem]  
* [http://dev.eclipse.org/viewcvs/index.cgi/org.eclipse.compare org.eclipse.compare]
+
*[http://dev.eclipse.org/viewcvs/index.cgi/org.eclipse.compare/plugins/org.eclipse.compare/ '''org.eclipse.compare''']
* [http://dev.eclipse.org/viewcvs/index.cgi/org.eclipse.compare.tests org.eclipse.compare.tests]
+
* [http://dev.eclipse.org/viewcvs/index.cgi/org.eclipse.compare.examples org.eclipse.compare.examples]
+
* [http://dev.eclipse.org/viewcvs/index.cgi/org.eclipse.compare.examples org.eclipse.compare.examples.xml]
+
  
There is also a Team mailing list
+
*[http://dev.eclipse.org/viewcvs/index.cgi/org.eclipse.compare/plugins/org.eclipse.compare.core/ '''org.eclipse.compare.core''']
 +
*[http://dev.eclipse.org/viewcvs/index.cgi/org.eclipse.compare/plugins/org.eclipse.compare.win32/ org.eclipse.compare.win32]
 +
*[http://dev.eclipse.org/viewcvs/index.cgi/org.eclipse.compare.tests org.eclipse.compare.tests]
 +
*[http://dev.eclipse.org/viewcvs/index.cgi/org.eclipse.compare.examples org.eclipse.compare.examples]
 +
*[http://dev.eclipse.org/viewcvs/index.cgi/org.eclipse.compare.examples org.eclipse.compare.examples.xml]
  
* [http://dev.eclipse.org/mailman/listinfo/platform-team-dev platform-team-dev@eclipse.org] ([mailto:platform-team-dev@eclipse.org post], [http://dev.eclipse.org/mhonarc/lists/platform-team-dev/maillist.html archives])
+
PSFs ([http://help.eclipse.org/stable/index.jsp?topic=/org.eclipse.platform.doc.user/tasks/tasks-cvs-project-set.htm ?]):<br>
  
Deprecated Features
+
*org.eclipse.compare.* plug-ins:
 +
**[http://www.eclipse.org/eclipse/platform-team/psf/compare.psf anonymous access]
 +
**[http://www.eclipse.org/eclipse/platform-team/psf/compare_extssh.psf committer access]<br>
 +
*all Team plug-ins:
 +
**[http://www.eclipse.org/eclipse/platform-team/psf/teamcompare.psf anonymous access]
 +
**[http://www.eclipse.org/eclipse/platform-team/psf/teamcompare_extssh.psf committer access]
  
Team used to provide an FTP/WebDAV feature. However, this feature was removed in 3.3 since the [http://www.eclipse.org/dsdp/tm/ DSDP Target management component] provides complimentary functionality. Here is a link to a 3.3 compatible [http://www.eclipse.org/eclipse/platform-team/patches/eclipse-FTP-WebDAV-I20070430-0800.zip FTP/WebDAV feature]
+
There is also a Team mailing list:
 +
 
 +
*[http://dev.eclipse.org/mailman/listinfo/platform-team-dev platform-team-dev@eclipse.org] ([mailto:platform-team-dev@eclipse.org post], [http://dev.eclipse.org/mhonarc/lists/platform-team-dev/maillist.html archives])
 +
 
 +
Deprecated Features:
 +
 
 +
*Team used to provide an FTP/WebDAV feature. However, this feature was removed in 3.3 since the [http://www.eclipse.org/dsdp/tm/ DSDP Target management component] provides complimentary functionality. Here is a link to a 3.3 compatible [http://www.eclipse.org/eclipse/platform-team/patches/eclipse-FTP-WebDAV-I20070430-0800.zip FTP/WebDAV feature].
  
 
== Bugs ==
 
== Bugs ==

Latest revision as of 09:45, 17 July 2009

Plug-ins

The Team component is made up of the following plug-ins, which are located under the /cvsroot/eclipse CVS repository:

PSFs (?):

There is also a Team mailing list:

Deprecated Features:

Bugs

The bug management for the Team component is described on the Workspace Bugs page

Links

Back to the top