Skip to main content
aboutsummaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorSravan Kumar Lakkimsetti2020-12-02 15:34:11 +0000
committerSravan Kumar Lakkimsetti2020-12-02 15:34:11 +0000
commitf87c6f0f0eecbbb3bc5fea7df5878a14a2c98b58 (patch)
tree82b7b29aab3c687361782cf5f9c1b637b4487d48
parentbb303580a90b5d104dbf0bd4a12172797979c4cb (diff)
downloadeclipse.platform.debug-f87c6f0f0eecbbb3bc5fea7df5878a14a2c98b58.tar.gz
eclipse.platform.debug-f87c6f0f0eecbbb3bc5fea7df5878a14a2c98b58.tar.xz
eclipse.platform.debug-f87c6f0f0eecbbb3bc5fea7df5878a14a2c98b58.zip
Change-Id: I564c889e2dff7e2599ec4f56fdb1d704160129c2 Signed-off-by: Sravan Kumar Lakkimsetti <sravankumarl@in.ibm.com>
-rw-r--r--org.eclipse.unittest.ui/pom.xml3
1 files changed, 0 insertions, 3 deletions
diff --git a/org.eclipse.unittest.ui/pom.xml b/org.eclipse.unittest.ui/pom.xml
index 46840d318..4275e5e48 100644
--- a/org.eclipse.unittest.ui/pom.xml
+++ b/org.eclipse.unittest.ui/pom.xml
@@ -21,7 +21,4 @@
<artifactId>org.eclipse.unittest.ui</artifactId>
<version>1.0.0-SNAPSHOT</version>
<packaging>eclipse-plugin</packaging>
- <properties>
- <skipAPIAnalysis>true</skipAPIAnalysis>
- </properties>
</project>

Back to the top