Skip to main content
summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorThomas Schindl2011-04-05 22:16:59 +0000
committerThomas Schindl2011-04-05 22:16:59 +0000
commitc2d33b6193f69dafb8abfd59a1faafcf48060316 (patch)
tree0f453ca56b6df21ed5adb238eb17eb195286f627
parente1dc3d283a63d5345a0148a03b5287d17d30e844 (diff)
downloadorg.eclipse.e4.tools-c2d33b6193f69dafb8abfd59a1faafcf48060316.tar.gz
org.eclipse.e4.tools-c2d33b6193f69dafb8abfd59a1faafcf48060316.tar.xz
org.eclipse.e4.tools-c2d33b6193f69dafb8abfd59a1faafcf48060316.zip
Bug 340413 - [ModelTooling] Make the live editor into a part so that it can be opened in 4.1v20110407-2030
-rw-r--r--bundles/org.eclipse.e4.tools.emf.liveeditor/build.properties3
1 files changed, 2 insertions, 1 deletions
diff --git a/bundles/org.eclipse.e4.tools.emf.liveeditor/build.properties b/bundles/org.eclipse.e4.tools.emf.liveeditor/build.properties
index c15df501..b41fcbec 100644
--- a/bundles/org.eclipse.e4.tools.emf.liveeditor/build.properties
+++ b/bundles/org.eclipse.e4.tools.emf.liveeditor/build.properties
@@ -4,5 +4,6 @@ bin.includes = META-INF/,\
plugin.xml,\
about.html,\
OSGI-INF/,\
- OSGI-INF/extensionlookup.xml
+ OSGI-INF/extensionlookup.xml,\
+ icons/
source.. = src/

Back to the top