Skip to main content
summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
Diffstat (limited to 'plugins/org.eclipse.emf.cdo.doc/javadoc/org/eclipse/emf/cdo/team/package-summary.html')
-rw-r--r--plugins/org.eclipse.emf.cdo.doc/javadoc/org/eclipse/emf/cdo/team/package-summary.html22
1 files changed, 16 insertions, 6 deletions
diff --git a/plugins/org.eclipse.emf.cdo.doc/javadoc/org/eclipse/emf/cdo/team/package-summary.html b/plugins/org.eclipse.emf.cdo.doc/javadoc/org/eclipse/emf/cdo/team/package-summary.html
index a0d8dcbbf3..176dfe26c0 100644
--- a/plugins/org.eclipse.emf.cdo.doc/javadoc/org/eclipse/emf/cdo/team/package-summary.html
+++ b/plugins/org.eclipse.emf.cdo.doc/javadoc/org/eclipse/emf/cdo/team/package-summary.html
@@ -82,12 +82,17 @@ function windowTitle()
<H2>
Package org.eclipse.emf.cdo.team
</H2>
+<A NAME="package_description"><!-- --></A>
+Concepts to represent and manage <CODE>projects</CODE> that are mapped
+ to CDO repositories by the CDO <CODE>team provider</CODE>
+
+<P>
<map id="APIVIZ" name="APIVIZ">
-<area shape="rect" id="node1" title="&#171;interface&#187; IAdaptable (org.eclipse.core.runtime)" alt="" coords="22,83,191,138"/>
-<area shape="rect" id="node2" title="&#171;interface&#187; IContainer (org.eclipse.net4j.util.container)" alt="" coords="5,5,208,59"/>
-<area shape="rect" id="node3" href="IRepositoryManager.html" title="&#171;interface&#187; IRepositoryManager" alt="" coords="238,12,375,52"/>
-<area shape="rect" id="node4" href="IRepositoryProject.html" title="&#171;interface&#187; IRepositoryProject" alt="" coords="243,91,371,131"/>
+<area shape="rect" id="node1" title="&#171;interface&#187; IAdaptable (org.eclipse.core.runtime)" alt="" coords="6,5,175,59"/>
+<area shape="rect" id="node2" title="&#171;interface&#187; IContainer (org.eclipse.net4j.util.container)" alt="" coords="208,77,411,131"/>
+<area shape="rect" id="node3" href="IRepositoryManager.html" title="&#171;interface&#187; IRepositoryManager" alt="" coords="510,56,647,96"/>
+<area shape="rect" id="node4" href="IRepositoryProject.html" title="&#171;interface&#187; IRepositoryProject" alt="" coords="245,12,373,52"/>
</map>
<CENTER><IMG SRC="package-summary.png" USEMAP="#APIVIZ" BORDER="0"></CENTER>
@@ -99,16 +104,21 @@ Package org.eclipse.emf.cdo.team
</TR>
<TR BGCOLOR="white" CLASS="TableRowColor">
<TD WIDTH="15%"><B><A HREF="../../../../../org/eclipse/emf/cdo/team/IRepositoryManager.html" title="interface in org.eclipse.emf.cdo.team">IRepositoryManager</A></B></TD>
-<TD>&nbsp;</TD>
+<TD>Manages <CODE>projects</CODE> that are mapped
+ to CDO repositories by the CDO <CODE>team provider</CODE>.</TD>
</TR>
<TR BGCOLOR="white" CLASS="TableRowColor">
<TD WIDTH="15%"><B><A HREF="../../../../../org/eclipse/emf/cdo/team/IRepositoryProject.html" title="interface in org.eclipse.emf.cdo.team">IRepositoryProject</A></B></TD>
-<TD>&nbsp;</TD>
+<TD>Represents a <CODE>project</CODE> that is mapped
+ to a CDO repository by the CDO <CODE>team provider</CODE>.</TD>
</TR>
</TABLE>
&nbsp;
<P>
+<P>
+
+<P>
<DL>
</DL>
<HR>

Back to the top