Skip to main content
aboutsummaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorMickael Istria2019-06-24 13:04:05 +0000
committerMickael Istria2019-06-24 13:04:05 +0000
commitedcad2307a2bc04210522a763303aad951e7e327 (patch)
treee34458b425e8aaa4396f34b6b6c7b850006aa298
parent784c9608a760e3ffac6d43c77cdde0bc2f5f8760 (diff)
downloadeclipse.platform.text-I20190625-0535.tar.gz
eclipse.platform.text-I20190625-0535.tar.xz
eclipse.platform.text-I20190625-0535.zip
Bug 474156 - Run API Tools builder in the Gerrit verification buildI20190626-0720I20190625-1800I20190625-0535I20190624-1800
Signed-off-by: Mickael Istria <mistria@redhat.com>
-rw-r--r--.gitignore2
-rw-r--r--org.eclipse.jface.text.examples/pom.xml5
2 files changed, 7 insertions, 0 deletions
diff --git a/.gitignore b/.gitignore
index e6df2c3e8af..669fe7b098b 100644
--- a/.gitignore
+++ b/.gitignore
@@ -7,5 +7,7 @@ heapdump.*
core.*
Snap.*
# maven
+>>>>>>> 2411f5e... Bug 548210 - Only send textDocument/didSave if the supports it
+target/
/*/target/
.DS_Store
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