Skip to main content
aboutsummaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorCamille Letavernier2013-07-17 11:04:55 +0000
committerCamille Letavernier2013-07-17 11:04:55 +0000
commit7775cced11cd3d92d4e7a27b7d551b58e8f948fa (patch)
tree04e6154ee87b277f6d3eef86ba51f7b0c74bf805 /plugins/infra/org.eclipse.papyrus.infra.modelrepair/.project
parent760b53a67156cc8dec462b48d2f4cb1863c29161 (diff)
downloadorg.eclipse.papyrus-7775cced11cd3d92d4e7a27b7d551b58e8f948fa.tar.gz
org.eclipse.papyrus-7775cced11cd3d92d4e7a27b7d551b58e8f948fa.tar.xz
org.eclipse.papyrus-7775cced11cd3d92d4e7a27b7d551b58e8f948fa.zip
408491: Papyrus shall enable to easily switch between local and
registered profiles. https://bugs.eclipse.org/bugs/show_bug.cgi?id=408491
Diffstat (limited to 'plugins/infra/org.eclipse.papyrus.infra.modelrepair/.project')
-rw-r--r--plugins/infra/org.eclipse.papyrus.infra.modelrepair/.project28
1 files changed, 28 insertions, 0 deletions
diff --git a/plugins/infra/org.eclipse.papyrus.infra.modelrepair/.project b/plugins/infra/org.eclipse.papyrus.infra.modelrepair/.project
new file mode 100644
index 00000000000..e2dddd88c5d
--- /dev/null
+++ b/plugins/infra/org.eclipse.papyrus.infra.modelrepair/.project
@@ -0,0 +1,28 @@
+<?xml version="1.0" encoding="UTF-8"?>
+<projectDescription>
+ <name>org.eclipse.papyrus.uml.modelrepair</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