Skip to main content
aboutsummaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorFrancois Le Fevre - CEA2015-07-17 13:16:25 +0000
committerGerrit Code Review @ Eclipse.org2015-07-17 14:04:15 +0000
commit83f2e29ec43eb448e781e8ca25d47663f24dd311 (patch)
tree20778ec90119b9afe4e70b252945e8fd9806ba95 /extraplugins/uml/org.eclipse.papyrus.uml.diagram.dnd.smart/.project
parent9c6d2832593b3f3c94d11b0144d0cf11fe16f409 (diff)
downloadorg.eclipse.papyrus-83f2e29ec43eb448e781e8ca25d47663f24dd311.tar.gz
org.eclipse.papyrus-83f2e29ec43eb448e781e8ca25d47663f24dd311.tar.xz
org.eclipse.papyrus-83f2e29ec43eb448e781e8ca25d47663f24dd311.zip
Bug 469690: [drag and drop]: implement an inhouse graph methodology.
-initial implementation that redefines in the plugin the code embedded here https://git.eclipse.org/r/#/c/46240/ Change-Id: I3be59e12c3027e7718eca6153e55d5892c0f868b Signed-off-by: Francois Le Fevre - CEA <francois.le-fevre@cea.fr>
Diffstat (limited to 'extraplugins/uml/org.eclipse.papyrus.uml.diagram.dnd.smart/.project')
-rw-r--r--extraplugins/uml/org.eclipse.papyrus.uml.diagram.dnd.smart/.project28
1 files changed, 28 insertions, 0 deletions
diff --git a/extraplugins/uml/org.eclipse.papyrus.uml.diagram.dnd.smart/.project b/extraplugins/uml/org.eclipse.papyrus.uml.diagram.dnd.smart/.project
new file mode 100644
index 00000000000..72051cfeff9
--- /dev/null
+++ b/extraplugins/uml/org.eclipse.papyrus.uml.diagram.dnd.smart/.project
@@ -0,0 +1,28 @@
+<?xml version="1.0" encoding="UTF-8"?>
+<projectDescription>
+ <name>org.eclipse.papyrus.uml.diagram.dnd.smart</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