diff --git a/core/org.eclipse.cdt.core/.classpath b/core/org.eclipse.cdt.core/.classpath index 6d45156cec7..0755b6ef457 100644 --- a/core/org.eclipse.cdt.core/.classpath +++ b/core/org.eclipse.cdt.core/.classpath @@ -14,6 +14,7 @@ + diff --git a/core/org.eclipse.cdt.core/.project b/core/org.eclipse.cdt.core/.project index 468937e327c..ba2680f0072 100644 --- a/core/org.eclipse.cdt.core/.project +++ b/core/org.eclipse.cdt.core/.project @@ -10,6 +10,7 @@ org.eclipse.core.runtime org.eclipse.debug.core org.eclipse.search + org.eclipse.team.core diff --git a/core/org.eclipse.cdt.core/ChangeLog b/core/org.eclipse.cdt.core/ChangeLog index 11440cd1411..a98060a2f48 100644 --- a/core/org.eclipse.cdt.core/ChangeLog +++ b/core/org.eclipse.cdt.core/ChangeLog @@ -1,3 +1,10 @@ +2003-09-12 Keith Campbell + Added missing dependency on org.eclipse.team.core (this plugin defines extensions + to org.eclipse.team.core.fileTypes and org.eclipse.team.core.ignore). + * .classpath + * .project + * plugin.xml + 2003-09-10 Sean Evoy Work completed to resolve [Bug 41412] "Restore Default in Managed Build project's settings Not Working". The configuration now has a reset method that removes diff --git a/core/org.eclipse.cdt.core/plugin.xml b/core/org.eclipse.cdt.core/plugin.xml index b3eb85107b0..f1231d9b2c7 100644 --- a/core/org.eclipse.cdt.core/plugin.xml +++ b/core/org.eclipse.cdt.core/plugin.xml @@ -18,6 +18,7 @@ +