Skip to main content
aboutsummaryrefslogtreecommitdiffstats
blob: a7c104c9536b9dc409325a528c1777a83bb9860e (plain) (blame)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
###############################################################################
# Copyright (c) 2011 Mia-Software.
# All rights reserved. This program and the accompanying materials
# are made available under the terms of the Eclipse Public License v1.0
# which accompanies this distribution, and is available at
# http://www.eclipse.org/legal/epl-v10.html
#
# Contributors:
#     Nicolas Guyomar (Mia-Software) - Bug 333652 Extension point offering the possibility to declare an EPackage browser
#     Nicolas Guyomar (Mia-Software) - Bug 334000 Simple catalog manager
#     Gregoire Dupe (Mia-Software) - Bug 334000 Simple catalog manager
#     Nicolas Guyomar (Mia-Software) - Bug 339899 - everything must be externalized before UI freeze
###############################################################################
#Properties file for org.eclipse.papyrus.emf.facet.util.emf.core
Bundle-Vendor = Eclipse Modeling Project
Bundle-Name = EMF Utils (Incubation)
extension-point.name = catalogManager
extension-point.name.0 = modeldeclaration

model.viewer.extension-point.name = Model Viewer
serialization.extension-point.name = Serialization

Back to the top