Skip to content

Commit be5c41b

Browse files
committed
Migrate tm.terminal.control to eclipse platform
The new location of this bundle's source is https://github.com/eclipse-platform/eclipse.platform/tree/master/terminal/plugins/org.eclipse.tm.terminal.control It was mirgated to platform in: eclipse-platform/eclipse.platform#1851 as part of the work to achieve eclipse-platform/eclipse.platform#1762
1 parent 8687aec commit be5c41b

File tree

103 files changed

+20
-15995
lines changed

Some content is hidden

Large Commits have some content hidden by default. Use the searchbox below for content that may be hidden.

103 files changed

+20
-15995
lines changed

NewAndNoteworthy/CHANGELOG-API.md

Lines changed: 10 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -8,6 +8,16 @@ This section describes API removals that occurred in past releases, and upcoming
88

99
Below is the detailed descriptions of API changes and mitigation efforts API consumers need to take.
1010

11+
## API Changes in CDT 12.1.
12+
13+
### Migrate tm.terminal.control to eclipse platform
14+
15+
The source for `org.eclipse.tm.terminal.control` has been migrated to the Eclipse Platform GitHub repository.
16+
The new location of this bundle's source is https://github.com/eclipse-platform/eclipse.platform/tree/master/terminal/plugins/org.eclipse.tm.terminal.control
17+
It was mirgated to platform in https://github.com/eclipse-platform/eclipse.platform/pull/1851 as part of the work to achieve https://github.com/eclipse-platform/eclipse.platform/pull/1762.
18+
19+
There are no API changes, however future direction of this bundle will now be managed by the Eclipse Platform project.
20+
1121
## API Changes in CDT 12.0.
1222

1323
### CDT's Core Build System refactored and improved

releng/org.eclipse.cdt.repo/category.xml

Lines changed: 3 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -132,6 +132,9 @@
132132
<feature id="org.eclipse.launchbar.remote.source">
133133
<category name="launchbar"/>
134134
</feature>
135+
<!-- Republish the tm terminal control that is now Eclipse Platform to our p2 repository -->
136+
<bundle id="org.eclipse.tm.terminal.control" version="0.0.0"/>
137+
<bundle id="org.eclipse.tm.terminal.control.source" version="0.0.0"/>
135138
<feature id="org.eclipse.tm.terminal.control.feature">
136139
<category name="terminal_main"/>
137140
</feature>

releng/scripts/check_features.sh

Lines changed: 7 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -23,6 +23,13 @@ git ls-files -- \*/feature.xml | while read feature_xml; do
2323
if [ -z "$plugin" ]; then
2424
plugin=$(xmllint --xpath 'string(//feature/@id)' $feature_xml)
2525
fi
26+
27+
if [ "$plugin" == 'org.eclipse.tm.terminal.control' ]; then
28+
# As part of https://github.com/eclipse-cdt/cdt/pull/1166 this bundle
29+
# was moved to Eclipse platform, so we cannot run these checks.
30+
continue;
31+
fi
32+
2633
feature_dir=$(dirname ${feature_xml})
2734

2835
if [ $(find * -name $plugin -type d -not -path */target/* | wc -l) -ne 1 ]; then

terminal/plugins/org.eclipse.tm.terminal.control/.classpath

Lines changed: 0 additions & 7 deletions
This file was deleted.

terminal/plugins/org.eclipse.tm.terminal.control/.gitignore

Lines changed: 0 additions & 1 deletion
This file was deleted.

terminal/plugins/org.eclipse.tm.terminal.control/.options

Lines changed: 0 additions & 4 deletions
This file was deleted.

terminal/plugins/org.eclipse.tm.terminal.control/.project

Lines changed: 0 additions & 34 deletions
This file was deleted.

terminal/plugins/org.eclipse.tm.terminal.control/.settings/org.eclipse.core.resources.prefs

Lines changed: 0 additions & 2 deletions
This file was deleted.

terminal/plugins/org.eclipse.tm.terminal.control/.settings/org.eclipse.jdt.core.prefs

Lines changed: 0 additions & 486 deletions
This file was deleted.

terminal/plugins/org.eclipse.tm.terminal.control/.settings/org.eclipse.jdt.launching.prefs

Lines changed: 0 additions & 3 deletions
This file was deleted.

0 commit comments

Comments
 (0)