blob: 21412555b5caae91651978e584e746b18161b7e5 (
plain) (
blame)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
37
38
39
40
41
42
43
44
45
|
<?xml version="1.0" encoding="UTF-8"?>
<?eclipse version="3.0"?>
<plugin
id="org.eclipse.cdt"
name="%pluginName"
version="2.1.0"
provider-name="%providerName">
<requires>
<import plugin="org.eclipse.ui.intro"/>
<import plugin="org.eclipse.ui.cheatsheets"/>
</requires>
<extension
point="org.eclipse.ui.intro.configExtension">
<configExtension
configId="org.eclipse.platform.introConfig"
content="$nl$/overviewExtensionContent.xml"/>
<configExtension
configId="org.eclipse.platform.introConfig"
content="$nl$/tutorialsExtensionContent.xml"/>
<configExtension
configId="org.eclipse.platform.introConfig"
content="$nl$/samplesExtensionContent.xml"/>
<configExtension
configId="org.eclipse.platform.introConfig"
content="$nl$/whatsNewExtensionContent.xml"/>
</extension>
<!--extension point="org.eclipse.ui.cheatsheets.cheatSheetContent">
<cheatsheet
name="%cheatsheet.helloworld.name"
contentFile="$nl$/cheatsheets/HelloWorld.xml"
id="org.eclipse.cdt.helloworld">
<description>%cheatsheet.helloworld.desc</description>
</cheatsheet>
</extension-->
<runtime>
</runtime>
</plugin>
|