Skip to main content
aboutsummaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorKevin Sawicki2011-04-20 20:41:38 +0000
committerKevin Sawicki2011-04-20 20:41:38 +0000
commit1bfc5704f606a1ed7d9c9a09053cfee844401437 (patch)
tree67972741ad88ee7b4f6400cf0b98456796a196ec
parentd00ce7b58e4a2330a8027206a9e772f995376585 (diff)
downloadegit-github-1bfc5704f606a1ed7d9c9a09053cfee844401437.tar.gz
egit-github-1bfc5704f606a1ed7d9c9a09053cfee844401437.tar.xz
egit-github-1bfc5704f606a1ed7d9c9a09053cfee844401437.zip
Add icons folder to build.properties file.
Change-Id: I6e82ed28cf68e95b60641d17b3f880a65a40328e Signed-off-by: Kevin Sawicki <kevin@github.com>
-rw-r--r--org.eclipse.mylyn.github.ui/build.properties3
1 files changed, 2 insertions, 1 deletions
diff --git a/org.eclipse.mylyn.github.ui/build.properties b/org.eclipse.mylyn.github.ui/build.properties
index 8665ac2f..d924ee3e 100644
--- a/org.eclipse.mylyn.github.ui/build.properties
+++ b/org.eclipse.mylyn.github.ui/build.properties
@@ -3,4 +3,5 @@ output.. = bin/
bin.includes = META-INF/,\
.,\
plugin.xml,\
- plugin.properties
+ plugin.properties,\
+ icons/

Back to the top