Skip to main content
summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorFred Bricon2013-05-21 10:32:38 +0000
committerFred Bricon2013-05-21 10:33:09 +0000
commitbe5320c19c9e1315831910aa547228cbbad0742d (patch)
tree00314791dfd4a1347e486c7ef6a7a36e17db6ba5
parent9341c875737ea8f05ec679a283d5838533f28c7a (diff)
downloadm2e-core-milestones/1.4/1.4.0.20130521-1115.tar.gz
m2e-core-milestones/1.4/1.4.0.20130521-1115.tar.xz
m2e-core-milestones/1.4/1.4.0.20130521-1115.zip
408557 : add missing icons to build.propertiesmilestones/1.4/1.4.0.20130521-1115
Signed-off-by: Fred Bricon <fbricon@gmail.com>
-rw-r--r--org.eclipse.m2e.refactoring/build.properties3
1 files changed, 2 insertions, 1 deletions
diff --git a/org.eclipse.m2e.refactoring/build.properties b/org.eclipse.m2e.refactoring/build.properties
index 2cf906a0..5a90b1ae 100644
--- a/org.eclipse.m2e.refactoring/build.properties
+++ b/org.eclipse.m2e.refactoring/build.properties
@@ -15,4 +15,5 @@ bin.includes = META-INF/,\
.,\
plugin.xml,\
about.html,\
- OSGI-INF/l10n/bundle.properties
+ OSGI-INF/l10n/bundle.properties,\
+ icons/

Back to the top