Skip to main content
summaryrefslogblamecommitdiffstats
blob: 32d5de8742cd735494df8f209936740057825c33 (plain) (tree)






















                                                                                                           
<?xml version="1.0" encoding="UTF-8"?>
<?eclipse version="3.4"?>
<!--
 Copyright (c) 2012 Mia-Software.
   
  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:
       Alban Ménager (Soft-Maint) - Bug 387470 - [EFacet][Custom] Editors
-->
<plugin>
   <extension
         point="org.eclipse.papyrus.emf.facet.efacet.sdk.ui.queryFactoryDialogRegistration">
      <queryDialogFactory
            dialogFactory="org.eclipse.papyrus.emf.facet.query.ocl.sdk.ui.internal.dialog.OclDialogFactory"
            managedQueryTypeName="OCL Query">
      </queryDialogFactory>
   </extension>

</plugin>

Back to the top