Zakir Meer | 9f251f5 | 2018-06-17 16:21:31 +0200 | [diff] [blame] | 1 | <?xml version="1.0" encoding="UTF-8"?> |
| 2 | <?eclipse version="3.4"?> |
| 3 | <!-- |
| 4 | * Copyright (c) 2018 Robert Bosch GmbH. |
| 5 | * All rights reserved. This program and the accompanying materials |
| 6 | * are made available under the terms of the Eclipse Public License v1.0 |
| 7 | * which accompanies this distribution, and is available at |
| 8 | * http://www.eclipse.org/legal/epl-v10.html |
| 9 | * |
| 10 | * Contributors: |
| 11 | * Robert Bosch GmbH - initial API and implementation |
| 12 | --> |
| 13 | |
| 14 | <plugin> |
| 15 | <extension |
| 16 | point="org.eclipse.app4mc.transformation.configuration"> |
| 17 | <config |
| 18 | enabled="true" |
| 19 | id="org.eclipse.app4mc.transform.to.inchron.m2m.config" |
| 20 | m2m_class="configuration.M2MTransformation" |
| 21 | module_class="module.DefaultM2MInjectorModule"> |
| 22 | </config> |
| 23 | </extension> |
| 24 | |
| 25 | </plugin> |