Skip to main content
aboutsummaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorCamille Letavernier2013-09-25 09:25:46 +0000
committerCamille Letavernier2013-09-25 09:41:56 +0000
commit21fb5c1bddf6db611dbc66d700c40668adac509d (patch)
tree9b644227ccbd85dfa83a6330eac992032d9ec436 /plugins/infra/gmfdiag/org.eclipse.papyrus.infra.gmfdiag.css.palette/.project
parentfdb0bab349b024e5028265e223962617e87f0cb4 (diff)
downloadorg.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/.project')
-rw-r--r--plugins/infra/gmfdiag/org.eclipse.papyrus.infra.gmfdiag.css.palette/.project28
1 files changed, 28 insertions, 0 deletions
diff --git a/plugins/infra/gmfdiag/org.eclipse.papyrus.infra.gmfdiag.css.palette/.project b/plugins/infra/gmfdiag/org.eclipse.papyrus.infra.gmfdiag.css.palette/.project
new file mode 100644
index 00000000000..5a5285828be
--- /dev/null
+++ b/plugins/infra/gmfdiag/org.eclipse.papyrus.infra.gmfdiag.css.palette/.project
@@ -0,0 +1,28 @@
+<?xml version="1.0" encoding="UTF-8"?>
+<projectDescription>
+ <name>org.eclipse.papyrus.infra.gmfdiag.css.palette</name>
+ <comment></comment>
+ <projects>
+ </projects>
+ <buildSpec>
+ <buildCommand>
+ <name>org.eclipse.jdt.core.javabuilder</name>
+ <arguments>
+ </arguments>
+ </buildCommand>
+ <buildCommand>
+ <name>org.eclipse.pde.ManifestBuilder</name>
+ <arguments>
+ </arguments>
+ </buildCommand>
+ <buildCommand>
+ <name>org.eclipse.pde.SchemaBuilder</name>
+ <arguments>
+ </arguments>
+ </buildCommand>
+ </buildSpec>
+ <natures>
+ <nature>org.eclipse.pde.PluginNature</nature>
+ <nature>org.eclipse.jdt.core.javanature</nature>
+ </natures>
+</projectDescription>

Back to the top