Skip to main content
aboutsummaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorMichael Valenta2005-03-17 19:27:18 +0000
committerMichael Valenta2005-03-17 19:27:18 +0000
commit70024815f3b003267f93511c2300ae2c5490448f (patch)
treecfbc74681a8857050a7d332e8b6a6a714fef7864 /bundles/org.eclipse.team.core/component.xml
parentaa0d9e662d15c82f5a9d92962d725dfaafea83d1 (diff)
downloadeclipse.platform.team-70024815f3b003267f93511c2300ae2c5490448f.tar.gz
eclipse.platform.team-70024815f3b003267f93511c2300ae2c5490448f.tar.xz
eclipse.platform.team-70024815f3b003267f93511c2300ae2c5490448f.zip
Aded component.xml and updated javadoc
Diffstat (limited to 'bundles/org.eclipse.team.core/component.xml')
-rw-r--r--bundles/org.eclipse.team.core/component.xml53
1 files changed, 53 insertions, 0 deletions
diff --git a/bundles/org.eclipse.team.core/component.xml b/bundles/org.eclipse.team.core/component.xml
new file mode 100644
index 000000000..d8aa75c42
--- /dev/null
+++ b/bundles/org.eclipse.team.core/component.xml
@@ -0,0 +1,53 @@
+<?xml version="1.0" encoding="UTF-8"?>
+<component xmlns="http://eclipse.org/component"
+ xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance"
+ xsi:schemaLocation="http://eclipse.org/component ../component.xsd "
+ name="Eclipse Platform Team/CVS">
+ <plugin id="org.eclipse.team.core" />
+ <plugin id="org.eclipse.team.ui" />
+ <plugin id="org.eclipse.team.cvs.core" />
+ <plugin id="org.eclipse.team.cvs.ui" />
+ <plugin id="org.eclipse.team.cvs.ssh" />
+ <plugin id="org.eclipse.team.cvs.ssh2" />
+
+ <package name="org.eclipse.core.resources">
+ <type name="IFileContentManager" implement="false" />
+ <type name="IFileTypeInfo" implement="false" />
+ <type name="IIgnoreInfo" implement="false" />
+ <type name="IStringMapping" implement="false" />
+ <type name="Team" instantiate="false" />
+ </package>
+
+ <package name="org.eclipse.team.core.subscribers">
+ <type name="ISubscriberChangeEvent" implement="false" />
+ </package>
+
+ <package name="org.eclipse.team.core.synchronize">
+ </package>
+
+ <package name="org.eclipse.team.core.variants">
+ <type name="IResourceVariantTree" implement="false" />
+ <type name="PersistantResourceVariantByteStore" subclass="false" />
+ <type name="SessionResourceVariantByteStore" subclass="false" />
+ </package>
+
+ <package name="org.eclipse.team.ui">
+ <type name="TeamUI" subclass="false" instantiate="false" />
+ <type name="TeamImages" subclass="false" instantiate="false" />
+ </package>
+
+ <package name="org.eclipse.team.ui.synchronize">
+ <type name="ISynchronizeManager" implement="false" />
+ <type name="ISynchronizePageConfiguration" implement="false" />
+ <type name="ISynchronizePageSite" implement="false" />
+ <type name="ISynchronizeParticipant" implement="false" />
+ <type name="ISynchronizeParticipantDescriptor" implement="false" />
+ <type name="ISynchronizeParticipantReference" implement="false" />
+ <type name="ISynchronizeScope" implement="false" />
+ <type name="ISynchronizeView" implement="false" />
+ <type name="ResourceScope" subclass="false" />
+ <type name="WorkingSetScope" subclass="false" />
+ <type name="WorkspaceScope" subclass="false" />
+ </package>
+
+</component>

Back to the top