File tree 22 files changed +68
-5
lines changed
org.eclipse.e4.ui.progress
org.eclipse.e4.ui.swt.gtk
org.eclipse.e4.ui.workbench/.settings
org.eclipse.e4.ui.workbench.renderers.swt.cocoa
org.eclipse.e4.ui.workbench.swt/.settings
org.eclipse.ui.workbench/.settings
org.eclipse.e4.demo.cssbridge
org.eclipse.jface.snippets
org.eclipse.ui.examples.job
org.eclipse.ui.examples.navigator
org.eclipse.ui.forms.examples
org.eclipse.e4.emf.xpath.test
org.eclipse.e4.ui.workbench.addons.swt.test
org.eclipse.ui.ide.application.tests
org.eclipse.ui.monitoring.tests
22 files changed +68
-5
lines changed Original file line number Diff line number Diff line change 1
1
/.project
2
+ /target /
Original file line number Diff line number Diff line change 21
21
22
22
<properties >
23
23
<code .ignoredWarnings>-warn:-deprecation,raw,unchecked</code .ignoredWarnings>
24
+ <skipAPIAnalysis >true</skipAPIAnalysis > <!-- Not in baseline -->
24
25
</properties >
25
26
26
27
</project >
Original file line number Diff line number Diff line change
1
+ eclipse.preferences.version =1
2
+ compilers.p.unresolved-ex-points =1
Original file line number Diff line number Diff line change 21
21
<artifactId >org.eclipse.e4.ui.swt.gtk</artifactId >
22
22
<version >1.0.600-SNAPSHOT</version >
23
23
<packaging >eclipse-plugin</packaging >
24
+
25
+ <properties >
26
+ <skipAPIAnalysis >true</skipAPIAnalysis >
27
+ </properties >
28
+
24
29
<build >
25
30
<plugins >
26
31
<!-- tycho is not able to automatically determine os/ws/arch of this bundle -->
Original file line number Diff line number Diff line change 21
21
<artifactId >org.eclipse.e4.ui.workbench.renderers.swt.cocoa</artifactId >
22
22
<version >0.12.300-SNAPSHOT</version >
23
23
<packaging >eclipse-plugin</packaging >
24
+
25
+ <properties >
26
+ <skipAPIAnalysis >true</skipAPIAnalysis >
27
+ </properties >
28
+
24
29
<build >
25
30
<plugins >
26
31
<!-- tycho is not able to automatically determine os/ws/arch of this bundle -->
Original file line number Diff line number Diff line change @@ -24,7 +24,7 @@ compilers.p.unknown-class=1
24
24
compilers.p.unknown-element =1
25
25
compilers.p.unknown-identifier =1
26
26
compilers.p.unknown-resource =1
27
- compilers.p.unresolved-ex-points =0
27
+ compilers.p.unresolved-ex-points =1
28
28
compilers.p.unresolved-import =0
29
29
compilers.s.create-docs =false
30
30
compilers.s.doc-folder =doc
Original file line number Diff line number Diff line change @@ -24,7 +24,7 @@ compilers.p.unknown-class=1
24
24
compilers.p.unknown-element =1
25
25
compilers.p.unknown-identifier =1
26
26
compilers.p.unknown-resource =1
27
- compilers.p.unresolved-ex-points =0
27
+ compilers.p.unresolved-ex-points =1
28
28
compilers.p.unresolved-import =0
29
29
compilers.s.create-docs =false
30
30
compilers.s.doc-folder =doc
Original file line number Diff line number Diff line change 22
22
<artifactId >org.eclipse.ui.cocoa</artifactId >
23
23
<version >1.2.200-SNAPSHOT</version >
24
24
<packaging >eclipse-plugin</packaging >
25
+
26
+ <properties >
27
+ <skipAPIAnalysis >true</skipAPIAnalysis >
28
+ </properties >
29
+
25
30
<build >
26
31
<plugins >
27
32
<!-- tycho is not able to automatically determine os/ws/arch of this bundle -->
Original file line number Diff line number Diff line change 21
21
<artifactId >org.eclipse.ui.win32</artifactId >
22
22
<version >3.4.200-SNAPSHOT</version >
23
23
<packaging >eclipse-plugin</packaging >
24
+
25
+ <properties >
26
+ <skipAPIAnalysis >true</skipAPIAnalysis >
27
+ </properties >
28
+
24
29
<build >
25
30
<plugins >
26
31
<!-- tycho is not able to automatically determine os/ws/arch of this bundle -->
Original file line number Diff line number Diff line change @@ -25,7 +25,7 @@ compilers.p.unknown-class=1
25
25
compilers.p.unknown-element =1
26
26
compilers.p.unknown-identifier =1
27
27
compilers.p.unknown-resource =1
28
- compilers.p.unresolved-ex-points =0
28
+ compilers.p.unresolved-ex-points =1
29
29
compilers.p.unresolved-import =0
30
30
compilers.p.unused-element-or-attribute =1
31
31
compilers.s.create-docs =false
Original file line number Diff line number Diff line change 1
1
/.project
2
+ /target /
Original file line number Diff line number Diff line change
1
+ <?xml version =" 1.0" encoding =" UTF-8" ?>
2
+ <project xmlns =" http://maven.apache.org/POM/4.0.0" xmlns : xsi =" http://www.w3.org/2001/XMLSchema-instance" xsi : schemaLocation =" http://maven.apache.org/POM/4.0.0 http://maven.apache.org/xsd/maven-4.0.0.xsd" >
3
+ <modelVersion >4.0.0</modelVersion >
4
+ <parent >
5
+ <artifactId >eclipse.platform.ui</artifactId >
6
+ <groupId >eclipse.platform.ui</groupId >
7
+ <version >4.13.0-SNAPSHOT</version >
8
+ <relativePath >../../</relativePath >
9
+ </parent >
10
+ <groupId >org.eclipse.ui.examples</groupId >
11
+ <artifactId >org.eclipse.e4.demo.cssbridge</artifactId >
12
+ <version >1.1.100-SNAPSHOT</version >
13
+ <packaging >eclipse-plugin</packaging >
14
+
15
+ <properties >
16
+ <skipAPIAnalysis >true</skipAPIAnalysis > <!-- Not in baseline -->
17
+ </properties >
18
+
19
+ </project >
Original file line number Diff line number Diff line change 24
24
25
25
<properties >
26
26
<code .ignoredWarnings>-warn:-deprecation,raw,unchecked</code .ignoredWarnings>
27
+ <skipAPIAnalysis >true</skipAPIAnalysis > <!-- Not in baseline -->
27
28
</properties >
28
29
29
30
</project >
Original file line number Diff line number Diff line change 23
23
<packaging >eclipse-plugin</packaging >
24
24
25
25
<properties >
26
+ <skipAPIAnalysis >true</skipAPIAnalysis > <!-- Not in baseline -->
26
27
<code .ignoredWarnings>-warn:-deprecation,raw,unchecked</code .ignoredWarnings>
27
28
</properties >
28
29
Original file line number Diff line number Diff line change 23
23
<packaging >eclipse-plugin</packaging >
24
24
25
25
<properties >
26
+ <skipAPIAnalysis >true</skipAPIAnalysis > <!-- Not in baseline -->
26
27
<code .ignoredWarnings>-warn:-deprecation,raw,unchecked</code .ignoredWarnings>
27
28
</properties >
28
29
</project >
Original file line number Diff line number Diff line change 23
23
<packaging >eclipse-plugin</packaging >
24
24
25
25
<properties >
26
+ <skipAPIAnalysis >true</skipAPIAnalysis > <!-- Not in baseline -->
26
27
<code .ignoredWarnings>-warn:-deprecation,raw,unchecked</code .ignoredWarnings>
27
28
</properties >
28
29
Original file line number Diff line number Diff line change 1
1
/.project
2
2
org.eclipse.ui.tests /data /org.eclipse.datatransferArchives /** /.project
3
+ /target /
Original file line number Diff line number Diff line change 22
22
<version >0.2.100-SNAPSHOT</version >
23
23
<packaging >eclipse-test-plugin</packaging >
24
24
25
+ <properties >
26
+ <skipAPIAnalysis >true</skipAPIAnalysis > <!-- Not in baseline -->
27
+ </properties >
28
+
25
29
</project >
Original file line number Diff line number Diff line change 22
22
<packaging >eclipse-test-plugin</packaging >
23
23
24
24
<properties >
25
- <unitTestSuite >org.eclipse.e4.ui.workbench.addons.swt.test.AllTests</unitTestSuite >
25
+ <unitTestSuite >org.eclipse.e4.ui.workbench.addons.swt.test.AllTests</unitTestSuite >
26
+ <skipAPIAnalysis >true</skipAPIAnalysis > <!-- Not in baseline -->
26
27
</properties >
27
28
28
29
<build >
Original file line number Diff line number Diff line change 21
21
<version >1.0.0-SNAPSHOT</version >
22
22
<packaging >eclipse-test-plugin</packaging >
23
23
24
+ <properties >
25
+ <skipAPIAnalysis >true</skipAPIAnalysis > <!-- Not in baseline -->
26
+ </properties >
27
+
24
28
</project >
Original file line number Diff line number Diff line change 22
22
<version >1.2.200-SNAPSHOT</version >
23
23
<packaging >eclipse-test-plugin</packaging >
24
24
25
+ <properties >
26
+ <skipAPIAnalysis >true</skipAPIAnalysis > <!-- Not in baseline -->
27
+ </properties >
28
+
25
29
<build >
26
30
<plugins >
27
31
<plugin >
Original file line number Diff line number Diff line change 25
25
<packaging >eclipse-test-plugin</packaging >
26
26
27
27
<properties >
28
- <unitTestSuite >org.eclipse.ui.internal.monitoring.MonitoringTestSuite</unitTestSuite >
28
+ <unitTestSuite >org.eclipse.ui.internal.monitoring.MonitoringTestSuite</unitTestSuite >
29
+ <skipAPIAnalysis >true</skipAPIAnalysis > <!-- Not in baseline -->
29
30
</properties >
30
31
31
32
<build >
You can’t perform that action at this time.
0 commit comments