Fix source generation for help feature.

This commit is contained in:
Krzysztof Daniel 2012-07-31 08:20:19 +02:00
parent 768a1aa57c
commit 8a2e8d7bc7
1 changed files with 20 additions and 0 deletions

View File

@ -465,3 +465,23 @@
</excludes>
</configuration>
</execution>
--- eclipse.platform.releng/features/org.eclipse.help-feature/pom.xml.bak 2012-07-31 07:43:57.000000000 +0200
+++ eclipse.platform.releng/features/org.eclipse.help-feature/pom.xml 2012-07-31 08:05:24.279277920 +0200
@@ -59,6 +59,17 @@
<goals>
<goal>source-feature</goal>
</goals>
+ <configuration>
+ <excludes>
+ <plugin id="javax.servlet" />
+ <plugin id="javax.servlet.jsp" />
+ <plugin id="org.apache.tomcat" />
+ <plugin id="org.apache.juli" />
+ <plugin id="org.eclipse.jetty.util" />
+ <plugin id="org.apache.jasper" />
+ <plugin id="org.apache.commons.el" />
+ </excludes>
+ </configuration>
</execution>
</executions>
</plugin>