Metemodel registry [message #1738834] |
Mon, 25 July 2016 10:24  |
pere joseph rodríguez Messages: 29 Registered: October 2014 |
Junior Member |
|
|
Hi,
I've got a collection of profiles that would use in transformations, but declaring the org.eclipse.uml2.uml.dynamic_package extension point seems not to be enough.... Could you help me to discover what I'm missing?
My plugin.xml to register them:
<?xml version="1.0" encoding="UTF-8"?>
<?eclipse version="3.4"?>
<plugin>
<extension point="org.eclipse.uml2.uml.dynamic_package">
<profile
uri="http://www.lengo.net/database.profile"
location="platform:/plugin/net.lengo.metamodels/profiles/database.profile.uml#_PqRUkCTgEeaVEc2SVZ5Fmg">
</profile>
</extension>
<extension point="org.eclipse.papyrus.uml.extensionpoints.UMLProfile">
<profile
name="database"
uri="http://www.lengo.net/database.profile"
path="platform:/plugin/net.lengo.metamodels/profiles/database.profile.uml#_PqRUkCTgEeaVEc2SVZ5Fmg">
</profile>
</extension>
....
Thanks
[Updated on: Mon, 25 July 2016 10:35] Report message to a moderator
|
|
|
|
Powered by
FUDForum. Page generated in 0.01642 seconds