<!ELEMENT extension (contributor+)>
<!ATTLIST extension
point CDATA #REQUIRED
id CDATA #IMPLIED
name CDATA #IMPLIED>
<!ELEMENT contributor EMPTY>
<!ATTLIST contributor
uri CDATA #IMPLIED
class CDATA #REQUIRED>
org.eclipse.emf.mint.examples
for a sample contributor, which extends the GenModel support provided by Mint to include artifacts generated by the org.eclipse.emf.examples.generator.validator
example.
org.eclipse.emf.mint.IItemJavaElementSourceContributor
.
org.eclipse.emf.mint.internal.genmodel.GenModelJavaElementSourceContributor
through this extension point.
Copyright (c) 2009 Ecliptical Software Inc. and others. 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.