Skip to main content
aboutsummaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorNicolas FAUVERGUE2015-06-24 14:43:21 +0000
committerCamille Letavernier2015-06-29 08:01:43 +0000
commit03df64d78dce344f951fa79eb44e23a3f54004b0 (patch)
tree01ac1570a413c25433e89e146ec1b267eb72bee6 /tests/junit/plugins/uml/nattable/org.eclipse.papyrus.uml.nattable.stereotype.display.tests/.project
parentdc05ba08549e97800bc10ca547cacb235c1d58de (diff)
downloadorg.eclipse.papyrus-03df64d78dce344f951fa79eb44e23a3f54004b0.tar.gz
org.eclipse.papyrus-03df64d78dce344f951fa79eb44e23a3f54004b0.tar.xz
org.eclipse.papyrus-03df64d78dce344f951fa79eb44e23a3f54004b0.zip
Bug 470865: [Stereotype Display] JUnit tests will be implemented for
Stereotype Display Table https://bugs.eclipse.org/bugs/show_bug.cgi?id=470865 Add the stereotype display table tests Change-Id: I4ad524f056f24a698eeec718917d76a6d4b65134 Signed-off-by: Nicolas FAUVERGUE <nicolas.fauvergue@all4tec.net> Reviewed-on: https://git.eclipse.org/r/50812 Tested-by: Hudson CI Reviewed-by: Gabriel Pascual <gabriel.pascual@all4tec.net> Reviewed-by: Camille Letavernier <camille.letavernier@cea.fr>
Diffstat (limited to 'tests/junit/plugins/uml/nattable/org.eclipse.papyrus.uml.nattable.stereotype.display.tests/.project')
-rw-r--r--tests/junit/plugins/uml/nattable/org.eclipse.papyrus.uml.nattable.stereotype.display.tests/.project28
1 files changed, 28 insertions, 0 deletions
diff --git a/tests/junit/plugins/uml/nattable/org.eclipse.papyrus.uml.nattable.stereotype.display.tests/.project b/tests/junit/plugins/uml/nattable/org.eclipse.papyrus.uml.nattable.stereotype.display.tests/.project
new file mode 100644
index 00000000000..6bbeff8e27c
--- /dev/null
+++ b/tests/junit/plugins/uml/nattable/org.eclipse.papyrus.uml.nattable.stereotype.display.tests/.project
@@ -0,0 +1,28 @@
+<?xml version="1.0" encoding="UTF-8"?>
+<projectDescription>
+ <name>org.eclipse.papyrus.uml.nattable.stereotype.display.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