Skip to content

Commit

Permalink
changed namespace prefix of types to uax (for compatibility with open…
Browse files Browse the repository at this point in the history
…62541 nodeset generator)
  • Loading branch information
thomasfruehwirth committed Mar 31, 2021
1 parent 9c6fe68 commit 68ca3de
Show file tree
Hide file tree
Showing 4 changed files with 4 additions and 5 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -405,8 +405,7 @@ public TypesModelWizardInitialObjectCreationPage(String pageId) {
* @generated
*/
public void createControl(Composite parent) {
Composite composite = new Composite(parent, SWT.NONE);
{
Composite composite = new Composite(parent, SWT.NONE); {
GridLayout layout = new GridLayout();
layout.numColumns = 1;
layout.verticalSpacing = 12;
Expand Down
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
<?xml version="1.0" encoding="UTF-8"?>
<ecore:EPackage xmi:version="2.0" xmlns:xmi="http://www.omg.org/XMI" xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance"
xmlns:ecore="http://www.eclipse.org/emf/2002/Ecore" name="types" nsURI="http://opcfoundation.org/UA/2008/02/Types.xsd"
nsPrefix="types">
nsPrefix="uax">
<eClassifiers xsi:type="ecore:EDataType" name="AccessLevelExType" instanceClassName="long">
<eAnnotations source="http:///org/eclipse/emf/ecore/util/ExtendedMetaData">
<details key="name" value="AccessLevelExType"/>
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -48,7 +48,7 @@ public interface TypesPackage extends EPackage {
* <!-- end-user-doc -->
* @generated
*/
String eNS_PREFIX = "types";
String eNS_PREFIX = "uax";

/**
* The singleton instance of the package.
Expand Down
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
<?xml version="1.0" encoding="UTF-8"?>
<ecore:EPackage xmi:version="2.0" xmlns:xmi="http://www.omg.org/XMI" xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance"
xmlns:ecore="http://www.eclipse.org/emf/2002/Ecore" name="types" nsURI="http://opcfoundation.org/UA/2008/02/Types.xsd"
nsPrefix="types">
nsPrefix="uax">
<eClassifiers xsi:type="ecore:EDataType" name="AccessLevelExType" instanceClassName="long">
<eAnnotations source="http:///org/eclipse/emf/ecore/util/ExtendedMetaData">
<details key="name" value="AccessLevelExType"/>
Expand Down

0 comments on commit 68ca3de

Please sign in to comment.