blob: 6d672318129c2d256052d16d58935a4f0d598a79 [file] [log] [blame]
Document {
Chapter {
Section Merge {
Merging models.
@M umlStorageDefinition
Resource umlResource {
URI = "platform:/resource/rmTest/generated/uml.ecore";
contentType = "ECore";
content += uml;
}
M@
We then define the stored EPackage, which will be the root of our metamodel :
@M umlPackage_definition
new EPackage uml {
nsURI = "http://www.eclipse.org/uml2/3.0.0/UML";
nsPrefix = "uml";
M@
}
}
}