Skip to content

Commit

Permalink
Add output entries to build.properties in o.e.help.base
Browse files Browse the repository at this point in the history
This should fix the build.

See: eclipse-tycho/tycho#3019
  • Loading branch information
fedejeanne authored and iloveeclipse committed Nov 23, 2023
1 parent b345854 commit 078b338
Showing 1 changed file with 2 additions and 0 deletions.
2 changes: 2 additions & 0 deletions ua/org.eclipse.help.base/build.properties
Original file line number Diff line number Diff line change
Expand Up @@ -14,6 +14,7 @@
source..=src/,\
src_demo/
src.includes=schema/,about.html
output.. = bin/
bin.includes = doc/,\
plugin.xml,\
preferences.ini,\
Expand All @@ -30,5 +31,6 @@ bin.includes = doc/,\
jars.compile.order = .,\
ant_tasks/helpbase-ant.jar
source.ant_tasks/helpbase-ant.jar = src_ant/
output.ant_tasks/helpbase-ant.jar = bin2/
jars.extra.classpath = platform:/plugin/org.apache.ant/lib/ant.jar
javacWarnings..=-unchecked,raw

0 comments on commit 078b338

Please sign in to comment.