Skip to main content
aboutsummaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorJeff Johnston2011-08-24 18:56:37 +0000
committerJeff Johnston2011-08-24 18:56:37 +0000
commit9df19d5a0336d46370c973909180852782e93f41 (patch)
treee6cea8141a4a35bd1f41206c0728be9c5e04e797 /changelog
parentc29e80a28202a8311244a1247bf149b2e4c28e57 (diff)
downloadorg.eclipse.linuxtools-9df19d5a0336d46370c973909180852782e93f41.tar.gz
org.eclipse.linuxtools-9df19d5a0336d46370c973909180852782e93f41.tar.xz
org.eclipse.linuxtools-9df19d5a0336d46370c973909180852782e93f41.zip
Fix missing icon exception in ChangeLog plug-in.
2011-08-24 Jeff Johnston <jjohnstn@redhat.com> * build.properties: Add icons to binary.
Diffstat (limited to 'changelog')
-rw-r--r--changelog/org.eclipse.linuxtools.changelog.core/ChangeLog4
-rw-r--r--changelog/org.eclipse.linuxtools.changelog.core/build.properties5
2 files changed, 7 insertions, 2 deletions
diff --git a/changelog/org.eclipse.linuxtools.changelog.core/ChangeLog b/changelog/org.eclipse.linuxtools.changelog.core/ChangeLog
index 9cf8d283c7..dad77615c4 100644
--- a/changelog/org.eclipse.linuxtools.changelog.core/ChangeLog
+++ b/changelog/org.eclipse.linuxtools.changelog.core/ChangeLog
@@ -1,3 +1,7 @@
+2011-08-24 Jeff Johnston <jjohnstn@redhat.com>
+
+ * build.properties: Add icons to binary.
+
2011-07-14 Jeff Johnston <jjohnstn@redhat.com>
Bug #336255
diff --git a/changelog/org.eclipse.linuxtools.changelog.core/build.properties b/changelog/org.eclipse.linuxtools.changelog.core/build.properties
index 38e1e926a1..e9bef64803 100644
--- a/changelog/org.eclipse.linuxtools.changelog.core/build.properties
+++ b/changelog/org.eclipse.linuxtools.changelog.core/build.properties
@@ -3,8 +3,9 @@ bin.includes = plugin.xml,\
*.jar,\
META-INF/,\
.,\
- about.html,\
- schema/
+ about.html,\
+ schema/,\
+ icons/
jars.compile.order = .
source.. = src/
output.. = bin/

Back to the top