Skip to main content
aboutsummaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorSravan Kumar Lakkimsetti2019-12-20 09:50:55 +0000
committerSravan Kumar Lakkimsetti2019-12-23 10:47:01 +0000
commitb6ce7aeb9a12c9657e5c82933859fa9f53e659d6 (patch)
tree56de27d6d5f5a15ad8c9d32e7cf415370205d8ad
parent671605a99f821bce364a352818cc66776c508335 (diff)
downloadeclipse.platform.ua-b6ce7aeb9a12c9657e5c82933859fa9f53e659d6.tar.gz
eclipse.platform.ua-b6ce7aeb9a12c9657e5c82933859fa9f53e659d6.tar.xz
eclipse.platform.ua-b6ce7aeb9a12c9657e5c82933859fa9f53e659d6.zip
Change-Id: I8342ebb904e0a887f253cd38a81e9c6b5f07f6eb Signed-off-by: Sravan Kumar Lakkimsetti <sravankumarl@in.ibm.com>
-rw-r--r--org.eclipse.help.webapp/pom.xml12
1 files changed, 12 insertions, 0 deletions
diff --git a/org.eclipse.help.webapp/pom.xml b/org.eclipse.help.webapp/pom.xml
index 30495cd79..d892767cf 100644
--- a/org.eclipse.help.webapp/pom.xml
+++ b/org.eclipse.help.webapp/pom.xml
@@ -44,6 +44,18 @@
</execution>
</executions>
</plugin>
+ <plugin>
+ <groupId>org.eclipse.tycho</groupId>
+ <artifactId>tycho-p2-plugin</artifactId>
+ <configuration>
+ <baselineReplace>none</baselineReplace>
+ <baselineMode>disable</baselineMode>
+ <ignoredPatterns>
+ <pattern>META-INF/ECLIPSE_.RSA</pattern>
+ <pattern>META-INF/ECLIPSE_.SF</pattern>
+ </ignoredPatterns>
+ </configuration>
+ </plugin>
</plugins>
</build>
</project>

Back to the top