Skip to main content
aboutsummaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorptessier2012-03-20 08:59:53 +0000
committerptessier2012-03-20 08:59:53 +0000
commit415f4ad342d2b2bc157991095a36291697ad407e (patch)
tree3cbad4e1a72c4d9c32301ad83c252aa13495dd4b /plugins/uml/alf/org.eclipse.papyrus.uml.alf/.project
parent4ffd4b47d2316ed4f3d5857cf5d4f04d6714163e (diff)
downloadorg.eclipse.papyrus-415f4ad342d2b2bc157991095a36291697ad407e.tar.gz
org.eclipse.papyrus-415f4ad342d2b2bc157991095a36291697ad407e.tar.xz
org.eclipse.papyrus-415f4ad342d2b2bc157991095a36291697ad407e.zip
329865: [ALF editor] Papyrus shall provide a specific textual editor for ALF.
https://bugs.eclipse.org/bugs/show_bug.cgi?id=329865
Diffstat (limited to 'plugins/uml/alf/org.eclipse.papyrus.uml.alf/.project')
-rw-r--r--plugins/uml/alf/org.eclipse.papyrus.uml.alf/.project34
1 files changed, 34 insertions, 0 deletions
diff --git a/plugins/uml/alf/org.eclipse.papyrus.uml.alf/.project b/plugins/uml/alf/org.eclipse.papyrus.uml.alf/.project
new file mode 100644
index 00000000000..2a2eff176b3
--- /dev/null
+++ b/plugins/uml/alf/org.eclipse.papyrus.uml.alf/.project
@@ -0,0 +1,34 @@
+<?xml version="1.0" encoding="UTF-8"?>
+<projectDescription>
+ <name>org.eclipse.papyrus.alf</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>
+ <buildCommand>
+ <name>org.eclipse.xtext.ui.shared.xtextBuilder</name>
+ <arguments>
+ </arguments>
+ </buildCommand>
+ </buildSpec>
+ <natures>
+ <nature>org.eclipse.jdt.core.javanature</nature>
+ <nature>org.eclipse.pde.PluginNature</nature>
+ <nature>org.eclipse.xtext.ui.shared.xtextNature</nature>
+ </natures>
+</projectDescription>

Back to the top