diff options
author | cletavernie | 2012-03-22 10:17:15 +0000 |
---|---|---|
committer | cletavernie | 2012-03-22 10:17:15 +0000 |
commit | 431184a71a582d8f71bfe7683a4ae5e9fe54a3e6 (patch) | |
tree | 0d82d62bdd204110b8ac20913939562fe8b37b1d /plugins/infra/emf/org.eclipse.papyrus.infra.emf.editor/plugin.xml | |
parent | 0228c84c541de1ce900a10e902bf52e0e65b6cf1 (diff) | |
download | org.eclipse.papyrus-431184a71a582d8f71bfe7683a4ae5e9fe54a3e6.tar.gz org.eclipse.papyrus-431184a71a582d8f71bfe7683a4ae5e9fe54a3e6.tar.xz org.eclipse.papyrus-431184a71a582d8f71bfe7683a4ae5e9fe54a3e6.zip |
357348: [Build] Papyrus shall provide a source build
https://bugs.eclipse.org/bugs/show_bug.cgi?id=357348
Fixed illformed build.properties files
Diffstat (limited to 'plugins/infra/emf/org.eclipse.papyrus.infra.emf.editor/plugin.xml')
-rw-r--r-- | plugins/infra/emf/org.eclipse.papyrus.infra.emf.editor/plugin.xml | 3 |
1 files changed, 3 insertions, 0 deletions
diff --git a/plugins/infra/emf/org.eclipse.papyrus.infra.emf.editor/plugin.xml b/plugins/infra/emf/org.eclipse.papyrus.infra.emf.editor/plugin.xml index 9218c38a5fb..4e5269bbe93 100644 --- a/plugins/infra/emf/org.eclipse.papyrus.infra.emf.editor/plugin.xml +++ b/plugins/infra/emf/org.eclipse.papyrus.infra.emf.editor/plugin.xml @@ -7,6 +7,9 @@ contributorId="CustomizablePropertyView"
labelProvider="org.eclipse.papyrus.views.properties.providers.SelectionLabelProvider"
tabDescriptorProvider="org.eclipse.papyrus.views.properties.xwt.XWTTabDescriptorProvider">
+ <propertyCategory
+ category="org.eclipse.papyrus">
+ </propertyCategory>
</propertyContributor>
</extension>
<extension
|