Skip to content

Commit 90d2f50

Browse files
committed
Migrate CDT to the new Terminal View of Eclipse
1 parent 90066ba commit 90d2f50

File tree

369 files changed

+216
-40861
lines changed

Some content is hidden

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

369 files changed

+216
-40861
lines changed

cmake/.project

Lines changed: 17 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,17 @@
1+
<?xml version="1.0" encoding="UTF-8"?>
2+
<projectDescription>
3+
<name>cmake</name>
4+
<comment></comment>
5+
<projects>
6+
</projects>
7+
<buildSpec>
8+
<buildCommand>
9+
<name>org.eclipse.m2e.core.maven2Builder</name>
10+
<arguments>
11+
</arguments>
12+
</buildCommand>
13+
</buildSpec>
14+
<natures>
15+
<nature>org.eclipse.m2e.core.maven2Nature</nature>
16+
</natures>
17+
</projectDescription>

jsoncdb/.project

Lines changed: 17 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,17 @@
1+
<?xml version="1.0" encoding="UTF-8"?>
2+
<projectDescription>
3+
<name>jsoncdb</name>
4+
<comment></comment>
5+
<projects>
6+
</projects>
7+
<buildSpec>
8+
<buildCommand>
9+
<name>org.eclipse.m2e.core.maven2Builder</name>
10+
<arguments>
11+
</arguments>
12+
</buildCommand>
13+
</buildSpec>
14+
<natures>
15+
<nature>org.eclipse.m2e.core.maven2Nature</nature>
16+
</natures>
17+
</projectDescription>

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

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -133,8 +133,8 @@
133133
<category name="launchbar"/>
134134
</feature>
135135
<!-- 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"/>
136+
<bundle id="org.eclipse.terminal.control" version="0.0.0"/>
137+
<bundle id="org.eclipse.terminal.control.source" version="0.0.0"/>
138138
<feature id="org.eclipse.tm.terminal.control.feature">
139139
<category name="terminal_main"/>
140140
</feature>

terminal/.project

Lines changed: 17 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,17 @@
1+
<?xml version="1.0" encoding="UTF-8"?>
2+
<projectDescription>
3+
<name>terminal</name>
4+
<comment></comment>
5+
<projects>
6+
</projects>
7+
<buildSpec>
8+
<buildCommand>
9+
<name>org.eclipse.m2e.core.maven2Builder</name>
10+
<arguments>
11+
</arguments>
12+
</buildCommand>
13+
</buildSpec>
14+
<natures>
15+
<nature>org.eclipse.m2e.core.maven2Nature</nature>
16+
</natures>
17+
</projectDescription>

terminal/features/.project

Lines changed: 17 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,17 @@
1+
<?xml version="1.0" encoding="UTF-8"?>
2+
<projectDescription>
3+
<name>features</name>
4+
<comment></comment>
5+
<projects>
6+
</projects>
7+
<buildSpec>
8+
<buildCommand>
9+
<name>org.eclipse.m2e.core.maven2Builder</name>
10+
<arguments>
11+
</arguments>
12+
</buildCommand>
13+
</buildSpec>
14+
<natures>
15+
<nature>org.eclipse.m2e.core.maven2Nature</nature>
16+
</natures>
17+
</projectDescription>

terminal/features/org.eclipse.tm.terminal.connector.local.feature/feature.xml

Lines changed: 1 addition & 8 deletions
Original file line numberDiff line numberDiff line change
@@ -32,14 +32,7 @@
3232
</license>
3333

3434
<requires>
35-
<import plugin="org.eclipse.core.expressions" version="3.4.400" match="greaterOrEqual"/>
36-
<import plugin="org.eclipse.core.runtime" version="3.8.0" match="greaterOrEqual"/>
37-
<import plugin="org.eclipse.core.variables" version="3.2.600" match="greaterOrEqual"/>
38-
<import plugin="org.eclipse.tm.terminal.connector.local" version="4.8.0" match="greaterOrEqual"/>
39-
<import plugin="org.eclipse.tm.terminal.connector.process" version="4.5.0" match="greaterOrEqual"/>
40-
<import plugin="org.eclipse.tm.terminal.control" version="4.5.0" match="greaterOrEqual"/>
41-
<import plugin="org.eclipse.ui" version="3.8.0" match="greaterOrEqual"/>
35+
<import plugin="org.eclipse.terminal.connector.local" version="1.0.0" match="greaterOrEqual"/>
4236
<import feature="org.eclipse.tm.terminal.control.feature"/>
43-
<import plugin="org.eclipse.cdt.core.native"/>
4437
</requires>
4538
</feature>

terminal/features/org.eclipse.tm.terminal.connector.remote.feature/feature.xml

Lines changed: 0 additions & 10 deletions
Original file line numberDiff line numberDiff line change
@@ -32,17 +32,7 @@
3232
</license>
3333

3434
<requires>
35-
<import plugin="org.eclipse.ui"/>
36-
<import plugin="org.eclipse.core.runtime"/>
37-
<import plugin="org.eclipse.tm.terminal.control"/>
38-
<import plugin="org.eclipse.remote.core"/>
39-
<import plugin="org.eclipse.remote.ui"/>
40-
<import plugin="org.eclipse.core.resources"/>
41-
<import plugin="org.eclipse.swt"/>
42-
<import plugin="org.eclipse.jface"/>
43-
<import plugin="org.eclipse.ui.ide"/>
4435
<import feature="org.eclipse.tm.terminal.control.feature"/>
45-
<import plugin="org.eclipse.core.expressions"/>
4636
</requires>
4737

4838
<plugin
File renamed without changes.
File renamed without changes.
File renamed without changes.

0 commit comments

Comments
 (0)