Skip to main content
aboutsummaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorvlorenzo2013-06-03 14:25:21 +0000
committervlorenzo2013-06-03 14:25:21 +0000
commit2afc4d38a5a8075c00796aaa2276c36ecefd12d4 (patch)
treeecfa166abd105955176dbf1144e938151c1cba55 /plugins/infra/gmfdiag/org.eclipse.papyrus.infra.gmfdiag.gmfmenu.filter/.project
parent7da6a4eb6fa8d089eff025041101fc6dc244b4ad (diff)
downloadorg.eclipse.papyrus-2afc4d38a5a8075c00796aaa2276c36ecefd12d4.tar.gz
org.eclipse.papyrus-2afc4d38a5a8075c00796aaa2276c36ecefd12d4.tar.xz
org.eclipse.papyrus-2afc4d38a5a8075c00796aaa2276c36ecefd12d4.zip
327351: [Usability] Create a new plugin in order to regroup the rewritten GMF action + the Papyrus Action
https://bugs.eclipse.org/bugs/show_bug.cgi?id=3273513 409730: [General] Add plugin to releng : oep.infra.gmfdiag.gmf.eraser https://bugs.eclipse.org/bugs/show_bug.cgi?id=409730 Rename the new plugin oep.infra.gmfdiag.gmf.eraser into oep.infra.gmfdiag.gmfmenu.filter
Diffstat (limited to 'plugins/infra/gmfdiag/org.eclipse.papyrus.infra.gmfdiag.gmfmenu.filter/.project')
-rw-r--r--plugins/infra/gmfdiag/org.eclipse.papyrus.infra.gmfdiag.gmfmenu.filter/.project28
1 files changed, 28 insertions, 0 deletions
diff --git a/plugins/infra/gmfdiag/org.eclipse.papyrus.infra.gmfdiag.gmfmenu.filter/.project b/plugins/infra/gmfdiag/org.eclipse.papyrus.infra.gmfdiag.gmfmenu.filter/.project
new file mode 100644
index 00000000000..72709afad77
--- /dev/null
+++ b/plugins/infra/gmfdiag/org.eclipse.papyrus.infra.gmfdiag.gmfmenu.filter/.project
@@ -0,0 +1,28 @@
+<?xml version="1.0" encoding="UTF-8"?>
+<projectDescription>
+ <name>org.eclipse.papyrus.infra.gmfdiag.gmf.eraser</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