View | Details | Raw Unified | Return to bug 82195 | Differences between
and this patch

Collapse All | Expand All

(-)build.properties (-1 / +9 lines)
Lines 6-9 Link Here
6
#
6
#
7
###############################################################################
7
###############################################################################
8
8
9
bin.includes = feature.xml
9
bin.includes = feature.xml,\
10
               feature.properties
11
12
src.includes = .classpath,\
13
               .project,\
14
               ChangeLog,\
15
               build.properties,\
16
               feature.properties,\
17
               feature.xml
(-)feature.xml (-7 lines)
Lines 4-10 Link Here
4
      label="%featureName"
4
      label="%featureName"
5
      version="1.2.0"
5
      version="1.2.0"
6
      provider-name="Eclipse.org">
6
      provider-name="Eclipse.org">
7
8
   <install-handler/>
7
   <install-handler/>
9
8
10
   <description url="[Enter Feature URL here.]">
9
   <description url="[Enter Feature URL here.]">
Lines 28-34 Link Here
28
      <import plugin="org.eclipse.swt"/>
27
      <import plugin="org.eclipse.swt"/>
29
      <import plugin="org.eclipse.jface"/>
28
      <import plugin="org.eclipse.jface"/>
30
      <import plugin="org.eclipse.text"/>
29
      <import plugin="org.eclipse.text"/>
31
      <import plugin="org.eclipse.cdt.core"/>
32
   </requires>
30
   </requires>
33
31
34
   <plugin
32
   <plugin
Lines 49-57 Link Here
49
         install-size="0"
47
         install-size="0"
50
         version="1.2"/>
48
         version="1.2"/>
51
49
52
	<plugin
53
         id="org.eclipse.cdt.rpm.propertypage"
54
         download-size="0"
55
         install-size="0"
56
         version="1.0"/>
57
</feature>
50
</feature>

Return to bug 82195