blob: d9201abe770f92b181203bd14bbfdf27a1c41b02 [file] [log] [blame]
<?xml version="1.0" encoding="UTF-8"?>
<?eclipse version="3.0"?>
<!--
Copyright (c) 2017 CEA LIST 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
Contributors:
Nicolas FAUVERGUE (CEA LIST) nicolas.fauvergue@cea.fr - Initial API and implementation
*****************************************************************************/
-->
<plugin>
<extension
point="org.eclipse.m2m.qvt.oml.javaBlackboxUnits">
<unit
description="This Blackbox provides useful emf methods"
name="EcoreHelper"
namespace="org.eclipse.papyrus.interoperability.common.blackboxes.ecore">
<library
class="org.eclipse.papyrus.interoperability.common.blackboxes.ecore.EcoreHelper"
name="EcoreHelper">
<metamodel
nsURI="http://www.eclipse.org/emf/2002/Ecore">
</metamodel>
</library>
</unit>
<unit
description="This Blackbox provides useful uml methods"
name="UMLHelper"
namespace="org.eclipse.papyrus.interoperability.common.blackboxes.uml">
<library
class="org.eclipse.papyrus.interoperability.common.blackboxes.uml.UMLHelper"
name="UMLHelper">
<metamodel
nsURI="http://www.eclipse.org/uml2/5.0.0/UML">
</metamodel>
</library>
</unit>
<unit
description="Provides some EMF Resource manipulation helpers"
name="EMFResource"
namespace="org.eclipse.papyrus.interoperability.common.blackboxes.emf">
<library
class="org.eclipse.papyrus.interoperability.common.blackboxes.emf.EMFResourceUtils">
<metamodel
nsURI="http://www.eclipse.org/emf/2002/Ecore">
</metamodel>
</library>
</unit>
<unit
description="Provides an access to Config Properties"
name="Properties"
namespace="org.eclipse.papyrus.interoperability.common.blackboxes.utils">
<library
class="org.eclipse.papyrus.interoperability.common.blackboxes.utils.PropertiesUtil">
<metamodel
nsURI="http://www.eclipse.org/emf/2002/Ecore">
</metamodel>
</library>
</unit>
</extension>
</plugin>