Skip to main content
aboutsummaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
Diffstat (limited to 'org.eclipse.jface.text.examples/pom.xml')
-rw-r--r--org.eclipse.jface.text.examples/pom.xml5
1 files changed, 5 insertions, 0 deletions
diff --git a/org.eclipse.jface.text.examples/pom.xml b/org.eclipse.jface.text.examples/pom.xml
index 7c25d0a83ac..5d05064f781 100644
--- a/org.eclipse.jface.text.examples/pom.xml
+++ b/org.eclipse.jface.text.examples/pom.xml
@@ -20,4 +20,9 @@
<artifactId>org.eclipse.jface.text.examples</artifactId>
<version>1.0.100-SNAPSHOT</version>
<packaging>eclipse-plugin</packaging>
+
+ <properties>
+ <skipAPIAnalysis>true</skipAPIAnalysis> <!-- bundle not in baseline -->
+ </properties>
+
</project>

Back to the top