Skip to content

Commit 7aa63ea

Browse files
committed
Remove pre-built indexes for Eclipse Help system
See eclipse-simrel/simrel.build#1288
1 parent 85b3ed3 commit 7aa63ea

18 files changed

Lines changed: 10 additions & 676 deletions

File tree

build/org.eclipse.cdt.autotools.docs/build-index.xml

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

build/org.eclipse.cdt.autotools.docs/build.properties

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -6,7 +6,6 @@ bin.includes = META-INF/,\
66
plugin.properties,\
77
doc/,\
88
tools.xml,\
9-
index/,\
109
images/,\
1110
book.css,\
1211
CDT/

build/org.eclipse.cdt.autotools.docs/plugin.xml

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -10,7 +10,6 @@
1010
file="tools.xml"
1111
primary="true">
1212
</toc>
13-
<index path="index"/>
1413
</extension>
1514
<extension
1615
id="org.eclipse.cdt.autotools.docs.cheatsheets"

build/org.eclipse.cdt.autotools.docs/pom.xml

Lines changed: 0 additions & 77 deletions
Original file line numberDiff line numberDiff line change
@@ -43,81 +43,4 @@
4343
</plugin>
4444
</plugins>
4545
</build>
46-
<profiles>
47-
<profile>
48-
<id>build-doc</id>
49-
<activation>
50-
<property>
51-
<name>!skipDoc</name>
52-
</property>
53-
</activation>
54-
<build>
55-
<plugins>
56-
<plugin>
57-
<groupId>org.eclipse.tycho</groupId>
58-
<artifactId>tycho-eclipse-plugin</artifactId>
59-
<configuration>
60-
<applicationArgs>
61-
<arg>-application</arg>
62-
<arg>org.eclipse.ant.core.antRunner</arg>
63-
<arg>-buildfile</arg>
64-
<arg>build-index.xml</arg>
65-
<arg>build.index</arg>
66-
</applicationArgs>
67-
<dependencies>
68-
<dependency>
69-
<artifactId>org.apache.ant</artifactId>
70-
<type>eclipse-plugin</type>
71-
</dependency>
72-
<dependency>
73-
<artifactId>org.eclipse.help.base</artifactId>
74-
<type>eclipse-plugin</type>
75-
</dependency>
76-
<dependency>
77-
<artifactId>org.eclipse.ant.core</artifactId>
78-
<type>eclipse-plugin</type>
79-
</dependency>
80-
</dependencies>
81-
</configuration>
82-
<executions>
83-
<execution>
84-
<goals>
85-
<goal>eclipse-run</goal>
86-
</goals>
87-
<phase>compile</phase>
88-
</execution>
89-
</executions>
90-
</plugin>
91-
</plugins>
92-
</build>
93-
</profile>
94-
<profile>
95-
<id>fake-doc</id>
96-
<activation>
97-
<property>
98-
<name>skipDoc</name>
99-
</property>
100-
</activation>
101-
<build>
102-
<plugins>
103-
<plugin>
104-
<artifactId>maven-antrun-plugin</artifactId>
105-
<executions>
106-
<execution>
107-
<phase>compile</phase>
108-
<configuration>
109-
<target>
110-
<touch file="index/indexed_docs" mkdirs="true"/>
111-
</target>
112-
</configuration>
113-
<goals>
114-
<goal>run</goal>
115-
</goals>
116-
</execution>
117-
</executions>
118-
</plugin>
119-
</plugins>
120-
</build>
121-
</profile>
122-
</profiles>
12346
</project>

build/org.eclipse.cdt.meson.docs/build-index.xml

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

build/org.eclipse.cdt.meson.docs/build.properties

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -4,7 +4,6 @@ bin.includes = META-INF/,\
44
about.html,\
55
plugin.properties,\
66
doc/,\
7-
index/,\
87
images/,\
98
book.css,\
109
CDT/

build/org.eclipse.cdt.meson.docs/plugin.xml

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -6,7 +6,6 @@
66
<toc
77
file="toc.xml"
88
primary="true"/>
9-
<index path="index"/>
109
</extension>
1110

1211
</plugin>

build/org.eclipse.cdt.meson.docs/pom.xml

Lines changed: 0 additions & 77 deletions
Original file line numberDiff line numberDiff line change
@@ -43,81 +43,4 @@
4343
</plugin>
4444
</plugins>
4545
</build>
46-
<profiles>
47-
<profile>
48-
<id>build-doc</id>
49-
<activation>
50-
<property>
51-
<name>!skipDoc</name>
52-
</property>
53-
</activation>
54-
<build>
55-
<plugins>
56-
<plugin>
57-
<groupId>org.eclipse.tycho</groupId>
58-
<artifactId>tycho-eclipse-plugin</artifactId>
59-
<configuration>
60-
<applicationArgs>
61-
<arg>-application</arg>
62-
<arg>org.eclipse.ant.core.antRunner</arg>
63-
<arg>-buildfile</arg>
64-
<arg>build-index.xml</arg>
65-
<arg>build.index</arg>
66-
</applicationArgs>
67-
<dependencies>
68-
<dependency>
69-
<artifactId>org.apache.ant</artifactId>
70-
<type>eclipse-plugin</type>
71-
</dependency>
72-
<dependency>
73-
<artifactId>org.eclipse.help.base</artifactId>
74-
<type>eclipse-plugin</type>
75-
</dependency>
76-
<dependency>
77-
<artifactId>org.eclipse.ant.core</artifactId>
78-
<type>eclipse-plugin</type>
79-
</dependency>
80-
</dependencies>
81-
</configuration>
82-
<executions>
83-
<execution>
84-
<goals>
85-
<goal>eclipse-run</goal>
86-
</goals>
87-
<phase>compile</phase>
88-
</execution>
89-
</executions>
90-
</plugin>
91-
</plugins>
92-
</build>
93-
</profile>
94-
<profile>
95-
<id>fake-doc</id>
96-
<activation>
97-
<property>
98-
<name>skipDoc</name>
99-
</property>
100-
</activation>
101-
<build>
102-
<plugins>
103-
<plugin>
104-
<artifactId>maven-antrun-plugin</artifactId>
105-
<executions>
106-
<execution>
107-
<phase>compile</phase>
108-
<configuration>
109-
<target>
110-
<touch file="index/indexed_docs" mkdirs="true"/>
111-
</target>
112-
</configuration>
113-
<goals>
114-
<goal>run</goal>
115-
</goals>
116-
</execution>
117-
</executions>
118-
</plugin>
119-
</plugins>
120-
</build>
121-
</profile>
122-
</profiles>
12346
</project>

doc/org.eclipse.cdt.doc.isv/build.properties

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -25,6 +25,5 @@ bin.includes = META-INF/,\
2525
index/,\
2626
notices.html
2727

28-
customBuildCallbacks = customBuildCallbacks.xml
2928
src.includes = about.html
3029
jars.extra.classpath = platform:/plugin/org.eclipse.cdt.core

doc/org.eclipse.cdt.doc.isv/buildDoc.xml

Lines changed: 0 additions & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -3,11 +3,6 @@
33

44
<target name="all">
55
<antcall target="convertSchemaToHtml" />
6-
<antcall target="build.index" />
7-
</target>
8-
9-
<target name="build.index" description="Builds search index for the plug-in: org.eclipse.cdt.doc.isv" if="eclipse.running">
10-
<help.buildHelpIndex manifest="${basedir}/plugin.xml" destination="${basedir}" />
116
</target>
127

138
<target name="convertSchemaToHtml" if="eclipse.running">

0 commit comments

Comments
 (0)