Skip to main content
aboutsummaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorcletavernie2011-10-25 11:51:53 +0000
committercletavernie2011-10-25 11:51:53 +0000
commite2db5e69a58bc0638841e5febda1625923fae2d3 (patch)
tree21d27337dd2d591cd2aaf54e7dd4d99ce27dae64 /plugins/editor/org.eclipse.papyrus.editor/.project
parent68bbda4258b0bc3cb417230b9d56ba1c9d4fe161 (diff)
downloadorg.eclipse.papyrus-e2db5e69a58bc0638841e5febda1625923fae2d3.tar.gz
org.eclipse.papyrus-e2db5e69a58bc0638841e5febda1625923fae2d3.tar.xz
org.eclipse.papyrus-e2db5e69a58bc0638841e5febda1625923fae2d3.zip
359057: [Architecture - SVN - Build] The Papyrus architecture should be refactored
https://bugs.eclipse.org/bugs/show_bug.cgi?id=359057
Diffstat (limited to 'plugins/editor/org.eclipse.papyrus.editor/.project')
-rw-r--r--plugins/editor/org.eclipse.papyrus.editor/.project28
1 files changed, 28 insertions, 0 deletions
diff --git a/plugins/editor/org.eclipse.papyrus.editor/.project b/plugins/editor/org.eclipse.papyrus.editor/.project
new file mode 100644
index 00000000000..a1655428dd3
--- /dev/null
+++ b/plugins/editor/org.eclipse.papyrus.editor/.project
@@ -0,0 +1,28 @@
+<?xml version="1.0" encoding="UTF-8"?>
+<projectDescription>
+ <name>org.eclipse.papyrus.editor</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