Skip to main content
aboutsummaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorcletavernie2011-11-02 10:26:24 +0000
committercletavernie2011-11-02 10:26:24 +0000
commit20f5fc6ea17bc34525fba90d7ce93f1540106d23 (patch)
tree8c6a327bae1aef6ab8331000b984537b160a5522 /plugins/uml/diagram/org.eclipse.papyrus.uml.diagram.communication/.project
parenta11072e007a4eb8e3ed3493545d4650a1210d03c (diff)
downloadorg.eclipse.papyrus-20f5fc6ea17bc34525fba90d7ce93f1540106d23.tar.gz
org.eclipse.papyrus-20f5fc6ea17bc34525fba90d7ce93f1540106d23.tar.xz
org.eclipse.papyrus-20f5fc6ea17bc34525fba90d7ce93f1540106d23.zip
362162: [Architecture - Refactoring] The plug-ins should be renamed to match their layer's qualified name
https://bugs.eclipse.org/bugs/show_bug.cgi?id=362162
Diffstat (limited to 'plugins/uml/diagram/org.eclipse.papyrus.uml.diagram.communication/.project')
-rw-r--r--plugins/uml/diagram/org.eclipse.papyrus.uml.diagram.communication/.project28
1 files changed, 28 insertions, 0 deletions
diff --git a/plugins/uml/diagram/org.eclipse.papyrus.uml.diagram.communication/.project b/plugins/uml/diagram/org.eclipse.papyrus.uml.diagram.communication/.project
new file mode 100644
index 00000000000..cb47ec4942a
--- /dev/null
+++ b/plugins/uml/diagram/org.eclipse.papyrus.uml.diagram.communication/.project
@@ -0,0 +1,28 @@
+<?xml version="1.0" encoding="UTF-8"?>
+<projectDescription>
+ <name>org.eclipse.papyrus.diagram.communication</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