diff options
author | Camille Letavernier | 2013-09-25 09:25:46 +0000 |
---|---|---|
committer | Camille Letavernier | 2013-09-25 09:41:56 +0000 |
commit | 21fb5c1bddf6db611dbc66d700c40668adac509d (patch) | |
tree | 9b644227ccbd85dfa83a6330eac992032d9ec436 /plugins/infra/gmfdiag/org.eclipse.papyrus.infra.gmfdiag.css.palette/build.properties | |
parent | fdb0bab349b024e5028265e223962617e87f0cb4 (diff) | |
download | org.eclipse.papyrus-21fb5c1bddf6db611dbc66d700c40668adac509d.tar.gz org.eclipse.papyrus-21fb5c1bddf6db611dbc66d700c40668adac509d.tar.xz org.eclipse.papyrus-21fb5c1bddf6db611dbc66d700c40668adac509d.zip |
384569: [Palette - CSS] There should be an "apply CSS Style" post-action
available in the palette customization tool
https://bugs.eclipse.org/bugs/show_bug.cgi?id=384569
Move the plug-in to its final location
Diffstat (limited to 'plugins/infra/gmfdiag/org.eclipse.papyrus.infra.gmfdiag.css.palette/build.properties')
-rw-r--r-- | plugins/infra/gmfdiag/org.eclipse.papyrus.infra.gmfdiag.css.palette/build.properties | 8 |
1 files changed, 8 insertions, 0 deletions
diff --git a/plugins/infra/gmfdiag/org.eclipse.papyrus.infra.gmfdiag.css.palette/build.properties b/plugins/infra/gmfdiag/org.eclipse.papyrus.infra.gmfdiag.css.palette/build.properties new file mode 100644 index 00000000000..12082314b29 --- /dev/null +++ b/plugins/infra/gmfdiag/org.eclipse.papyrus.infra.gmfdiag.css.palette/build.properties @@ -0,0 +1,8 @@ +source.. = src/
+output.. = bin/
+bin.includes = META-INF/,\
+ .,\
+ about.html,\
+ plugin.xml,\
+ icon/
+src.includes = about.html
|