Skip to content

Commit

Permalink
Stop shipping prebuild help indexes
Browse files Browse the repository at this point in the history
  • Loading branch information
akurtakov committed Jun 13, 2023
1 parent 61b4940 commit d96fb8c
Show file tree
Hide file tree
Showing 15 changed files with 9 additions and 61 deletions.
4 changes: 1 addition & 3 deletions bundles/org.eclipse.jdt.doc.isv/build.properties
Expand Up @@ -13,7 +13,5 @@ custom=true

bin.includes = META-INF/,\
plugin.properties,\
*.xml, *.html,*.png,*.css,guide/,META-INF/,porting/,questions/,reference/,index/


*.xml, *.html,*.png,*.css,guide/,META-INF/,porting/,questions/,reference/
bin.excludes = build.properties,build.xml,buildDoc.xml,buildDoc_log.xml,.m2
1 change: 1 addition & 0 deletions bundles/org.eclipse.jdt.doc.isv/forceQualifierUpdate.txt
@@ -0,0 +1 @@
https://github.com/eclipse-platform/.github/issues/130
4 changes: 0 additions & 4 deletions bundles/org.eclipse.jdt.doc.isv/pom.xml
Expand Up @@ -190,10 +190,6 @@
</execution>
</executions>
</plugin>
<plugin>
<groupId>org.eclipse.tycho.extras</groupId>
<artifactId>tycho-document-bundle-plugin</artifactId>
</plugin>
</plugins>
</build>
</profile>
Expand Down
2 changes: 1 addition & 1 deletion bundles/org.eclipse.jdt.doc.user/build.properties
Expand Up @@ -11,5 +11,5 @@
# use provided build.xml
custom=true

bin.includes=*.properties,*.xml,*.html,*.png,*.css,META-INF/,index/,concepts/, gettingStarted/, images/, reference/, tasks/, tips/, whatsNew/
bin.includes=*.properties,*.xml,*.html,*.png,*.css,META-INF/,concepts/, gettingStarted/, images/, reference/, tasks/, tips/, whatsNew/
bin.excludes=build.properties,build.xml,workspace,.m2
1 change: 1 addition & 0 deletions bundles/org.eclipse.jdt.doc.user/forceQualifierUpdate.txt
@@ -0,0 +1 @@
https://github.com/eclipse-platform/.github/issues/130
20 changes: 0 additions & 20 deletions bundles/org.eclipse.jdt.doc.user/pom.xml
Expand Up @@ -21,24 +21,4 @@
<artifactId>org.eclipse.jdt.doc.user</artifactId>
<version>3.15.1800-SNAPSHOT</version>
<packaging>eclipse-plugin</packaging>
<profiles>
<profile>
<id>build-docs</id>
<activation>
<property>
<!-- workaround. activeByDefault is disabled when another profile is
selected. -->
<name>!longnotexistingproperty</name>
</property>
</activation>
<build>
<plugins>
<plugin>
<groupId>org.eclipse.tycho.extras</groupId>
<artifactId>tycho-document-bundle-plugin</artifactId>
</plugin>
</plugins>
</build>
</profile>
</profiles>
</project>
1 change: 0 additions & 1 deletion bundles/org.eclipse.pde.doc.user/build.properties
Expand Up @@ -22,7 +22,6 @@ bin.includes = META-INF/,\
contexts_PDE.xml,\
ds_annotation_contexts.xml,\
guide/,\
index*/,\
notices.html,\
plugin.properties,\
plugin.xml,\
Expand Down
1 change: 1 addition & 0 deletions bundles/org.eclipse.pde.doc.user/forceQualifierUpdate.txt
@@ -0,0 +1 @@
https://github.com/eclipse-platform/.github/issues/130
4 changes: 0 additions & 4 deletions bundles/org.eclipse.pde.doc.user/pom.xml
Expand Up @@ -154,10 +154,6 @@
</execution>
</executions>
</plugin>
<plugin>
<groupId>org.eclipse.tycho.extras</groupId>
<artifactId>tycho-document-bundle-plugin</artifactId>
</plugin>
</plugins>
</build>
</profile>
Expand Down
3 changes: 1 addition & 2 deletions bundles/org.eclipse.platform.doc.isv/build.properties
Expand Up @@ -31,5 +31,4 @@ bin.includes = META-INF/,\
topics_Samples.xml,\
topics_WhatsNew.xml,\
workbench.png,\
whatsNew/,\
index*/
whatsNew/
@@ -0,0 +1 @@
https://github.com/eclipse-platform/.github/issues/130
4 changes: 0 additions & 4 deletions bundles/org.eclipse.platform.doc.isv/pom.xml
Expand Up @@ -354,10 +354,6 @@
</execution>
</executions>
</plugin>
<plugin>
<groupId>org.eclipse.tycho.extras</groupId>
<artifactId>tycho-document-bundle-plugin</artifactId>
</plugin>
</plugins>
</build>
</profile>
Expand Down
3 changes: 1 addition & 2 deletions bundles/org.eclipse.platform.doc.user/build.properties
Expand Up @@ -11,7 +11,6 @@
bin.includes = META-INF/,\
plugin.properties,\
*.xml, *.html,book.css,concepts/, gettingStarted/, images/,\
reference/, tasks/, tips/, whatsNew/, index*/

reference/, tasks/, tips/, whatsNew/

bin.excludes = build.properties
@@ -0,0 +1 @@
https://github.com/eclipse-platform/.github/issues/130
20 changes: 0 additions & 20 deletions bundles/org.eclipse.platform.doc.user/pom.xml
Expand Up @@ -20,24 +20,4 @@
<groupId>org.eclipse.platform</groupId>
<artifactId>org.eclipse.platform.doc.user</artifactId>
<packaging>eclipse-plugin</packaging>
<profiles>
<profile>
<id>build-docs</id>
<activation>
<property>
<!-- workaround. activeByDefault is disabled when another profile is
selected. -->
<name>!longnotexistingproperty</name>
</property>
</activation>
<build>
<plugins>
<plugin>
<groupId>org.eclipse.tycho.extras</groupId>
<artifactId>tycho-document-bundle-plugin</artifactId>
</plugin>
</plugins>
</build>
</profile>
</profiles>
</project>

0 comments on commit d96fb8c

Please sign in to comment.