diff options
author | ptessier | 2011-02-04 15:29:51 +0000 |
---|---|---|
committer | ptessier | 2011-02-04 15:29:51 +0000 |
commit | 05263fc2c91f149dff7139a7fec986e25d96e445 (patch) | |
tree | 40a71083b5bc59204683b9d8dadb0d95b0c46149 /tests/recipes/plugins/uml/org.eclipse.papyrus.uml.modelexplorer.recipetest/.project | |
parent | 95e4ef32ec88890325a9ec924f49c431aec837b1 (diff) | |
download | org.eclipse.papyrus-05263fc2c91f149dff7139a7fec986e25d96e445.tar.gz org.eclipse.papyrus-05263fc2c91f149dff7139a7fec986e25d96e445.tar.xz org.eclipse.papyrus-05263fc2c91f149dff7139a7fec986e25d96e445.zip |
336360: [Model Explorer] Papyrus model explorer does not support color and font from modisco label provider
https://bugs.eclipse.org/bugs/show_bug.cgi?id=336360
Diffstat (limited to 'tests/recipes/plugins/uml/org.eclipse.papyrus.uml.modelexplorer.recipetest/.project')
-rw-r--r-- | tests/recipes/plugins/uml/org.eclipse.papyrus.uml.modelexplorer.recipetest/.project | 34 |
1 files changed, 34 insertions, 0 deletions
diff --git a/tests/recipes/plugins/uml/org.eclipse.papyrus.uml.modelexplorer.recipetest/.project b/tests/recipes/plugins/uml/org.eclipse.papyrus.uml.modelexplorer.recipetest/.project new file mode 100644 index 00000000000..6ca38fa578b --- /dev/null +++ b/tests/recipes/plugins/uml/org.eclipse.papyrus.uml.modelexplorer.recipetest/.project @@ -0,0 +1,34 @@ +<?xml version="1.0" encoding="UTF-8"?>
+<projectDescription>
+ <name>org.eclipse.papyrus.uml.modelexplorer.recipetest</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.emf.facet.common.core.builder</name>
+ <arguments>
+ </arguments>
+ </buildCommand>
+ </buildSpec>
+ <natures>
+ <nature>org.eclipse.emf.facet.common.ProjectNature</nature>
+ <nature>org.eclipse.jdt.core.javanature</nature>
+ <nature>org.eclipse.pde.PluginNature</nature>
+ </natures>
+</projectDescription>
|