Skip to main content
aboutsummaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorCamille Letavernier2014-10-22 14:18:37 +0000
committerCamille Letavernier2014-10-22 15:02:17 +0000
commit0ee72dc4f51d5d0d3f4ea60e734d08cfb927f8c8 (patch)
tree20ae82a8c7877e215e51a8f2d1154098c3ef6649 /tests/junit/plugins/uml/textedit/org.eclipse.papyrus.uml.textedit.port.tests/.project
parent327c8c5b0e7265dc424c224a6e800249d601cc2c (diff)
downloadorg.eclipse.papyrus-0ee72dc4f51d5d0d3f4ea60e734d08cfb927f8c8.tar.gz
org.eclipse.papyrus-0ee72dc4f51d5d0d3f4ea60e734d08cfb927f8c8.tar.xz
org.eclipse.papyrus-0ee72dc4f51d5d0d3f4ea60e734d08cfb927f8c8.zip
448385: [XText Editors] Embedded editors must be tested
https://bugs.eclipse.org/bugs/show_bug.cgi?id=448385 - Add test plug-ins for Property and Port XText grammars - Add POMs for UML Textedit test plug-ins
Diffstat (limited to 'tests/junit/plugins/uml/textedit/org.eclipse.papyrus.uml.textedit.port.tests/.project')
-rw-r--r--tests/junit/plugins/uml/textedit/org.eclipse.papyrus.uml.textedit.port.tests/.project28
1 files changed, 28 insertions, 0 deletions
diff --git a/tests/junit/plugins/uml/textedit/org.eclipse.papyrus.uml.textedit.port.tests/.project b/tests/junit/plugins/uml/textedit/org.eclipse.papyrus.uml.textedit.port.tests/.project
new file mode 100644
index 00000000000..9bb78390a6f
--- /dev/null
+++ b/tests/junit/plugins/uml/textedit/org.eclipse.papyrus.uml.textedit.port.tests/.project
@@ -0,0 +1,28 @@
+<?xml version="1.0" encoding="UTF-8"?>
+<projectDescription>
+ <name>org.eclipse.papyrus.uml.textedit.port.tests</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