diff options
Diffstat (limited to 'org.eclipse.mylyn.bugzilla.core/build.properties')
-rw-r--r-- | org.eclipse.mylyn.bugzilla.core/build.properties | 6 |
1 files changed, 4 insertions, 2 deletions
diff --git a/org.eclipse.mylyn.bugzilla.core/build.properties b/org.eclipse.mylyn.bugzilla.core/build.properties index 634644e41..0fe641e58 100644 --- a/org.eclipse.mylyn.bugzilla.core/build.properties +++ b/org.eclipse.mylyn.bugzilla.core/build.properties @@ -17,7 +17,8 @@ bin.includes = plugin.xml,\ META-INF/,\ docs/,\ bugzilla_contexts.xml,\ - about.html + about.html,\ + icons/ source.bugzilla-eclipse.jar = src/ output.bugzilla-eclipse.jar = bin/ src.includes = META-INF/,\ @@ -28,4 +29,5 @@ src.includes = META-INF/,\ toc.xml,\ xercesImpl.jar,\ bugzilla_contexts.xml,\ - about.html + about.html,\ + icons/ |