Skip to main content


Eclipse Community Forums
Forum Search:

Search      Help    Register    Login    Home
Home » Modeling » UML2 » Register a profile as built-in
Register a profile as built-in [message #624109] Fri, 27 July 2007 14:26
Eclipse UserFriend
Originally posted by: vincent.latombe.travelsoft.fr

Hi everybody !

I've made some profiles, and I want to make them available as simply as
possible. To do so, i've defined a pathmap to these profiles using the
uri_mapping extension point in my plugin providing those profiles...
Example :

<extension id="ramse-profiles"
point="org.eclipse.emf.ecore.uri_mapping">
<mapping source="pathmap://RAMSES_PROFILES/"
target="platform:/plugin/no.ntnu.item.ramses.core/profiles/ ">
</mapping>
</extension>

So I can access my profiles using the pathmap. But I would like to go
further and make my profiles available automatically (without needing to
Load resource... type the pathmap manually) pretty much like the way
Standard and Ecore profiles are available. I looked up in
org.eclipse.uml2.uml.resources project but I couldn't find any clue
about how to define that.

So, is there someone who could give me a hint on this?

Cheers,

Vincent Latombe
Previous Topic:Optimal way of getting superclass hierarchy of a given uml Class
Next Topic:Optimal way of getting superclass hierarchy of a given uml Class
Goto Forum:
  


Current Time: Thu Apr 25 10:53:48 GMT 2024

Powered by FUDForum. Page generated in 0.03578 seconds
.:: Contact :: Home ::.

Powered by: FUDforum 3.0.2.
Copyright ©2001-2010 FUDforum Bulletin Board Software

Back to the top