Skip to main content
aboutsummaryrefslogblamecommitdiffstats
blob: 40faa8ac8d592e21df7b77f6bb2627b3fb7e9b77 (plain) (tree)
1
2
3
4


                                      
                                                                                 

















                                                                                                            



                                                              
                                                                                                 

               
         
<?xml version="1.0" encoding="UTF-8"?>
<?eclipse version="3.4"?>
<!--
	Copyright (c) 2008, 2012, 2013 Eike Stepper (Berlin, Germany) 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:
	  Eike Stepper - initial API and implementation
-->

<plugin>

   <extension
         point="org.eclipse.emf.cdo.server.hibernate.mappingProviderFactories">
      <mappingProviderFactory
            class="org.eclipse.emf.cdo.server.hibernate.internal.teneo.TeneoHibernateMappingProviderFactory"
            type="teneo"/>
   </extension>

   <extension point="org.eclipse.net4j.util.factories">
      <factory
            productGroup="org.eclipse.emf.cdo.server.commands"
            type="exporthbm"
            class="org.eclipse.emf.cdo.server.hibernate.internal.teneo.bundle.ExportHbmCommand"/>
   </extension>

</plugin>

Back to the top