diff options
author | Maged Elaasar | 2017-03-22 13:22:32 +0000 |
---|---|---|
committer | Gerrit Code Review @ Eclipse.org | 2017-03-24 07:55:24 +0000 |
commit | d9ae241ac96f8152925e6a5422d83a76e970af5f (patch) | |
tree | 82e69edac249fcd53f1bf04d69ad9b245c6afea8 /plugins/infra/nattable | |
parent | 5c8c494f1b31002b2c88f5670703d2dd813ed59a (diff) | |
download | org.eclipse.papyrus-d9ae241ac96f8152925e6a5422d83a76e970af5f.tar.gz org.eclipse.papyrus-d9ae241ac96f8152925e6a5422d83a76e970af5f.tar.xz org.eclipse.papyrus-d9ae241ac96f8152925e6a5422d83a76e970af5f.zip |
Bug 510451 - Fix a typo in the name of the property
ADElement::description
Change-Id: Iad26068478537fbc6e7b3c13cc558e227b5ab235
Signed-off-by: Maged Elaasar <melaasar@gmail.com>
Diffstat (limited to 'plugins/infra/nattable')
2 files changed, 10 insertions, 4 deletions
diff --git a/plugins/infra/nattable/org.eclipse.papyrus.infra.nattable.representation/src-gen/org/eclipse/papyrus/infra/nattable/representation/RepresentationPackage.java b/plugins/infra/nattable/org.eclipse.papyrus.infra.nattable.representation/src-gen/org/eclipse/papyrus/infra/nattable/representation/RepresentationPackage.java index 112d9d594c6..47f3fa52203 100644 --- a/plugins/infra/nattable/org.eclipse.papyrus.infra.nattable.representation/src-gen/org/eclipse/papyrus/infra/nattable/representation/RepresentationPackage.java +++ b/plugins/infra/nattable/org.eclipse.papyrus.infra.nattable.representation/src-gen/org/eclipse/papyrus/infra/nattable/representation/RepresentationPackage.java @@ -86,13 +86,13 @@ public interface RepresentationPackage extends EPackage { int PAPYRUS_SYNC_TABLE__NAME = org.eclipse.papyrus.infra.architecture.representation.RepresentationPackage.PAPYRUS_REPRESENTATION_KIND__NAME; /** - * The feature id for the '<em><b>Desciption</b></em>' attribute. + * The feature id for the '<em><b>Description</b></em>' attribute. * <!-- begin-user-doc --> * <!-- end-user-doc --> * @generated * @ordered */ - int PAPYRUS_SYNC_TABLE__DESCIPTION = org.eclipse.papyrus.infra.architecture.representation.RepresentationPackage.PAPYRUS_REPRESENTATION_KIND__DESCIPTION; + int PAPYRUS_SYNC_TABLE__DESCRIPTION = org.eclipse.papyrus.infra.architecture.representation.RepresentationPackage.PAPYRUS_REPRESENTATION_KIND__DESCRIPTION; /** * The feature id for the '<em><b>Qualified Name</b></em>' attribute. @@ -204,13 +204,13 @@ public interface RepresentationPackage extends EPackage { int PAPYRUS_TABLE__NAME = org.eclipse.papyrus.infra.architecture.representation.RepresentationPackage.PAPYRUS_REPRESENTATION_KIND__NAME; /** - * The feature id for the '<em><b>Desciption</b></em>' attribute. + * The feature id for the '<em><b>Description</b></em>' attribute. * <!-- begin-user-doc --> * <!-- end-user-doc --> * @generated * @ordered */ - int PAPYRUS_TABLE__DESCIPTION = org.eclipse.papyrus.infra.architecture.representation.RepresentationPackage.PAPYRUS_REPRESENTATION_KIND__DESCIPTION; + int PAPYRUS_TABLE__DESCRIPTION = org.eclipse.papyrus.infra.architecture.representation.RepresentationPackage.PAPYRUS_REPRESENTATION_KIND__DESCRIPTION; /** * The feature id for the '<em><b>Qualified Name</b></em>' attribute. diff --git a/plugins/infra/nattable/org.eclipse.papyrus.infra.nattable.representation/src-gen/org/eclipse/papyrus/infra/nattable/representation/impl/RepresentationPackageImpl.java b/plugins/infra/nattable/org.eclipse.papyrus.infra.nattable.representation/src-gen/org/eclipse/papyrus/infra/nattable/representation/impl/RepresentationPackageImpl.java index ab8cf64fd75..8bf6f484fa0 100644 --- a/plugins/infra/nattable/org.eclipse.papyrus.infra.nattable.representation/src-gen/org/eclipse/papyrus/infra/nattable/representation/impl/RepresentationPackageImpl.java +++ b/plugins/infra/nattable/org.eclipse.papyrus.infra.nattable.representation/src-gen/org/eclipse/papyrus/infra/nattable/representation/impl/RepresentationPackageImpl.java @@ -19,10 +19,13 @@ import org.eclipse.emf.ecore.EPackage; import org.eclipse.emf.ecore.impl.EPackageImpl; +import org.eclipse.papyrus.infra.constraints.ConstraintsPackage; +import org.eclipse.papyrus.infra.core.architecture.ArchitecturePackage; import org.eclipse.papyrus.infra.nattable.representation.PapyrusSyncTable; import org.eclipse.papyrus.infra.nattable.representation.PapyrusTable; import org.eclipse.papyrus.infra.nattable.representation.RepresentationFactory; import org.eclipse.papyrus.infra.nattable.representation.RepresentationPackage; +import org.eclipse.papyrus.infra.types.ElementTypesConfigurationsPackage; /** * <!-- begin-user-doc --> @@ -92,6 +95,9 @@ public class RepresentationPackageImpl extends EPackageImpl implements Represent isInited = true; // Initialize simple dependencies + ArchitecturePackage.eINSTANCE.eClass(); + ConstraintsPackage.eINSTANCE.eClass(); + ElementTypesConfigurationsPackage.eINSTANCE.eClass(); org.eclipse.papyrus.infra.architecture.representation.RepresentationPackage.eINSTANCE.eClass(); // Create package meta-data objects |