Skip to content

Commit b785516

Browse files
committed
Upgrade build.properties warnings to errors
Warning in build.properties will be errors when they run in the tycho build, like this: ``` Error: Failed to execute goal org.eclipse.tycho:tycho-packaging-plugin:2.7.5:package-plugin (default-package-plugin) on project org.eclipse.cdt.core.tests: /home/runner/work/cdt/cdt/core/org.eclipse.cdt.core.tests/build.properties: bin.includes value(s) [test.xml] do not match any files. -> [Help 1] ``` So make them errors in the workspace so that the issue is detected before push. Some build.properties issues don't affect the build, but are still indicative of a problem.
1 parent b1cce33 commit b785516

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

terminal/plugins/org.eclipse.tm.terminal.control/.settings/org.eclipse.pde.prefs

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -2,14 +2,14 @@ compilers.f.unresolved-features=1
22
compilers.f.unresolved-plugins=1
33
compilers.incompatible-environment=1
44
compilers.p.build=1
5-
compilers.p.build.bin.includes=1
5+
compilers.p.build.bin.includes=0
66
compilers.p.build.encodings=2
77
compilers.p.build.java.compiler=2
88
compilers.p.build.java.compliance=1
99
compilers.p.build.missing.output=2
1010
compilers.p.build.output.library=1
1111
compilers.p.build.source.library=1
12-
compilers.p.build.src.includes=1
12+
compilers.p.build.src.includes=0
1313
compilers.p.deprecated=1
1414
compilers.p.discouraged-class=1
1515
compilers.p.exec-env-too-low=1

0 commit comments

Comments
 (0)