commit | 8bd7e004e2232bd10455beab6f66cb3d57913f6f | [log] [tgz] |
---|---|---|
author | ytong <tongyl@cn.ibm.com> | Wed Jul 01 15:06:53 2015 +0800 |
committer | ytong <tongyl@cn.ibm.com> | Wed Jul 01 15:06:53 2015 +0800 |
tree | ff8e51a2420e415702601c752254e5d21d1a32db | |
parent | 2e813daa2ce173769426a0713b945bec8b612828 [diff] |
bug of miss customize icon folder to static EPF site
diff --git a/1.5/plugins/org.eclipse.epf.publishing/src/org/eclipse/epf/publishing/services/DefaultSiteGenerator.java b/1.5/plugins/org.eclipse.epf.publishing/src/org/eclipse/epf/publishing/services/DefaultSiteGenerator.java index 825a171..4729df4 100644 --- a/1.5/plugins/org.eclipse.epf.publishing/src/org/eclipse/epf/publishing/services/DefaultSiteGenerator.java +++ b/1.5/plugins/org.eclipse.epf.publishing/src/org/eclipse/epf/publishing/services/DefaultSiteGenerator.java
@@ -193,6 +193,7 @@ { // also copy the icons to the no-applet folder LayoutResources.copyDir(iconPath.getAbsolutePath(), pubDir + NO_APPLET_PATH + ICON_PATH); + LayoutResources.copyDir(customizedIconPath.getAbsolutePath(), pubDir + NO_APPLET_PATH + CUSTOMIZED_ICON_PATH); } } catch (Exception ex)