Skip to content

Commit

Permalink
[#1334] Net emf objects transfer should rely on domain resource factory
Browse files Browse the repository at this point in the history
Signed-off-by: eparovyshnaya <[email protected]>
  • Loading branch information
eparovyshnaya committed Apr 5, 2024
1 parent 1d251a1 commit bad42b7
Showing 1 changed file with 12 additions and 1 deletion.
13 changes: 12 additions & 1 deletion bundles/org.eclipse.passage.lic.licenses.model/plugin.xml
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
<?xml version="1.0" encoding="UTF-8"?>
<?eclipse version="3.0"?>
<!--
Copyright (c) 2018, 2020 ArSysOp and others
Copyright (c) 2018, 2024 ArSysOp and others
This program and the accompanying materials are made available under the
terms of the Eclipse Public License 2.0 which is available at
Expand All @@ -11,6 +11,7 @@
Contributors:
ArSysOp - initial API and implementation
ArSysOp - further support
-->
<plugin>

Expand All @@ -27,6 +28,16 @@
<parser
type="licenses"
class="org.eclipse.passage.lic.licenses.model.util.LicensesResourceFactoryImpl"/>
<parser
type="licenses_xmi"
class="org.eclipse.passage.lic.licenses.model.util.LicensesResourceFactoryImpl"/>
<parser
type="lic_licenses"
class="org.eclipse.passage.lic.licenses.model.util.LicensesResourceFactoryImpl"/>
<parser
type="lic"
class="org.eclipse.passage.lic.licenses.model.util.LicensesResourceFactoryImpl"/>

</extension>

</plugin>

0 comments on commit bad42b7

Please sign in to comment.