Skip to content

Commit 1ab7153

Browse files
committed
Do not add source folders in src.includes
They are automatically included so this is redundant.
1 parent 4901352 commit 1ab7153

File tree

2 files changed

+2
-6
lines changed

2 files changed

+2
-6
lines changed

ant/org.eclipse.ant.launching/build.properties

Lines changed: 1 addition & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -34,9 +34,7 @@ extra.lib/loggers.jar = lib/antdebug.jar
3434
#output.lib/antdebug.jar = common_bin/
3535
#source.lib/remote.jar = remote/
3636
#output.lib/remote.jar = remote_bin/
37-
src.includes = about.html,\
38-
remote/,\
39-
common/
37+
src.includes = about.html
4038
javacWarnings..=-unavoidableGenericProblems
4139

4240
# Maven properties, see https://github.com/eclipse/tycho/wiki/Tycho-Pomless

ant/org.eclipse.ant.ui/build.properties

Lines changed: 1 addition & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -21,9 +21,7 @@ output.lib/antrunner.jar = ant_runner_support_bin/
2121
#source.lib/remoteAnt.jar = Remote Ant Support/
2222
#output.lib/remoteAnt.jar = remote_support_bin/
2323
src.includes = about.html,\
24-
about_files/,\
25-
Remote Ant Support/
26-
24+
about_files/
2725
bin.includes = icons/,\
2826
plugin.properties,\
2927
plugin.xml,\

0 commit comments

Comments
 (0)