Skip to main content
aboutsummaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authortfaure2011-09-23 13:19:37 +0000
committertfaure2011-09-23 13:19:37 +0000
commitd498561121e187e5190e27f280986587edf8fb9e (patch)
tree94de8597b816d7afa7303277700752627aea1c29 /plugins/core/org.eclipse.papyrus.navigation/build.properties
parent27baf9e9898115963fefdcc49b32cc3559c9ff39 (diff)
downloadorg.eclipse.papyrus-d498561121e187e5190e27f280986587edf8fb9e.tar.gz
org.eclipse.papyrus-d498561121e187e5190e27f280986587edf8fb9e.tar.xz
org.eclipse.papyrus-d498561121e187e5190e27f280986587edf8fb9e.zip
REOPENED - bug 273413: [Usability][Navigation] Papyrus shall enable diagram navigation history with back and next buttons
https://bugs.eclipse.org/bugs/show_bug.cgi?id=273413 add icons to the build folder
Diffstat (limited to 'plugins/core/org.eclipse.papyrus.navigation/build.properties')
-rw-r--r--plugins/core/org.eclipse.papyrus.navigation/build.properties8
1 files changed, 7 insertions, 1 deletions
diff --git a/plugins/core/org.eclipse.papyrus.navigation/build.properties b/plugins/core/org.eclipse.papyrus.navigation/build.properties
index c2402a5a6c6..9e312115619 100644
--- a/plugins/core/org.eclipse.papyrus.navigation/build.properties
+++ b/plugins/core/org.eclipse.papyrus.navigation/build.properties
@@ -1,6 +1,12 @@
#
#Mon Sep 12 09:29:58 CEST 2011
-bin.includes=META-INF/,.,plugin.xml,schema/,plugin.properties,about.html
+bin.includes = META-INF/,\
+ .,\
+ plugin.xml,\
+ schema/,\
+ plugin.properties,\
+ about.html,\
+ icons/
output..=bin/
src.includes=about.html,schema/,META-INF/,.,plugin.xml,plugin.properties
source..=src/

Back to the top