From d789cc14e7ca5a00bae93cffd0ee75239bb9eef1 Mon Sep 17 00:00:00 2001 From: Elena Parovyshnaia Date: Wed, 7 Apr 2021 15:56:40 +0300 Subject: [PATCH] Bug 572623 redesign license containment eliminate 'shipments' domain --- .../.classpath | 7 - .../.project | 34 -- .../.settings/org.eclipse.jdt.core.prefs | 15 - .../META-INF/MANIFEST.MF | 10 - .../OSGI-INF/l10n/bundle.properties | 23 - .../about.html | 36 -- .../build.properties | 20 - .../model/shipments.ecore | 28 -- .../src/.gitkeep | 0 .../.classpath | 7 - .../.project | 39 -- .../.settings/org.eclipse.jdt.core.prefs | 115 ----- .../.settings/org.eclipse.jdt.ui.prefs | 123 ----- .../org.eclipse.pde.ds.annotations.prefs | 8 - .../.settings/org.eclipse.pde.prefs | 34 -- .../META-INF/MANIFEST.MF | 19 - .../about.html | 36 -- .../build.properties | 20 - .../plugin.properties | 46 -- .../plugin.xml | 32 -- .../shipments/edit/ShipmentsEditPlugin.java | 112 ----- .../edit/providers/FloatingItemProvider.java | 172 ------- ...FloatingLicenseDescriptorItemProvider.java | 122 ----- .../FloatingLicenseItemProvider.java | 140 ------ .../edit/providers/PersonalItemProvider.java | 172 ------- ...PersonalLicenseDescriptorItemProvider.java | 122 ----- .../PersonalLicenseItemProvider.java | 140 ------ .../ShipmentsItemProviderAdapterFactory.java | 292 ------------ .../.classpath | 8 - .../.project | 34 -- .../.settings/.api_filters | 51 --- .../.settings/org.eclipse.jdt.core.prefs | 115 ----- .../.settings/org.eclipse.jdt.ui.prefs | 123 ----- .../org.eclipse.pde.ds.annotations.prefs | 8 - .../.settings/org.eclipse.pde.prefs | 34 -- .../META-INF/MANIFEST.MF | 20 - .../about.html | 36 -- .../build.properties | 22 - .../model/shipments.genmodel | 37 -- .../plugin.properties | 24 - .../plugin.xml | 26 -- .../lic/shipments/model/api/Floating.java | 48 -- .../shipments/model/api/FloatingLicense.java | 83 ---- .../lic/shipments/model/api/Personal.java | 48 -- .../shipments/model/api/PersonalLicense.java | 83 ---- .../shipments/model/impl/FloatingImpl.java | 172 ------- .../impl/FloatingLicenseDescriptorImpl.java | 51 --- .../model/impl/FloatingLicenseImpl.java | 244 ---------- .../shipments/model/impl/PersonalImpl.java | 172 ------- .../impl/PersonalLicenseDescriptorImpl.java | 51 --- .../model/impl/PersonalLicenseImpl.java | 244 ---------- .../model/impl/ShipmentsFactoryImpl.java | 150 ------ .../model/impl/ShipmentsPackageImpl.java | 387 ---------------- .../model/meta/ShipmentsFactory.java | 84 ---- .../model/meta/ShipmentsPackage.java | 428 ------------------ .../model/util/ShipmentsAdapterFactory.java | 229 ---------- .../shipments/model/util/ShipmentsSwitch.java | 241 ---------- .../src/.gitkeep | 0 .../.classpath | 7 - .../.project | 34 -- .../.settings/org.eclipse.jdt.core.prefs | 115 ----- .../.settings/org.eclipse.jdt.ui.prefs | 122 ----- .../org.eclipse.pde.ds.annotations.prefs | 8 - .../.settings/org.eclipse.pde.prefs | 34 -- .../META-INF/MANIFEST.MF | 10 - .../OSGI-INF/l10n/bundle.properties | 23 - .../about.html | 36 -- .../about.ini | 23 - .../about.mappings | 18 - .../about.properties | 24 - .../build.properties | 23 - .../passage32.png | Bin 2061 -> 0 bytes .../src/.gitkeep | 0 .../shipments/FloatingLicenseDescriptor.java | 25 - .../shipments/PersonalLicenseDescriptor.java | 25 - .../feature.xml | 4 - .../.project | 17 - .../build.properties | 15 - .../feature.properties | 25 - .../feature.xml | 69 --- .../pom.xml | 8 - 81 files changed, 5842 deletions(-) delete mode 100644 bundles/org.eclipse.passage.lic.shipments.ecore/.classpath delete mode 100644 bundles/org.eclipse.passage.lic.shipments.ecore/.project delete mode 100644 bundles/org.eclipse.passage.lic.shipments.ecore/.settings/org.eclipse.jdt.core.prefs delete mode 100644 bundles/org.eclipse.passage.lic.shipments.ecore/META-INF/MANIFEST.MF delete mode 100644 bundles/org.eclipse.passage.lic.shipments.ecore/OSGI-INF/l10n/bundle.properties delete mode 100644 bundles/org.eclipse.passage.lic.shipments.ecore/about.html delete mode 100644 bundles/org.eclipse.passage.lic.shipments.ecore/build.properties delete mode 100644 bundles/org.eclipse.passage.lic.shipments.ecore/model/shipments.ecore delete mode 100644 bundles/org.eclipse.passage.lic.shipments.ecore/src/.gitkeep delete mode 100644 bundles/org.eclipse.passage.lic.shipments.edit/.classpath delete mode 100644 bundles/org.eclipse.passage.lic.shipments.edit/.project delete mode 100644 bundles/org.eclipse.passage.lic.shipments.edit/.settings/org.eclipse.jdt.core.prefs delete mode 100644 bundles/org.eclipse.passage.lic.shipments.edit/.settings/org.eclipse.jdt.ui.prefs delete mode 100644 bundles/org.eclipse.passage.lic.shipments.edit/.settings/org.eclipse.pde.ds.annotations.prefs delete mode 100644 bundles/org.eclipse.passage.lic.shipments.edit/.settings/org.eclipse.pde.prefs delete mode 100644 bundles/org.eclipse.passage.lic.shipments.edit/META-INF/MANIFEST.MF delete mode 100644 bundles/org.eclipse.passage.lic.shipments.edit/about.html delete mode 100644 bundles/org.eclipse.passage.lic.shipments.edit/build.properties delete mode 100644 bundles/org.eclipse.passage.lic.shipments.edit/plugin.properties delete mode 100644 bundles/org.eclipse.passage.lic.shipments.edit/plugin.xml delete mode 100644 bundles/org.eclipse.passage.lic.shipments.edit/src-gen/org/eclipse/passage/lic/shipments/edit/ShipmentsEditPlugin.java delete mode 100644 bundles/org.eclipse.passage.lic.shipments.edit/src-gen/org/eclipse/passage/lic/shipments/edit/providers/FloatingItemProvider.java delete mode 100644 bundles/org.eclipse.passage.lic.shipments.edit/src-gen/org/eclipse/passage/lic/shipments/edit/providers/FloatingLicenseDescriptorItemProvider.java delete mode 100644 bundles/org.eclipse.passage.lic.shipments.edit/src-gen/org/eclipse/passage/lic/shipments/edit/providers/FloatingLicenseItemProvider.java delete mode 100644 bundles/org.eclipse.passage.lic.shipments.edit/src-gen/org/eclipse/passage/lic/shipments/edit/providers/PersonalItemProvider.java delete mode 100644 bundles/org.eclipse.passage.lic.shipments.edit/src-gen/org/eclipse/passage/lic/shipments/edit/providers/PersonalLicenseDescriptorItemProvider.java delete mode 100644 bundles/org.eclipse.passage.lic.shipments.edit/src-gen/org/eclipse/passage/lic/shipments/edit/providers/PersonalLicenseItemProvider.java delete mode 100644 bundles/org.eclipse.passage.lic.shipments.edit/src-gen/org/eclipse/passage/lic/shipments/edit/providers/ShipmentsItemProviderAdapterFactory.java delete mode 100644 bundles/org.eclipse.passage.lic.shipments.model/.classpath delete mode 100644 bundles/org.eclipse.passage.lic.shipments.model/.project delete mode 100644 bundles/org.eclipse.passage.lic.shipments.model/.settings/.api_filters delete mode 100644 bundles/org.eclipse.passage.lic.shipments.model/.settings/org.eclipse.jdt.core.prefs delete mode 100644 bundles/org.eclipse.passage.lic.shipments.model/.settings/org.eclipse.jdt.ui.prefs delete mode 100644 bundles/org.eclipse.passage.lic.shipments.model/.settings/org.eclipse.pde.ds.annotations.prefs delete mode 100644 bundles/org.eclipse.passage.lic.shipments.model/.settings/org.eclipse.pde.prefs delete mode 100644 bundles/org.eclipse.passage.lic.shipments.model/META-INF/MANIFEST.MF delete mode 100644 bundles/org.eclipse.passage.lic.shipments.model/about.html delete mode 100644 bundles/org.eclipse.passage.lic.shipments.model/build.properties delete mode 100644 bundles/org.eclipse.passage.lic.shipments.model/model/shipments.genmodel delete mode 100644 bundles/org.eclipse.passage.lic.shipments.model/plugin.properties delete mode 100644 bundles/org.eclipse.passage.lic.shipments.model/plugin.xml delete mode 100644 bundles/org.eclipse.passage.lic.shipments.model/src-gen/org/eclipse/passage/lic/shipments/model/api/Floating.java delete mode 100644 bundles/org.eclipse.passage.lic.shipments.model/src-gen/org/eclipse/passage/lic/shipments/model/api/FloatingLicense.java delete mode 100644 bundles/org.eclipse.passage.lic.shipments.model/src-gen/org/eclipse/passage/lic/shipments/model/api/Personal.java delete mode 100644 bundles/org.eclipse.passage.lic.shipments.model/src-gen/org/eclipse/passage/lic/shipments/model/api/PersonalLicense.java delete mode 100644 bundles/org.eclipse.passage.lic.shipments.model/src-gen/org/eclipse/passage/lic/shipments/model/impl/FloatingImpl.java delete mode 100644 bundles/org.eclipse.passage.lic.shipments.model/src-gen/org/eclipse/passage/lic/shipments/model/impl/FloatingLicenseDescriptorImpl.java delete mode 100644 bundles/org.eclipse.passage.lic.shipments.model/src-gen/org/eclipse/passage/lic/shipments/model/impl/FloatingLicenseImpl.java delete mode 100644 bundles/org.eclipse.passage.lic.shipments.model/src-gen/org/eclipse/passage/lic/shipments/model/impl/PersonalImpl.java delete mode 100644 bundles/org.eclipse.passage.lic.shipments.model/src-gen/org/eclipse/passage/lic/shipments/model/impl/PersonalLicenseDescriptorImpl.java delete mode 100644 bundles/org.eclipse.passage.lic.shipments.model/src-gen/org/eclipse/passage/lic/shipments/model/impl/PersonalLicenseImpl.java delete mode 100644 bundles/org.eclipse.passage.lic.shipments.model/src-gen/org/eclipse/passage/lic/shipments/model/impl/ShipmentsFactoryImpl.java delete mode 100644 bundles/org.eclipse.passage.lic.shipments.model/src-gen/org/eclipse/passage/lic/shipments/model/impl/ShipmentsPackageImpl.java delete mode 100644 bundles/org.eclipse.passage.lic.shipments.model/src-gen/org/eclipse/passage/lic/shipments/model/meta/ShipmentsFactory.java delete mode 100644 bundles/org.eclipse.passage.lic.shipments.model/src-gen/org/eclipse/passage/lic/shipments/model/meta/ShipmentsPackage.java delete mode 100644 bundles/org.eclipse.passage.lic.shipments.model/src-gen/org/eclipse/passage/lic/shipments/model/util/ShipmentsAdapterFactory.java delete mode 100644 bundles/org.eclipse.passage.lic.shipments.model/src-gen/org/eclipse/passage/lic/shipments/model/util/ShipmentsSwitch.java delete mode 100644 bundles/org.eclipse.passage.lic.shipments.model/src/.gitkeep delete mode 100644 bundles/org.eclipse.passage.lic.shipments/.classpath delete mode 100644 bundles/org.eclipse.passage.lic.shipments/.project delete mode 100644 bundles/org.eclipse.passage.lic.shipments/.settings/org.eclipse.jdt.core.prefs delete mode 100644 bundles/org.eclipse.passage.lic.shipments/.settings/org.eclipse.jdt.ui.prefs delete mode 100644 bundles/org.eclipse.passage.lic.shipments/.settings/org.eclipse.pde.ds.annotations.prefs delete mode 100644 bundles/org.eclipse.passage.lic.shipments/.settings/org.eclipse.pde.prefs delete mode 100644 bundles/org.eclipse.passage.lic.shipments/META-INF/MANIFEST.MF delete mode 100644 bundles/org.eclipse.passage.lic.shipments/OSGI-INF/l10n/bundle.properties delete mode 100644 bundles/org.eclipse.passage.lic.shipments/about.html delete mode 100644 bundles/org.eclipse.passage.lic.shipments/about.ini delete mode 100644 bundles/org.eclipse.passage.lic.shipments/about.mappings delete mode 100644 bundles/org.eclipse.passage.lic.shipments/about.properties delete mode 100644 bundles/org.eclipse.passage.lic.shipments/build.properties delete mode 100644 bundles/org.eclipse.passage.lic.shipments/passage32.png delete mode 100644 bundles/org.eclipse.passage.lic.shipments/src/.gitkeep delete mode 100644 bundles/org.eclipse.passage.lic.shipments/src/org/eclipse/passage/lic/shipments/FloatingLicenseDescriptor.java delete mode 100644 bundles/org.eclipse.passage.lic.shipments/src/org/eclipse/passage/lic/shipments/PersonalLicenseDescriptor.java delete mode 100644 features/org.eclipse.passage.lic.shipments.feature/.project delete mode 100644 features/org.eclipse.passage.lic.shipments.feature/build.properties delete mode 100644 features/org.eclipse.passage.lic.shipments.feature/feature.properties delete mode 100644 features/org.eclipse.passage.lic.shipments.feature/feature.xml diff --git a/bundles/org.eclipse.passage.lic.shipments.ecore/.classpath b/bundles/org.eclipse.passage.lic.shipments.ecore/.classpath deleted file mode 100644 index 22f30643c..000000000 --- a/bundles/org.eclipse.passage.lic.shipments.ecore/.classpath +++ /dev/null @@ -1,7 +0,0 @@ - - - - - - - diff --git a/bundles/org.eclipse.passage.lic.shipments.ecore/.project b/bundles/org.eclipse.passage.lic.shipments.ecore/.project deleted file mode 100644 index 84b2ead20..000000000 --- a/bundles/org.eclipse.passage.lic.shipments.ecore/.project +++ /dev/null @@ -1,34 +0,0 @@ - - - org.eclipse.passage.lic.shipments.ecore - - - - - - org.eclipse.jdt.core.javabuilder - - - - - org.eclipse.pde.ManifestBuilder - - - - - org.eclipse.pde.SchemaBuilder - - - - - org.eclipse.pde.api.tools.apiAnalysisBuilder - - - - - - org.eclipse.jdt.core.javanature - org.eclipse.pde.PluginNature - org.eclipse.pde.api.tools.apiAnalysisNature - - diff --git a/bundles/org.eclipse.passage.lic.shipments.ecore/.settings/org.eclipse.jdt.core.prefs b/bundles/org.eclipse.passage.lic.shipments.ecore/.settings/org.eclipse.jdt.core.prefs deleted file mode 100644 index e50443cff..000000000 --- a/bundles/org.eclipse.passage.lic.shipments.ecore/.settings/org.eclipse.jdt.core.prefs +++ /dev/null @@ -1,15 +0,0 @@ -eclipse.preferences.version=1 -org.eclipse.jdt.core.compiler.codegen.inlineJsrBytecode=enabled -org.eclipse.jdt.core.compiler.codegen.methodParameters=do not generate -org.eclipse.jdt.core.compiler.codegen.targetPlatform=1.8 -org.eclipse.jdt.core.compiler.codegen.unusedLocal=preserve -org.eclipse.jdt.core.compiler.compliance=1.8 -org.eclipse.jdt.core.compiler.debug.lineNumber=generate -org.eclipse.jdt.core.compiler.debug.localVariable=generate -org.eclipse.jdt.core.compiler.debug.sourceFile=generate -org.eclipse.jdt.core.compiler.problem.assertIdentifier=error -org.eclipse.jdt.core.compiler.problem.enablePreviewFeatures=disabled -org.eclipse.jdt.core.compiler.problem.enumIdentifier=error -org.eclipse.jdt.core.compiler.problem.reportPreviewFeatures=warning -org.eclipse.jdt.core.compiler.release=enabled -org.eclipse.jdt.core.compiler.source=1.8 diff --git a/bundles/org.eclipse.passage.lic.shipments.ecore/META-INF/MANIFEST.MF b/bundles/org.eclipse.passage.lic.shipments.ecore/META-INF/MANIFEST.MF deleted file mode 100644 index 12be18412..000000000 --- a/bundles/org.eclipse.passage.lic.shipments.ecore/META-INF/MANIFEST.MF +++ /dev/null @@ -1,10 +0,0 @@ -Manifest-Version: 1.0 -Automatic-Module-Name: org.eclipse.passage.lic.shipments.ecore -Bundle-ManifestVersion: 2 -Bundle-SymbolicName: org.eclipse.passage.lic.shipments.ecore -Bundle-Version: 0.1.0.qualifier -Bundle-Name: %Bundle-Name -Bundle-Vendor: %Bundle-Vendor -Bundle-Copyright: %Bundle-Copyright -Bundle-RequiredExecutionEnvironment: JavaSE-1.8 -Require-Bundle: org.eclipse.passage.lic.shipments;bundle-version="0.1.0" diff --git a/bundles/org.eclipse.passage.lic.shipments.ecore/OSGI-INF/l10n/bundle.properties b/bundles/org.eclipse.passage.lic.shipments.ecore/OSGI-INF/l10n/bundle.properties deleted file mode 100644 index 6be9ee1a3..000000000 --- a/bundles/org.eclipse.passage.lic.shipments.ecore/OSGI-INF/l10n/bundle.properties +++ /dev/null @@ -1,23 +0,0 @@ -#Properties file for org.eclipse.passage.lic.shipments.ecore -############################################################################### -# Copyright (c) 2021 ArSysOp -# -# This program and the accompanying materials are made available under the -# terms of the Eclipse Public License 2.0 which is available at -# https://www.eclipse.org/legal/epl-2.0/. -# -# SPDX-License-Identifier: EPL-2.0 -# -# Contributors: -# ArSysOp - initial API and implementation -############################################################################### - -Bundle-Name = Passage LIC Shipments Ecore -Bundle-Vendor = Eclipse Passage -Bundle-Copyright = Copyright (c) 2021 ArSysOp.\n\ -\n\ -This program and the accompanying materials are made\n\ -available under the terms of the Eclipse Public License 2.0\n\ -which is available at https://www.eclipse.org/legal/epl-2.0/\n\ -\n\ -SPDX-License-Identifier: EPL-2.0\n\ diff --git a/bundles/org.eclipse.passage.lic.shipments.ecore/about.html b/bundles/org.eclipse.passage.lic.shipments.ecore/about.html deleted file mode 100644 index 164f781a8..000000000 --- a/bundles/org.eclipse.passage.lic.shipments.ecore/about.html +++ /dev/null @@ -1,36 +0,0 @@ - - - - -About - - -

About This Content

- -

November 30, 2017

-

License

- -

- The Eclipse Foundation makes available all content in this plug-in - ("Content"). Unless otherwise indicated below, the Content - is provided to you under the terms and conditions of the Eclipse - Public License Version 2.0 ("EPL"). A copy of the EPL is - available at http://www.eclipse.org/legal/epl-2.0. - For purposes of the EPL, "Program" will mean the Content. -

- -

- If you did not receive this Content directly from the Eclipse - Foundation, the Content is being redistributed by another party - ("Redistributor") and different terms and conditions may - apply to your use of any object code in the Content. Check the - Redistributor's license that was provided with the Content. If no such - license exists, contact the Redistributor. Unless otherwise indicated - below, the terms and conditions of the EPL still apply to any source - code in the Content and such source code may be obtained at http://www.eclipse.org. -

- - - \ No newline at end of file diff --git a/bundles/org.eclipse.passage.lic.shipments.ecore/build.properties b/bundles/org.eclipse.passage.lic.shipments.ecore/build.properties deleted file mode 100644 index 77cbf0acb..000000000 --- a/bundles/org.eclipse.passage.lic.shipments.ecore/build.properties +++ /dev/null @@ -1,20 +0,0 @@ -############################################################################### -# Copyright (c) 2021 ArSysOp -# -# This program and the accompanying materials are made available under the -# terms of the Eclipse Public License 2.0 which is available at -# https://www.eclipse.org/legal/epl-2.0/. -# -# SPDX-License-Identifier: EPL-2.0 -# -# Contributors: -# ArSysOp - initial API and implementation -############################################################################### - -source.. = src/ -output.. = bin/ -bin.includes = META-INF/,\ - OSGI-INF/,\ - model/,\ - about.html -src.includes = model/ diff --git a/bundles/org.eclipse.passage.lic.shipments.ecore/model/shipments.ecore b/bundles/org.eclipse.passage.lic.shipments.ecore/model/shipments.ecore deleted file mode 100644 index f4653413d..000000000 --- a/bundles/org.eclipse.passage.lic.shipments.ecore/model/shipments.ecore +++ /dev/null @@ -1,28 +0,0 @@ - - - - - - - - - - - - - - - - - - - diff --git a/bundles/org.eclipse.passage.lic.shipments.ecore/src/.gitkeep b/bundles/org.eclipse.passage.lic.shipments.ecore/src/.gitkeep deleted file mode 100644 index e69de29bb..000000000 diff --git a/bundles/org.eclipse.passage.lic.shipments.edit/.classpath b/bundles/org.eclipse.passage.lic.shipments.edit/.classpath deleted file mode 100644 index 26e67d64a..000000000 --- a/bundles/org.eclipse.passage.lic.shipments.edit/.classpath +++ /dev/null @@ -1,7 +0,0 @@ - - - - - - - diff --git a/bundles/org.eclipse.passage.lic.shipments.edit/.project b/bundles/org.eclipse.passage.lic.shipments.edit/.project deleted file mode 100644 index e09dad9f0..000000000 --- a/bundles/org.eclipse.passage.lic.shipments.edit/.project +++ /dev/null @@ -1,39 +0,0 @@ - - - org.eclipse.passage.lic.shipments.edit - - - - - - org.eclipse.jdt.core.javabuilder - - - - - org.eclipse.pde.ManifestBuilder - - - - - org.eclipse.pde.SchemaBuilder - - - - - org.eclipse.pde.ds.core.builder - - - - - org.eclipse.pde.api.tools.apiAnalysisBuilder - - - - - - org.eclipse.pde.PluginNature - org.eclipse.jdt.core.javanature - org.eclipse.pde.api.tools.apiAnalysisNature - - diff --git a/bundles/org.eclipse.passage.lic.shipments.edit/.settings/org.eclipse.jdt.core.prefs b/bundles/org.eclipse.passage.lic.shipments.edit/.settings/org.eclipse.jdt.core.prefs deleted file mode 100644 index 4a4b1a446..000000000 --- a/bundles/org.eclipse.passage.lic.shipments.edit/.settings/org.eclipse.jdt.core.prefs +++ /dev/null @@ -1,115 +0,0 @@ -eclipse.preferences.version=1 -org.eclipse.jdt.core.compiler.annotation.inheritNullAnnotations=disabled -org.eclipse.jdt.core.compiler.annotation.missingNonNullByDefaultAnnotation=ignore -org.eclipse.jdt.core.compiler.annotation.nonnull=org.eclipse.jdt.annotation.NonNull -org.eclipse.jdt.core.compiler.annotation.nonnull.secondary= -org.eclipse.jdt.core.compiler.annotation.nonnullbydefault=org.eclipse.jdt.annotation.NonNullByDefault -org.eclipse.jdt.core.compiler.annotation.nonnullbydefault.secondary= -org.eclipse.jdt.core.compiler.annotation.nullable=org.eclipse.jdt.annotation.Nullable -org.eclipse.jdt.core.compiler.annotation.nullable.secondary= -org.eclipse.jdt.core.compiler.annotation.nullanalysis=disabled -org.eclipse.jdt.core.compiler.codegen.inlineJsrBytecode=enabled -org.eclipse.jdt.core.compiler.codegen.methodParameters=do not generate -org.eclipse.jdt.core.compiler.codegen.targetPlatform=1.8 -org.eclipse.jdt.core.compiler.codegen.unusedLocal=preserve -org.eclipse.jdt.core.compiler.compliance=1.8 -org.eclipse.jdt.core.compiler.debug.lineNumber=generate -org.eclipse.jdt.core.compiler.debug.localVariable=generate -org.eclipse.jdt.core.compiler.debug.sourceFile=generate -org.eclipse.jdt.core.compiler.problem.APILeak=warning -org.eclipse.jdt.core.compiler.problem.annotationSuperInterface=warning -org.eclipse.jdt.core.compiler.problem.assertIdentifier=error -org.eclipse.jdt.core.compiler.problem.autoboxing=ignore -org.eclipse.jdt.core.compiler.problem.comparingIdentical=warning -org.eclipse.jdt.core.compiler.problem.deadCode=warning -org.eclipse.jdt.core.compiler.problem.deprecation=warning -org.eclipse.jdt.core.compiler.problem.deprecationInDeprecatedCode=disabled -org.eclipse.jdt.core.compiler.problem.deprecationWhenOverridingDeprecatedMethod=disabled -org.eclipse.jdt.core.compiler.problem.discouragedReference=warning -org.eclipse.jdt.core.compiler.problem.emptyStatement=ignore -org.eclipse.jdt.core.compiler.problem.enablePreviewFeatures=disabled -org.eclipse.jdt.core.compiler.problem.enumIdentifier=error -org.eclipse.jdt.core.compiler.problem.explicitlyClosedAutoCloseable=ignore -org.eclipse.jdt.core.compiler.problem.fallthroughCase=warning -org.eclipse.jdt.core.compiler.problem.fatalOptionalError=disabled -org.eclipse.jdt.core.compiler.problem.fieldHiding=warning -org.eclipse.jdt.core.compiler.problem.finalParameterBound=warning -org.eclipse.jdt.core.compiler.problem.finallyBlockNotCompletingNormally=warning -org.eclipse.jdt.core.compiler.problem.forbiddenReference=error -org.eclipse.jdt.core.compiler.problem.hiddenCatchBlock=warning -org.eclipse.jdt.core.compiler.problem.includeNullInfoFromAsserts=disabled -org.eclipse.jdt.core.compiler.problem.incompatibleNonInheritedInterfaceMethod=warning -org.eclipse.jdt.core.compiler.problem.incompleteEnumSwitch=warning -org.eclipse.jdt.core.compiler.problem.indirectStaticAccess=ignore -org.eclipse.jdt.core.compiler.problem.localVariableHiding=warning -org.eclipse.jdt.core.compiler.problem.methodWithConstructorName=warning -org.eclipse.jdt.core.compiler.problem.missingDefaultCase=warning -org.eclipse.jdt.core.compiler.problem.missingDeprecatedAnnotation=warning -org.eclipse.jdt.core.compiler.problem.missingEnumCaseDespiteDefault=disabled -org.eclipse.jdt.core.compiler.problem.missingHashCodeMethod=warning -org.eclipse.jdt.core.compiler.problem.missingOverrideAnnotation=warning -org.eclipse.jdt.core.compiler.problem.missingOverrideAnnotationForInterfaceMethodImplementation=enabled -org.eclipse.jdt.core.compiler.problem.missingSerialVersion=warning -org.eclipse.jdt.core.compiler.problem.missingSynchronizedOnInheritedMethod=ignore -org.eclipse.jdt.core.compiler.problem.noEffectAssignment=warning -org.eclipse.jdt.core.compiler.problem.noImplicitStringConversion=warning -org.eclipse.jdt.core.compiler.problem.nonExternalizedStringLiteral=error -org.eclipse.jdt.core.compiler.problem.nonnullParameterAnnotationDropped=warning -org.eclipse.jdt.core.compiler.problem.nonnullTypeVariableFromLegacyInvocation=warning -org.eclipse.jdt.core.compiler.problem.nullAnnotationInferenceConflict=error -org.eclipse.jdt.core.compiler.problem.nullReference=warning -org.eclipse.jdt.core.compiler.problem.nullSpecViolation=error -org.eclipse.jdt.core.compiler.problem.nullUncheckedConversion=warning -org.eclipse.jdt.core.compiler.problem.overridingPackageDefaultMethod=warning -org.eclipse.jdt.core.compiler.problem.parameterAssignment=warning -org.eclipse.jdt.core.compiler.problem.pessimisticNullAnalysisForFreeTypeVariables=warning -org.eclipse.jdt.core.compiler.problem.possibleAccidentalBooleanAssignment=warning -org.eclipse.jdt.core.compiler.problem.potentialNullReference=warning -org.eclipse.jdt.core.compiler.problem.potentiallyUnclosedCloseable=warning -org.eclipse.jdt.core.compiler.problem.rawTypeReference=warning -org.eclipse.jdt.core.compiler.problem.redundantNullAnnotation=warning -org.eclipse.jdt.core.compiler.problem.redundantNullCheck=warning -org.eclipse.jdt.core.compiler.problem.redundantSpecificationOfTypeArguments=ignore -org.eclipse.jdt.core.compiler.problem.redundantSuperinterface=ignore -org.eclipse.jdt.core.compiler.problem.reportMethodCanBePotentiallyStatic=ignore -org.eclipse.jdt.core.compiler.problem.reportMethodCanBeStatic=ignore -org.eclipse.jdt.core.compiler.problem.reportPreviewFeatures=warning -org.eclipse.jdt.core.compiler.problem.specialParameterHidingField=disabled -org.eclipse.jdt.core.compiler.problem.staticAccessReceiver=warning -org.eclipse.jdt.core.compiler.problem.suppressOptionalErrors=disabled -org.eclipse.jdt.core.compiler.problem.suppressWarnings=enabled -org.eclipse.jdt.core.compiler.problem.syntacticNullAnalysisForFields=disabled -org.eclipse.jdt.core.compiler.problem.syntheticAccessEmulation=ignore -org.eclipse.jdt.core.compiler.problem.terminalDeprecation=warning -org.eclipse.jdt.core.compiler.problem.typeParameterHiding=warning -org.eclipse.jdt.core.compiler.problem.unavoidableGenericTypeProblems=enabled -org.eclipse.jdt.core.compiler.problem.uncheckedTypeOperation=warning -org.eclipse.jdt.core.compiler.problem.unclosedCloseable=warning -org.eclipse.jdt.core.compiler.problem.undocumentedEmptyBlock=ignore -org.eclipse.jdt.core.compiler.problem.unhandledWarningToken=warning -org.eclipse.jdt.core.compiler.problem.unlikelyCollectionMethodArgumentType=warning -org.eclipse.jdt.core.compiler.problem.unlikelyCollectionMethodArgumentTypeStrict=disabled -org.eclipse.jdt.core.compiler.problem.unlikelyEqualsArgumentType=info -org.eclipse.jdt.core.compiler.problem.unnecessaryElse=ignore -org.eclipse.jdt.core.compiler.problem.unnecessaryTypeCheck=warning -org.eclipse.jdt.core.compiler.problem.unqualifiedFieldAccess=ignore -org.eclipse.jdt.core.compiler.problem.unstableAutoModuleName=warning -org.eclipse.jdt.core.compiler.problem.unusedDeclaredThrownException=ignore -org.eclipse.jdt.core.compiler.problem.unusedDeclaredThrownExceptionExemptExceptionAndThrowable=enabled -org.eclipse.jdt.core.compiler.problem.unusedDeclaredThrownExceptionIncludeDocCommentReference=enabled -org.eclipse.jdt.core.compiler.problem.unusedDeclaredThrownExceptionWhenOverriding=disabled -org.eclipse.jdt.core.compiler.problem.unusedExceptionParameter=ignore -org.eclipse.jdt.core.compiler.problem.unusedImport=warning -org.eclipse.jdt.core.compiler.problem.unusedLabel=warning -org.eclipse.jdt.core.compiler.problem.unusedLocal=warning -org.eclipse.jdt.core.compiler.problem.unusedObjectAllocation=ignore -org.eclipse.jdt.core.compiler.problem.unusedParameter=ignore -org.eclipse.jdt.core.compiler.problem.unusedParameterIncludeDocCommentReference=enabled -org.eclipse.jdt.core.compiler.problem.unusedParameterWhenImplementingAbstract=disabled -org.eclipse.jdt.core.compiler.problem.unusedParameterWhenOverridingConcrete=disabled -org.eclipse.jdt.core.compiler.problem.unusedPrivateMember=warning -org.eclipse.jdt.core.compiler.problem.unusedTypeParameter=warning -org.eclipse.jdt.core.compiler.problem.unusedWarningToken=warning -org.eclipse.jdt.core.compiler.problem.varargsArgumentNeedCast=warning -org.eclipse.jdt.core.compiler.release=enabled -org.eclipse.jdt.core.compiler.source=1.8 diff --git a/bundles/org.eclipse.passage.lic.shipments.edit/.settings/org.eclipse.jdt.ui.prefs b/bundles/org.eclipse.passage.lic.shipments.edit/.settings/org.eclipse.jdt.ui.prefs deleted file mode 100644 index 15649cf27..000000000 --- a/bundles/org.eclipse.passage.lic.shipments.edit/.settings/org.eclipse.jdt.ui.prefs +++ /dev/null @@ -1,123 +0,0 @@ -cleanup.add_default_serial_version_id=true -cleanup.add_generated_serial_version_id=false -cleanup.add_missing_annotations=true -cleanup.add_missing_deprecated_annotations=true -cleanup.add_missing_methods=false -cleanup.add_missing_nls_tags=false -cleanup.add_missing_override_annotations=true -cleanup.add_missing_override_annotations_interface_methods=true -cleanup.add_serial_version_id=false -cleanup.always_use_blocks=true -cleanup.always_use_parentheses_in_expressions=false -cleanup.always_use_this_for_non_static_field_access=false -cleanup.always_use_this_for_non_static_method_access=false -cleanup.convert_functional_interfaces=false -cleanup.convert_to_enhanced_for_loop=false -cleanup.correct_indentation=false -cleanup.format_source_code=false -cleanup.format_source_code_changes_only=false -cleanup.insert_inferred_type_arguments=false -cleanup.make_local_variable_final=true -cleanup.make_parameters_final=false -cleanup.make_private_fields_final=true -cleanup.make_type_abstract_if_missing_method=false -cleanup.make_variable_declarations_final=false -cleanup.never_use_blocks=false -cleanup.never_use_parentheses_in_expressions=true -cleanup.organize_imports=false -cleanup.qualify_static_field_accesses_with_declaring_class=false -cleanup.qualify_static_member_accesses_through_instances_with_declaring_class=true -cleanup.qualify_static_member_accesses_through_subtypes_with_declaring_class=true -cleanup.qualify_static_member_accesses_with_declaring_class=true -cleanup.qualify_static_method_accesses_with_declaring_class=false -cleanup.remove_private_constructors=true -cleanup.remove_redundant_modifiers=false -cleanup.remove_redundant_semicolons=false -cleanup.remove_redundant_type_arguments=false -cleanup.remove_trailing_whitespaces=false -cleanup.remove_trailing_whitespaces_all=true -cleanup.remove_trailing_whitespaces_ignore_empty=false -cleanup.remove_unnecessary_casts=true -cleanup.remove_unnecessary_nls_tags=true -cleanup.remove_unused_imports=true -cleanup.remove_unused_local_variables=false -cleanup.remove_unused_private_fields=true -cleanup.remove_unused_private_members=false -cleanup.remove_unused_private_methods=true -cleanup.remove_unused_private_types=true -cleanup.sort_members=false -cleanup.sort_members_all=false -cleanup.use_anonymous_class_creation=false -cleanup.use_blocks=false -cleanup.use_blocks_only_for_return_and_throw=false -cleanup.use_lambda=true -cleanup.use_parentheses_in_expressions=false -cleanup.use_this_for_non_static_field_access=false -cleanup.use_this_for_non_static_field_access_only_if_necessary=true -cleanup.use_this_for_non_static_method_access=false -cleanup.use_this_for_non_static_method_access_only_if_necessary=true -cleanup_profile=org.eclipse.jdt.ui.default.eclipse_clean_up_profile -cleanup_settings_version=2 -eclipse.preferences.version=1 -editor_save_participant_org.eclipse.jdt.ui.postsavelistener.cleanup=true -formatter_settings_version=16 -org.eclipse.jdt.ui.text.custom_code_templates= -sp_cleanup.add_default_serial_version_id=true -sp_cleanup.add_generated_serial_version_id=false -sp_cleanup.add_missing_annotations=true -sp_cleanup.add_missing_deprecated_annotations=true -sp_cleanup.add_missing_methods=false -sp_cleanup.add_missing_nls_tags=false -sp_cleanup.add_missing_override_annotations=true -sp_cleanup.add_missing_override_annotations_interface_methods=true -sp_cleanup.add_serial_version_id=false -sp_cleanup.always_use_blocks=true -sp_cleanup.always_use_parentheses_in_expressions=false -sp_cleanup.always_use_this_for_non_static_field_access=false -sp_cleanup.always_use_this_for_non_static_method_access=false -sp_cleanup.convert_functional_interfaces=false -sp_cleanup.convert_to_enhanced_for_loop=false -sp_cleanup.correct_indentation=false -sp_cleanup.format_source_code=true -sp_cleanup.format_source_code_changes_only=true -sp_cleanup.insert_inferred_type_arguments=false -sp_cleanup.make_local_variable_final=true -sp_cleanup.make_parameters_final=false -sp_cleanup.make_private_fields_final=true -sp_cleanup.make_type_abstract_if_missing_method=false -sp_cleanup.make_variable_declarations_final=false -sp_cleanup.never_use_blocks=false -sp_cleanup.never_use_parentheses_in_expressions=true -sp_cleanup.on_save_use_additional_actions=true -sp_cleanup.organize_imports=true -sp_cleanup.qualify_static_field_accesses_with_declaring_class=false -sp_cleanup.qualify_static_member_accesses_through_instances_with_declaring_class=true -sp_cleanup.qualify_static_member_accesses_through_subtypes_with_declaring_class=true -sp_cleanup.qualify_static_member_accesses_with_declaring_class=false -sp_cleanup.qualify_static_method_accesses_with_declaring_class=false -sp_cleanup.remove_private_constructors=true -sp_cleanup.remove_redundant_modifiers=false -sp_cleanup.remove_redundant_semicolons=false -sp_cleanup.remove_redundant_type_arguments=false -sp_cleanup.remove_trailing_whitespaces=false -sp_cleanup.remove_trailing_whitespaces_all=true -sp_cleanup.remove_trailing_whitespaces_ignore_empty=false -sp_cleanup.remove_unnecessary_casts=true -sp_cleanup.remove_unnecessary_nls_tags=false -sp_cleanup.remove_unused_imports=false -sp_cleanup.remove_unused_local_variables=false -sp_cleanup.remove_unused_private_fields=true -sp_cleanup.remove_unused_private_members=false -sp_cleanup.remove_unused_private_methods=true -sp_cleanup.remove_unused_private_types=true -sp_cleanup.sort_members=false -sp_cleanup.sort_members_all=false -sp_cleanup.use_anonymous_class_creation=false -sp_cleanup.use_blocks=false -sp_cleanup.use_blocks_only_for_return_and_throw=false -sp_cleanup.use_lambda=true -sp_cleanup.use_parentheses_in_expressions=false -sp_cleanup.use_this_for_non_static_field_access=false -sp_cleanup.use_this_for_non_static_field_access_only_if_necessary=true -sp_cleanup.use_this_for_non_static_method_access=false -sp_cleanup.use_this_for_non_static_method_access_only_if_necessary=true diff --git a/bundles/org.eclipse.passage.lic.shipments.edit/.settings/org.eclipse.pde.ds.annotations.prefs b/bundles/org.eclipse.passage.lic.shipments.edit/.settings/org.eclipse.pde.ds.annotations.prefs deleted file mode 100644 index 73a356b6d..000000000 --- a/bundles/org.eclipse.passage.lic.shipments.edit/.settings/org.eclipse.pde.ds.annotations.prefs +++ /dev/null @@ -1,8 +0,0 @@ -classpath=true -dsVersion=V1_3 -eclipse.preferences.version=1 -enabled=true -generateBundleActivationPolicyLazy=true -path=OSGI-INF -validationErrorLevel=error -validationErrorLevel.missingImplicitUnbindMethod=error diff --git a/bundles/org.eclipse.passage.lic.shipments.edit/.settings/org.eclipse.pde.prefs b/bundles/org.eclipse.passage.lic.shipments.edit/.settings/org.eclipse.pde.prefs deleted file mode 100644 index 47bd5bdfc..000000000 --- a/bundles/org.eclipse.passage.lic.shipments.edit/.settings/org.eclipse.pde.prefs +++ /dev/null @@ -1,34 +0,0 @@ -compilers.f.unresolved-features=1 -compilers.f.unresolved-plugins=1 -compilers.incompatible-environment=1 -compilers.p.build=1 -compilers.p.build.bin.includes=1 -compilers.p.build.encodings=2 -compilers.p.build.java.compiler=2 -compilers.p.build.java.compliance=1 -compilers.p.build.missing.output=2 -compilers.p.build.output.library=1 -compilers.p.build.source.library=1 -compilers.p.build.src.includes=1 -compilers.p.deprecated=1 -compilers.p.discouraged-class=1 -compilers.p.internal=1 -compilers.p.missing-packages=2 -compilers.p.missing-version-export-package=2 -compilers.p.missing-version-import-package=2 -compilers.p.missing-version-require-bundle=1 -compilers.p.no-required-att=0 -compilers.p.no.automatic.module=1 -compilers.p.not-externalized-att=0 -compilers.p.service.component.without.lazyactivation=1 -compilers.p.unknown-attribute=1 -compilers.p.unknown-class=1 -compilers.p.unknown-element=1 -compilers.p.unknown-identifier=1 -compilers.p.unknown-resource=1 -compilers.p.unresolved-ex-points=0 -compilers.p.unresolved-import=0 -compilers.s.create-docs=false -compilers.s.doc-folder=doc -compilers.s.open-tags=1 -eclipse.preferences.version=1 diff --git a/bundles/org.eclipse.passage.lic.shipments.edit/META-INF/MANIFEST.MF b/bundles/org.eclipse.passage.lic.shipments.edit/META-INF/MANIFEST.MF deleted file mode 100644 index f670a2811..000000000 --- a/bundles/org.eclipse.passage.lic.shipments.edit/META-INF/MANIFEST.MF +++ /dev/null @@ -1,19 +0,0 @@ -Manifest-Version: 1.0 -Automatic-Module-Name: org.eclipse.passage.lic.shipments.edit -Bundle-ManifestVersion: 2 -Bundle-SymbolicName: org.eclipse.passage.lic.shipments.edit;singleton:=true -Bundle-Version: 0.1.0.qualifier -Bundle-Name: %pluginName -Bundle-Vendor: %providerName -Bundle-Copyright: %Bundle-Copyright -Bundle-Localization: plugin -Bundle-RequiredExecutionEnvironment: JavaSE-1.8 -Require-Bundle: org.eclipse.core.runtime;bundle-version="0.0.0";x-installation:=greedy;resolution:=optional, - org.eclipse.passage.lic.shipments.model;bundle-version="0.1.0";visibility:=reexport, - org.eclipse.emf.edit;bundle-version="0.0.0";visibility:=reexport -Import-Package: org.osgi.framework -Export-Package: org.eclipse.passage.lic.shipments.edit, - org.eclipse.passage.lic.shipments.edit.providers -Bundle-ClassPath: . -Bundle-Activator: org.eclipse.passage.lic.shipments.edit.ShipmentsEditPlugin$Implementation$Activator -Bundle-ActivationPolicy: lazy diff --git a/bundles/org.eclipse.passage.lic.shipments.edit/about.html b/bundles/org.eclipse.passage.lic.shipments.edit/about.html deleted file mode 100644 index 164f781a8..000000000 --- a/bundles/org.eclipse.passage.lic.shipments.edit/about.html +++ /dev/null @@ -1,36 +0,0 @@ - - - - -About - - -

About This Content

- -

November 30, 2017

-

License

- -

- The Eclipse Foundation makes available all content in this plug-in - ("Content"). Unless otherwise indicated below, the Content - is provided to you under the terms and conditions of the Eclipse - Public License Version 2.0 ("EPL"). A copy of the EPL is - available at http://www.eclipse.org/legal/epl-2.0. - For purposes of the EPL, "Program" will mean the Content. -

- -

- If you did not receive this Content directly from the Eclipse - Foundation, the Content is being redistributed by another party - ("Redistributor") and different terms and conditions may - apply to your use of any object code in the Content. Check the - Redistributor's license that was provided with the Content. If no such - license exists, contact the Redistributor. Unless otherwise indicated - below, the terms and conditions of the EPL still apply to any source - code in the Content and such source code may be obtained at http://www.eclipse.org. -

- - - \ No newline at end of file diff --git a/bundles/org.eclipse.passage.lic.shipments.edit/build.properties b/bundles/org.eclipse.passage.lic.shipments.edit/build.properties deleted file mode 100644 index 44f9300a9..000000000 --- a/bundles/org.eclipse.passage.lic.shipments.edit/build.properties +++ /dev/null @@ -1,20 +0,0 @@ -############################################################################### -# Copyright (c) 2021 ArSysOp -# -# This program and the accompanying materials are made available under the -# terms of the Eclipse Public License 2.0 which is available at -# https://www.eclipse.org/legal/epl-2.0/. -# -# SPDX-License-Identifier: EPL-2.0 -# -# Contributors: -# ArSysOp - initial API and implementation -############################################################################### - -source.. = src-gen/ -output.. = bin/ -bin.includes = .,\ - META-INF/,\ - plugin.xml,\ - plugin.properties,\ - about.html diff --git a/bundles/org.eclipse.passage.lic.shipments.edit/plugin.properties b/bundles/org.eclipse.passage.lic.shipments.edit/plugin.properties deleted file mode 100644 index 656249202..000000000 --- a/bundles/org.eclipse.passage.lic.shipments.edit/plugin.properties +++ /dev/null @@ -1,46 +0,0 @@ -############################################################################### -# Copyright (c)2021 ArSysOp -# -# This program and the accompanying materials are made available under the -# terms of the Eclipse Public License 2.0 which is available at -# https://www.eclipse.org/legal/epl-2.0/. -# -# SPDX-License-Identifier: EPL-2.0 -# -# Contributors: -# ArSysOp - initial API and implementation -############################################################################### - -pluginName = Passage LIC Shipments Edit Support -providerName=Eclipse Passage - -Bundle-Copyright = Copyright (c) 2021 ArSysOp.\n\ -\n\ -This program and the accompanying materials are made\n\ -available under the terms of the Eclipse Public License 2.0\n\ -which is available at https://www.eclipse.org/legal/epl-2.0/\n\ -\n\ -SPDX-License-Identifier: EPL-2.0\n\ -_UI_CreateChild_text = {0} -_UI_CreateChild_text2 = {1} {0} -_UI_CreateChild_text3 = {1} -_UI_CreateChild_tooltip = Create New {0} Under {1} Feature -_UI_CreateChild_description = Create a new child of type {0} for the {1} feature of the selected {2}. -_UI_CreateSibling_description = Create a new sibling of type {0} for the selected {2}, under the {1} feature of their parent. -_UI_PropertyDescriptor_description = The {0} of the {1} -_UI_Personal_type = Personal -_UI_Floating_type = Floating -_UI_PersonalLicense_type = Personal License -_UI_FloatingLicense_type = Floating License -_UI_Unknown_type = Object -_UI_Unknown_datatype= Value -_UI_Personal_licenses_feature = Licenses -_UI_Floating_licenses_feature = Licenses -_UI_PersonalLicense_user_feature = User -_UI_PersonalLicense_license_feature = License -_UI_FloatingLicense_company_feature = Company -_UI_FloatingLicense_license_feature = License -_UI_Unknown_feature = Unspecified -_UI_CreateChild_text = {0} -_UI_PersonalLicenseDescriptor_type = Personal License Descriptor -_UI_FloatingLicenseDescriptor_type = Floating License Descriptor diff --git a/bundles/org.eclipse.passage.lic.shipments.edit/plugin.xml b/bundles/org.eclipse.passage.lic.shipments.edit/plugin.xml deleted file mode 100644 index dbac26634..000000000 --- a/bundles/org.eclipse.passage.lic.shipments.edit/plugin.xml +++ /dev/null @@ -1,32 +0,0 @@ - - - - - - - - - - - - - diff --git a/bundles/org.eclipse.passage.lic.shipments.edit/src-gen/org/eclipse/passage/lic/shipments/edit/ShipmentsEditPlugin.java b/bundles/org.eclipse.passage.lic.shipments.edit/src-gen/org/eclipse/passage/lic/shipments/edit/ShipmentsEditPlugin.java deleted file mode 100644 index 36ba5b244..000000000 --- a/bundles/org.eclipse.passage.lic.shipments.edit/src-gen/org/eclipse/passage/lic/shipments/edit/ShipmentsEditPlugin.java +++ /dev/null @@ -1,112 +0,0 @@ -/******************************************************************************* - * Copyright (c) 2018, 2021 ArSysOp - * - * This program and the accompanying materials are made available under the - * terms of the Eclipse Public License 2.0 which is available at - * https://www.eclipse.org/legal/epl-2.0/. - * - * SPDX-License-Identifier: EPL-2.0 - * - * Contributors: - * ArSysOp - initial API and implementation - *******************************************************************************/ -package org.eclipse.passage.lic.shipments.edit; - -import org.eclipse.emf.common.EMFPlugin; - -import org.eclipse.emf.common.util.ResourceLocator; - -import org.osgi.framework.BundleActivator; - -/** - * This is the central singleton for the Shipments edit plugin. - * - * - * @generated - */ -public final class ShipmentsEditPlugin extends EMFPlugin { - /** - * Keep track of the singleton. - * - * - * @generated - */ - public static final ShipmentsEditPlugin INSTANCE = new ShipmentsEditPlugin(); - - /** - * Keep track of the singleton. - * - * - * @generated - */ - private static Implementation plugin; - - /** - * Create the instance. - * - * - * @generated - */ - public ShipmentsEditPlugin() { - super(new ResourceLocator[] {}); - } - - /** - * Returns the singleton instance of the Eclipse plugin. - * - * - * @return the singleton instance. - * @generated - */ - @Override - public ResourceLocator getPluginResourceLocator() { - return plugin; - } - - /** - * Returns the singleton instance of the Eclipse plugin. - * - * - * @return the singleton instance. - * @generated - */ - public static Implementation getPlugin() { - return plugin; - } - - /** - * The actual implementation of the Eclipse Plugin. - * - * - * @generated - */ - public static class Implementation extends EclipsePlugin { - /** - * Creates an instance. - * - * - * @generated - */ - public Implementation() { - super(); - - // Remember the static instance. - // - plugin = this; - } - - /** - * The actual implementation of the purely OSGi-compatible Bundle Activator. - * - * - * @generated - */ - public static final class Activator extends EMFPlugin.OSGiDelegatingBundleActivator { - @Override - protected BundleActivator createBundle() { - return new Implementation(); - } - } - } - -} diff --git a/bundles/org.eclipse.passage.lic.shipments.edit/src-gen/org/eclipse/passage/lic/shipments/edit/providers/FloatingItemProvider.java b/bundles/org.eclipse.passage.lic.shipments.edit/src-gen/org/eclipse/passage/lic/shipments/edit/providers/FloatingItemProvider.java deleted file mode 100644 index b8f18c960..000000000 --- a/bundles/org.eclipse.passage.lic.shipments.edit/src-gen/org/eclipse/passage/lic/shipments/edit/providers/FloatingItemProvider.java +++ /dev/null @@ -1,172 +0,0 @@ -/******************************************************************************* - * Copyright (c) 2018, 2021 ArSysOp - * - * This program and the accompanying materials are made available under the - * terms of the Eclipse Public License 2.0 which is available at - * https://www.eclipse.org/legal/epl-2.0/. - * - * SPDX-License-Identifier: EPL-2.0 - * - * Contributors: - * ArSysOp - initial API and implementation - *******************************************************************************/ -package org.eclipse.passage.lic.shipments.edit.providers; - -import java.util.Collection; -import java.util.List; - -import org.eclipse.emf.common.notify.AdapterFactory; -import org.eclipse.emf.common.notify.Notification; - -import org.eclipse.emf.common.util.ResourceLocator; - -import org.eclipse.emf.ecore.EStructuralFeature; - -import org.eclipse.emf.edit.provider.IEditingDomainItemProvider; -import org.eclipse.emf.edit.provider.IItemLabelProvider; -import org.eclipse.emf.edit.provider.IItemPropertyDescriptor; -import org.eclipse.emf.edit.provider.IItemPropertySource; -import org.eclipse.emf.edit.provider.IStructuredItemContentProvider; -import org.eclipse.emf.edit.provider.ITreeItemContentProvider; -import org.eclipse.emf.edit.provider.ItemProviderAdapter; -import org.eclipse.emf.edit.provider.ViewerNotification; - -import org.eclipse.passage.lic.shipments.edit.ShipmentsEditPlugin; - -import org.eclipse.passage.lic.shipments.model.api.Floating; - -import org.eclipse.passage.lic.shipments.model.meta.ShipmentsFactory; -import org.eclipse.passage.lic.shipments.model.meta.ShipmentsPackage; - -/** - * This is the item provider adapter for a {@link org.eclipse.passage.lic.shipments.model.api.Floating} object. - * - * - * @generated - */ -public class FloatingItemProvider extends ItemProviderAdapter implements IEditingDomainItemProvider, - IStructuredItemContentProvider, ITreeItemContentProvider, IItemLabelProvider, IItemPropertySource { - /** - * This constructs an instance from a factory and a notifier. - * - * - * @generated - */ - public FloatingItemProvider(AdapterFactory adapterFactory) { - super(adapterFactory); - } - - /** - * This returns the property descriptors for the adapted class. - * - * - * @generated - */ - @Override - public List getPropertyDescriptors(Object object) { - if (itemPropertyDescriptors == null) { - super.getPropertyDescriptors(object); - - } - return itemPropertyDescriptors; - } - - /** - * This specifies how to implement {@link #getChildren} and is used to deduce an appropriate feature for an - * {@link org.eclipse.emf.edit.command.AddCommand}, {@link org.eclipse.emf.edit.command.RemoveCommand} or - * {@link org.eclipse.emf.edit.command.MoveCommand} in {@link #createCommand}. - * - * - * @generated - */ - @Override - public Collection getChildrenFeatures(Object object) { - if (childrenFeatures == null) { - super.getChildrenFeatures(object); - childrenFeatures.add(ShipmentsPackage.eINSTANCE.getFloating_Licenses()); - } - return childrenFeatures; - } - - /** - * - * - * @generated - */ - @Override - protected EStructuralFeature getChildFeature(Object object, Object child) { - // Check the type of the specified child object and return the proper feature to use for - // adding (see {@link AddCommand}) it as a child. - - return super.getChildFeature(object, child); - } - - /** - * - * - * @generated - */ - @Override - protected boolean shouldComposeCreationImage() { - return true; - } - - /** - * This returns the label text for the adapted class. - * - * - * @generated - */ - @Override - public String getText(Object object) { - return getString("_UI_Floating_type"); //$NON-NLS-1$ - } - - /** - * This handles model notifications by calling {@link #updateChildren} to update any cached - * children and by creating a viewer notification, which it passes to {@link #fireNotifyChanged}. - * - * - * @generated - */ - @Override - public void notifyChanged(Notification notification) { - updateChildren(notification); - - switch (notification.getFeatureID(Floating.class)) { - case ShipmentsPackage.FLOATING__LICENSES: - fireNotifyChanged(new ViewerNotification(notification, notification.getNotifier(), true, false)); - return; - default: - super.notifyChanged(notification); - return; - } - } - - /** - * This adds {@link org.eclipse.emf.edit.command.CommandParameter}s describing the children - * that can be created under this object. - * - * - * @generated - */ - @Override - protected void collectNewChildDescriptors(Collection newChildDescriptors, Object object) { - super.collectNewChildDescriptors(newChildDescriptors, object); - - newChildDescriptors.add(createChildParameter(ShipmentsPackage.eINSTANCE.getFloating_Licenses(), - ShipmentsFactory.eINSTANCE.createFloatingLicense())); - } - - /** - * Return the resource locator for this item provider's resources. - * - * - * @generated - */ - @Override - public ResourceLocator getResourceLocator() { - return ShipmentsEditPlugin.INSTANCE; - } - -} diff --git a/bundles/org.eclipse.passage.lic.shipments.edit/src-gen/org/eclipse/passage/lic/shipments/edit/providers/FloatingLicenseDescriptorItemProvider.java b/bundles/org.eclipse.passage.lic.shipments.edit/src-gen/org/eclipse/passage/lic/shipments/edit/providers/FloatingLicenseDescriptorItemProvider.java deleted file mode 100644 index 6c5041c88..000000000 --- a/bundles/org.eclipse.passage.lic.shipments.edit/src-gen/org/eclipse/passage/lic/shipments/edit/providers/FloatingLicenseDescriptorItemProvider.java +++ /dev/null @@ -1,122 +0,0 @@ -/******************************************************************************* - * Copyright (c) 2018, 2021 ArSysOp - * - * This program and the accompanying materials are made available under the - * terms of the Eclipse Public License 2.0 which is available at - * https://www.eclipse.org/legal/epl-2.0/. - * - * SPDX-License-Identifier: EPL-2.0 - * - * Contributors: - * ArSysOp - initial API and implementation - *******************************************************************************/ -package org.eclipse.passage.lic.shipments.edit.providers; - -import java.util.Collection; -import java.util.List; - -import org.eclipse.emf.common.notify.AdapterFactory; -import org.eclipse.emf.common.notify.Notification; - -import org.eclipse.emf.common.util.ResourceLocator; - -import org.eclipse.emf.edit.provider.IEditingDomainItemProvider; -import org.eclipse.emf.edit.provider.IItemLabelProvider; -import org.eclipse.emf.edit.provider.IItemPropertyDescriptor; -import org.eclipse.emf.edit.provider.IItemPropertySource; -import org.eclipse.emf.edit.provider.IStructuredItemContentProvider; -import org.eclipse.emf.edit.provider.ITreeItemContentProvider; -import org.eclipse.emf.edit.provider.ItemProviderAdapter; - -import org.eclipse.passage.lic.shipments.edit.ShipmentsEditPlugin; - -/** - * This is the item provider adapter for a {@link org.eclipse.passage.lic.shipments.FloatingLicenseDescriptor} object. - * - * - * @generated - */ -public class FloatingLicenseDescriptorItemProvider extends ItemProviderAdapter implements IEditingDomainItemProvider, - IStructuredItemContentProvider, ITreeItemContentProvider, IItemLabelProvider, IItemPropertySource { - /** - * This constructs an instance from a factory and a notifier. - * - * - * @generated - */ - public FloatingLicenseDescriptorItemProvider(AdapterFactory adapterFactory) { - super(adapterFactory); - } - - /** - * This returns the property descriptors for the adapted class. - * - * - * @generated - */ - @Override - public List getPropertyDescriptors(Object object) { - if (itemPropertyDescriptors == null) { - super.getPropertyDescriptors(object); - - } - return itemPropertyDescriptors; - } - - /** - * - * - * @generated - */ - @Override - protected boolean shouldComposeCreationImage() { - return true; - } - - /** - * This returns the label text for the adapted class. - * - * - * @generated - */ - @Override - public String getText(Object object) { - return getString("_UI_FloatingLicenseDescriptor_type"); //$NON-NLS-1$ - } - - /** - * This handles model notifications by calling {@link #updateChildren} to update any cached - * children and by creating a viewer notification, which it passes to {@link #fireNotifyChanged}. - * - * - * @generated - */ - @Override - public void notifyChanged(Notification notification) { - updateChildren(notification); - } - - /** - * This adds {@link org.eclipse.emf.edit.command.CommandParameter}s describing the children - * that can be created under this object. - * - * - * @generated - */ - @Override - protected void collectNewChildDescriptors(Collection newChildDescriptors, Object object) { - super.collectNewChildDescriptors(newChildDescriptors, object); - } - - /** - * Return the resource locator for this item provider's resources. - * - * - * @generated - */ - @Override - public ResourceLocator getResourceLocator() { - return ShipmentsEditPlugin.INSTANCE; - } - -} diff --git a/bundles/org.eclipse.passage.lic.shipments.edit/src-gen/org/eclipse/passage/lic/shipments/edit/providers/FloatingLicenseItemProvider.java b/bundles/org.eclipse.passage.lic.shipments.edit/src-gen/org/eclipse/passage/lic/shipments/edit/providers/FloatingLicenseItemProvider.java deleted file mode 100644 index 6c2fcaf97..000000000 --- a/bundles/org.eclipse.passage.lic.shipments.edit/src-gen/org/eclipse/passage/lic/shipments/edit/providers/FloatingLicenseItemProvider.java +++ /dev/null @@ -1,140 +0,0 @@ -/******************************************************************************* - * Copyright (c) 2018, 2021 ArSysOp - * - * This program and the accompanying materials are made available under the - * terms of the Eclipse Public License 2.0 which is available at - * https://www.eclipse.org/legal/epl-2.0/. - * - * SPDX-License-Identifier: EPL-2.0 - * - * Contributors: - * ArSysOp - initial API and implementation - *******************************************************************************/ -package org.eclipse.passage.lic.shipments.edit.providers; - -import java.util.Collection; -import java.util.List; - -import org.eclipse.emf.common.notify.AdapterFactory; -import org.eclipse.emf.common.notify.Notification; -import org.eclipse.emf.edit.provider.ComposeableAdapterFactory; -import org.eclipse.emf.edit.provider.IItemPropertyDescriptor; -import org.eclipse.emf.edit.provider.ItemPropertyDescriptor; -import org.eclipse.passage.lic.shipments.model.api.FloatingLicense; - -import org.eclipse.passage.lic.shipments.model.meta.ShipmentsPackage; - -/** - * This is the item provider adapter for a {@link org.eclipse.passage.lic.shipments.model.api.FloatingLicense} object. - * - * - * @generated - */ -public class FloatingLicenseItemProvider extends FloatingLicenseDescriptorItemProvider { - /** - * This constructs an instance from a factory and a notifier. - * - * - * @generated - */ - public FloatingLicenseItemProvider(AdapterFactory adapterFactory) { - super(adapterFactory); - } - - /** - * This returns the property descriptors for the adapted class. - * - * - * @generated - */ - @Override - public List getPropertyDescriptors(Object object) { - if (itemPropertyDescriptors == null) { - super.getPropertyDescriptors(object); - - addCompanyPropertyDescriptor(object); - addLicensePropertyDescriptor(object); - } - return itemPropertyDescriptors; - } - - /** - * This adds a property descriptor for the Company feature. - * - * - * @generated - */ - protected void addCompanyPropertyDescriptor(Object object) { - itemPropertyDescriptors - .add(createItemPropertyDescriptor(((ComposeableAdapterFactory) adapterFactory).getRootAdapterFactory(), - getResourceLocator(), getString("_UI_FloatingLicense_company_feature"), //$NON-NLS-1$ - getString("_UI_PropertyDescriptor_description", "_UI_FloatingLicense_company_feature", //$NON-NLS-1$//$NON-NLS-2$ - "_UI_FloatingLicense_type"), //$NON-NLS-1$ - ShipmentsPackage.eINSTANCE.getFloatingLicense_Company(), true, false, true, - ItemPropertyDescriptor.GENERIC_VALUE_IMAGE, null, null)); - } - - /** - * This adds a property descriptor for the License feature. - * - * - * @generated - */ - protected void addLicensePropertyDescriptor(Object object) { - itemPropertyDescriptors - .add(createItemPropertyDescriptor(((ComposeableAdapterFactory) adapterFactory).getRootAdapterFactory(), - getResourceLocator(), getString("_UI_FloatingLicense_license_feature"), //$NON-NLS-1$ - getString("_UI_PropertyDescriptor_description", "_UI_FloatingLicense_license_feature", //$NON-NLS-1$//$NON-NLS-2$ - "_UI_FloatingLicense_type"), //$NON-NLS-1$ - ShipmentsPackage.eINSTANCE.getFloatingLicense_License(), true, false, true, - ItemPropertyDescriptor.GENERIC_VALUE_IMAGE, null, null)); - } - - /** - * - * - * @generated - */ - @Override - protected boolean shouldComposeCreationImage() { - return true; - } - - /** - * This returns the label text for the adapted class. - * - * - * @generated - */ - @Override - public String getText(Object object) { - String label = ((FloatingLicense) object).getCompany(); - return label == null || label.length() == 0 ? getString("_UI_FloatingLicense_type") : //$NON-NLS-1$ - getString("_UI_FloatingLicense_type") + " " + label; //$NON-NLS-1$ //$NON-NLS-2$ - } - - /** - * This handles model notifications by calling {@link #updateChildren} to update any cached - * children and by creating a viewer notification, which it passes to {@link #fireNotifyChanged}. - * - * - * @generated - */ - @Override - public void notifyChanged(Notification notification) { - updateChildren(notification); - } - - /** - * This adds {@link org.eclipse.emf.edit.command.CommandParameter}s describing the children - * that can be created under this object. - * - * - * @generated - */ - @Override - protected void collectNewChildDescriptors(Collection newChildDescriptors, Object object) { - super.collectNewChildDescriptors(newChildDescriptors, object); - } - -} diff --git a/bundles/org.eclipse.passage.lic.shipments.edit/src-gen/org/eclipse/passage/lic/shipments/edit/providers/PersonalItemProvider.java b/bundles/org.eclipse.passage.lic.shipments.edit/src-gen/org/eclipse/passage/lic/shipments/edit/providers/PersonalItemProvider.java deleted file mode 100644 index a7de4e666..000000000 --- a/bundles/org.eclipse.passage.lic.shipments.edit/src-gen/org/eclipse/passage/lic/shipments/edit/providers/PersonalItemProvider.java +++ /dev/null @@ -1,172 +0,0 @@ -/******************************************************************************* - * Copyright (c) 2018, 2021 ArSysOp - * - * This program and the accompanying materials are made available under the - * terms of the Eclipse Public License 2.0 which is available at - * https://www.eclipse.org/legal/epl-2.0/. - * - * SPDX-License-Identifier: EPL-2.0 - * - * Contributors: - * ArSysOp - initial API and implementation - *******************************************************************************/ -package org.eclipse.passage.lic.shipments.edit.providers; - -import java.util.Collection; -import java.util.List; - -import org.eclipse.emf.common.notify.AdapterFactory; -import org.eclipse.emf.common.notify.Notification; - -import org.eclipse.emf.common.util.ResourceLocator; - -import org.eclipse.emf.ecore.EStructuralFeature; - -import org.eclipse.emf.edit.provider.IEditingDomainItemProvider; -import org.eclipse.emf.edit.provider.IItemLabelProvider; -import org.eclipse.emf.edit.provider.IItemPropertyDescriptor; -import org.eclipse.emf.edit.provider.IItemPropertySource; -import org.eclipse.emf.edit.provider.IStructuredItemContentProvider; -import org.eclipse.emf.edit.provider.ITreeItemContentProvider; -import org.eclipse.emf.edit.provider.ItemProviderAdapter; -import org.eclipse.emf.edit.provider.ViewerNotification; - -import org.eclipse.passage.lic.shipments.edit.ShipmentsEditPlugin; - -import org.eclipse.passage.lic.shipments.model.api.Personal; - -import org.eclipse.passage.lic.shipments.model.meta.ShipmentsFactory; -import org.eclipse.passage.lic.shipments.model.meta.ShipmentsPackage; - -/** - * This is the item provider adapter for a {@link org.eclipse.passage.lic.shipments.model.api.Personal} object. - * - * - * @generated - */ -public class PersonalItemProvider extends ItemProviderAdapter implements IEditingDomainItemProvider, - IStructuredItemContentProvider, ITreeItemContentProvider, IItemLabelProvider, IItemPropertySource { - /** - * This constructs an instance from a factory and a notifier. - * - * - * @generated - */ - public PersonalItemProvider(AdapterFactory adapterFactory) { - super(adapterFactory); - } - - /** - * This returns the property descriptors for the adapted class. - * - * - * @generated - */ - @Override - public List getPropertyDescriptors(Object object) { - if (itemPropertyDescriptors == null) { - super.getPropertyDescriptors(object); - - } - return itemPropertyDescriptors; - } - - /** - * This specifies how to implement {@link #getChildren} and is used to deduce an appropriate feature for an - * {@link org.eclipse.emf.edit.command.AddCommand}, {@link org.eclipse.emf.edit.command.RemoveCommand} or - * {@link org.eclipse.emf.edit.command.MoveCommand} in {@link #createCommand}. - * - * - * @generated - */ - @Override - public Collection getChildrenFeatures(Object object) { - if (childrenFeatures == null) { - super.getChildrenFeatures(object); - childrenFeatures.add(ShipmentsPackage.eINSTANCE.getPersonal_Licenses()); - } - return childrenFeatures; - } - - /** - * - * - * @generated - */ - @Override - protected EStructuralFeature getChildFeature(Object object, Object child) { - // Check the type of the specified child object and return the proper feature to use for - // adding (see {@link AddCommand}) it as a child. - - return super.getChildFeature(object, child); - } - - /** - * - * - * @generated - */ - @Override - protected boolean shouldComposeCreationImage() { - return true; - } - - /** - * This returns the label text for the adapted class. - * - * - * @generated - */ - @Override - public String getText(Object object) { - return getString("_UI_Personal_type"); //$NON-NLS-1$ - } - - /** - * This handles model notifications by calling {@link #updateChildren} to update any cached - * children and by creating a viewer notification, which it passes to {@link #fireNotifyChanged}. - * - * - * @generated - */ - @Override - public void notifyChanged(Notification notification) { - updateChildren(notification); - - switch (notification.getFeatureID(Personal.class)) { - case ShipmentsPackage.PERSONAL__LICENSES: - fireNotifyChanged(new ViewerNotification(notification, notification.getNotifier(), true, false)); - return; - default: - super.notifyChanged(notification); - return; - } - } - - /** - * This adds {@link org.eclipse.emf.edit.command.CommandParameter}s describing the children - * that can be created under this object. - * - * - * @generated - */ - @Override - protected void collectNewChildDescriptors(Collection newChildDescriptors, Object object) { - super.collectNewChildDescriptors(newChildDescriptors, object); - - newChildDescriptors.add(createChildParameter(ShipmentsPackage.eINSTANCE.getPersonal_Licenses(), - ShipmentsFactory.eINSTANCE.createPersonalLicense())); - } - - /** - * Return the resource locator for this item provider's resources. - * - * - * @generated - */ - @Override - public ResourceLocator getResourceLocator() { - return ShipmentsEditPlugin.INSTANCE; - } - -} diff --git a/bundles/org.eclipse.passage.lic.shipments.edit/src-gen/org/eclipse/passage/lic/shipments/edit/providers/PersonalLicenseDescriptorItemProvider.java b/bundles/org.eclipse.passage.lic.shipments.edit/src-gen/org/eclipse/passage/lic/shipments/edit/providers/PersonalLicenseDescriptorItemProvider.java deleted file mode 100644 index 259404226..000000000 --- a/bundles/org.eclipse.passage.lic.shipments.edit/src-gen/org/eclipse/passage/lic/shipments/edit/providers/PersonalLicenseDescriptorItemProvider.java +++ /dev/null @@ -1,122 +0,0 @@ -/******************************************************************************* - * Copyright (c) 2018, 2021 ArSysOp - * - * This program and the accompanying materials are made available under the - * terms of the Eclipse Public License 2.0 which is available at - * https://www.eclipse.org/legal/epl-2.0/. - * - * SPDX-License-Identifier: EPL-2.0 - * - * Contributors: - * ArSysOp - initial API and implementation - *******************************************************************************/ -package org.eclipse.passage.lic.shipments.edit.providers; - -import java.util.Collection; -import java.util.List; - -import org.eclipse.emf.common.notify.AdapterFactory; -import org.eclipse.emf.common.notify.Notification; - -import org.eclipse.emf.common.util.ResourceLocator; - -import org.eclipse.emf.edit.provider.IEditingDomainItemProvider; -import org.eclipse.emf.edit.provider.IItemLabelProvider; -import org.eclipse.emf.edit.provider.IItemPropertyDescriptor; -import org.eclipse.emf.edit.provider.IItemPropertySource; -import org.eclipse.emf.edit.provider.IStructuredItemContentProvider; -import org.eclipse.emf.edit.provider.ITreeItemContentProvider; -import org.eclipse.emf.edit.provider.ItemProviderAdapter; - -import org.eclipse.passage.lic.shipments.edit.ShipmentsEditPlugin; - -/** - * This is the item provider adapter for a {@link org.eclipse.passage.lic.shipments.PersonalLicenseDescriptor} object. - * - * - * @generated - */ -public class PersonalLicenseDescriptorItemProvider extends ItemProviderAdapter implements IEditingDomainItemProvider, - IStructuredItemContentProvider, ITreeItemContentProvider, IItemLabelProvider, IItemPropertySource { - /** - * This constructs an instance from a factory and a notifier. - * - * - * @generated - */ - public PersonalLicenseDescriptorItemProvider(AdapterFactory adapterFactory) { - super(adapterFactory); - } - - /** - * This returns the property descriptors for the adapted class. - * - * - * @generated - */ - @Override - public List getPropertyDescriptors(Object object) { - if (itemPropertyDescriptors == null) { - super.getPropertyDescriptors(object); - - } - return itemPropertyDescriptors; - } - - /** - * - * - * @generated - */ - @Override - protected boolean shouldComposeCreationImage() { - return true; - } - - /** - * This returns the label text for the adapted class. - * - * - * @generated - */ - @Override - public String getText(Object object) { - return getString("_UI_PersonalLicenseDescriptor_type"); //$NON-NLS-1$ - } - - /** - * This handles model notifications by calling {@link #updateChildren} to update any cached - * children and by creating a viewer notification, which it passes to {@link #fireNotifyChanged}. - * - * - * @generated - */ - @Override - public void notifyChanged(Notification notification) { - updateChildren(notification); - } - - /** - * This adds {@link org.eclipse.emf.edit.command.CommandParameter}s describing the children - * that can be created under this object. - * - * - * @generated - */ - @Override - protected void collectNewChildDescriptors(Collection newChildDescriptors, Object object) { - super.collectNewChildDescriptors(newChildDescriptors, object); - } - - /** - * Return the resource locator for this item provider's resources. - * - * - * @generated - */ - @Override - public ResourceLocator getResourceLocator() { - return ShipmentsEditPlugin.INSTANCE; - } - -} diff --git a/bundles/org.eclipse.passage.lic.shipments.edit/src-gen/org/eclipse/passage/lic/shipments/edit/providers/PersonalLicenseItemProvider.java b/bundles/org.eclipse.passage.lic.shipments.edit/src-gen/org/eclipse/passage/lic/shipments/edit/providers/PersonalLicenseItemProvider.java deleted file mode 100644 index bcd150bf8..000000000 --- a/bundles/org.eclipse.passage.lic.shipments.edit/src-gen/org/eclipse/passage/lic/shipments/edit/providers/PersonalLicenseItemProvider.java +++ /dev/null @@ -1,140 +0,0 @@ -/******************************************************************************* - * Copyright (c) 2018, 2021 ArSysOp - * - * This program and the accompanying materials are made available under the - * terms of the Eclipse Public License 2.0 which is available at - * https://www.eclipse.org/legal/epl-2.0/. - * - * SPDX-License-Identifier: EPL-2.0 - * - * Contributors: - * ArSysOp - initial API and implementation - *******************************************************************************/ -package org.eclipse.passage.lic.shipments.edit.providers; - -import java.util.Collection; -import java.util.List; - -import org.eclipse.emf.common.notify.AdapterFactory; -import org.eclipse.emf.common.notify.Notification; -import org.eclipse.emf.edit.provider.ComposeableAdapterFactory; -import org.eclipse.emf.edit.provider.IItemPropertyDescriptor; -import org.eclipse.emf.edit.provider.ItemPropertyDescriptor; -import org.eclipse.passage.lic.shipments.model.api.PersonalLicense; - -import org.eclipse.passage.lic.shipments.model.meta.ShipmentsPackage; - -/** - * This is the item provider adapter for a {@link org.eclipse.passage.lic.shipments.model.api.PersonalLicense} object. - * - * - * @generated - */ -public class PersonalLicenseItemProvider extends PersonalLicenseDescriptorItemProvider { - /** - * This constructs an instance from a factory and a notifier. - * - * - * @generated - */ - public PersonalLicenseItemProvider(AdapterFactory adapterFactory) { - super(adapterFactory); - } - - /** - * This returns the property descriptors for the adapted class. - * - * - * @generated - */ - @Override - public List getPropertyDescriptors(Object object) { - if (itemPropertyDescriptors == null) { - super.getPropertyDescriptors(object); - - addUserPropertyDescriptor(object); - addLicensePropertyDescriptor(object); - } - return itemPropertyDescriptors; - } - - /** - * This adds a property descriptor for the User feature. - * - * - * @generated - */ - protected void addUserPropertyDescriptor(Object object) { - itemPropertyDescriptors - .add(createItemPropertyDescriptor(((ComposeableAdapterFactory) adapterFactory).getRootAdapterFactory(), - getResourceLocator(), getString("_UI_PersonalLicense_user_feature"), //$NON-NLS-1$ - getString("_UI_PropertyDescriptor_description", "_UI_PersonalLicense_user_feature", //$NON-NLS-1$//$NON-NLS-2$ - "_UI_PersonalLicense_type"), //$NON-NLS-1$ - ShipmentsPackage.eINSTANCE.getPersonalLicense_User(), true, false, true, - ItemPropertyDescriptor.GENERIC_VALUE_IMAGE, null, null)); - } - - /** - * This adds a property descriptor for the License feature. - * - * - * @generated - */ - protected void addLicensePropertyDescriptor(Object object) { - itemPropertyDescriptors - .add(createItemPropertyDescriptor(((ComposeableAdapterFactory) adapterFactory).getRootAdapterFactory(), - getResourceLocator(), getString("_UI_PersonalLicense_license_feature"), //$NON-NLS-1$ - getString("_UI_PropertyDescriptor_description", "_UI_PersonalLicense_license_feature", //$NON-NLS-1$//$NON-NLS-2$ - "_UI_PersonalLicense_type"), //$NON-NLS-1$ - ShipmentsPackage.eINSTANCE.getPersonalLicense_License(), true, false, true, - ItemPropertyDescriptor.GENERIC_VALUE_IMAGE, null, null)); - } - - /** - * - * - * @generated - */ - @Override - protected boolean shouldComposeCreationImage() { - return true; - } - - /** - * This returns the label text for the adapted class. - * - * - * @generated - */ - @Override - public String getText(Object object) { - String label = ((PersonalLicense) object).getUser(); - return label == null || label.length() == 0 ? getString("_UI_PersonalLicense_type") : //$NON-NLS-1$ - getString("_UI_PersonalLicense_type") + " " + label; //$NON-NLS-1$ //$NON-NLS-2$ - } - - /** - * This handles model notifications by calling {@link #updateChildren} to update any cached - * children and by creating a viewer notification, which it passes to {@link #fireNotifyChanged}. - * - * - * @generated - */ - @Override - public void notifyChanged(Notification notification) { - updateChildren(notification); - } - - /** - * This adds {@link org.eclipse.emf.edit.command.CommandParameter}s describing the children - * that can be created under this object. - * - * - * @generated - */ - @Override - protected void collectNewChildDescriptors(Collection newChildDescriptors, Object object) { - super.collectNewChildDescriptors(newChildDescriptors, object); - } - -} diff --git a/bundles/org.eclipse.passage.lic.shipments.edit/src-gen/org/eclipse/passage/lic/shipments/edit/providers/ShipmentsItemProviderAdapterFactory.java b/bundles/org.eclipse.passage.lic.shipments.edit/src-gen/org/eclipse/passage/lic/shipments/edit/providers/ShipmentsItemProviderAdapterFactory.java deleted file mode 100644 index 5cef48a6b..000000000 --- a/bundles/org.eclipse.passage.lic.shipments.edit/src-gen/org/eclipse/passage/lic/shipments/edit/providers/ShipmentsItemProviderAdapterFactory.java +++ /dev/null @@ -1,292 +0,0 @@ -/******************************************************************************* - * Copyright (c) 2018, 2021 ArSysOp - * - * This program and the accompanying materials are made available under the - * terms of the Eclipse Public License 2.0 which is available at - * https://www.eclipse.org/legal/epl-2.0/. - * - * SPDX-License-Identifier: EPL-2.0 - * - * Contributors: - * ArSysOp - initial API and implementation - *******************************************************************************/ -package org.eclipse.passage.lic.shipments.edit.providers; - -import java.util.ArrayList; -import java.util.Collection; - -import org.eclipse.emf.common.notify.Adapter; -import org.eclipse.emf.common.notify.Notification; -import org.eclipse.emf.common.notify.Notifier; - -import org.eclipse.emf.edit.provider.ChangeNotifier; -import org.eclipse.emf.edit.provider.ComposeableAdapterFactory; -import org.eclipse.emf.edit.provider.ComposedAdapterFactory; -import org.eclipse.emf.edit.provider.IChangeNotifier; -import org.eclipse.emf.edit.provider.IDisposable; -import org.eclipse.emf.edit.provider.IEditingDomainItemProvider; -import org.eclipse.emf.edit.provider.IItemLabelProvider; -import org.eclipse.emf.edit.provider.IItemPropertySource; -import org.eclipse.emf.edit.provider.INotifyChangedListener; -import org.eclipse.emf.edit.provider.IStructuredItemContentProvider; -import org.eclipse.emf.edit.provider.ITreeItemContentProvider; - -import org.eclipse.passage.lic.shipments.model.util.ShipmentsAdapterFactory; - -/** - * This is the factory that is used to provide the interfaces needed to support Viewers. - * The adapters generated by this factory convert EMF adapter notifications into calls to {@link #fireNotifyChanged fireNotifyChanged}. - * The adapters also support Eclipse property sheets. - * Note that most of the adapters are shared among multiple instances. - * - * - * @generated - */ -public class ShipmentsItemProviderAdapterFactory extends ShipmentsAdapterFactory - implements ComposeableAdapterFactory, IChangeNotifier, IDisposable { - /** - * This keeps track of the root adapter factory that delegates to this adapter factory. - * - * - * @generated - */ - protected ComposedAdapterFactory parentAdapterFactory; - - /** - * This is used to implement {@link org.eclipse.emf.edit.provider.IChangeNotifier}. - * - * - * @generated - */ - protected IChangeNotifier changeNotifier = new ChangeNotifier(); - - /** - * This keeps track of all the supported types checked by {@link #isFactoryForType isFactoryForType}. - * - * - * @generated - */ - protected Collection supportedTypes = new ArrayList(); - - /** - * This constructs an instance. - * - * - * @generated - */ - public ShipmentsItemProviderAdapterFactory() { - supportedTypes.add(IEditingDomainItemProvider.class); - supportedTypes.add(IStructuredItemContentProvider.class); - supportedTypes.add(ITreeItemContentProvider.class); - supportedTypes.add(IItemLabelProvider.class); - supportedTypes.add(IItemPropertySource.class); - } - - /** - * This keeps track of the one adapter used for all {@link org.eclipse.passage.lic.shipments.model.api.Personal} instances. - * - * - * @generated - */ - protected PersonalItemProvider personalItemProvider; - - /** - * This creates an adapter for a {@link org.eclipse.passage.lic.shipments.model.api.Personal}. - * - * - * @generated - */ - @Override - public Adapter createPersonalAdapter() { - if (personalItemProvider == null) { - personalItemProvider = new PersonalItemProvider(this); - } - - return personalItemProvider; - } - - /** - * This keeps track of the one adapter used for all {@link org.eclipse.passage.lic.shipments.model.api.Floating} instances. - * - * - * @generated - */ - protected FloatingItemProvider floatingItemProvider; - - /** - * This creates an adapter for a {@link org.eclipse.passage.lic.shipments.model.api.Floating}. - * - * - * @generated - */ - @Override - public Adapter createFloatingAdapter() { - if (floatingItemProvider == null) { - floatingItemProvider = new FloatingItemProvider(this); - } - - return floatingItemProvider; - } - - /** - * This keeps track of the one adapter used for all {@link org.eclipse.passage.lic.shipments.model.api.PersonalLicense} instances. - * - * - * @generated - */ - protected PersonalLicenseItemProvider personalLicenseItemProvider; - - /** - * This creates an adapter for a {@link org.eclipse.passage.lic.shipments.model.api.PersonalLicense}. - * - * - * @generated - */ - @Override - public Adapter createPersonalLicenseAdapter() { - if (personalLicenseItemProvider == null) { - personalLicenseItemProvider = new PersonalLicenseItemProvider(this); - } - - return personalLicenseItemProvider; - } - - /** - * This keeps track of the one adapter used for all {@link org.eclipse.passage.lic.shipments.model.api.FloatingLicense} instances. - * - * - * @generated - */ - protected FloatingLicenseItemProvider floatingLicenseItemProvider; - - /** - * This creates an adapter for a {@link org.eclipse.passage.lic.shipments.model.api.FloatingLicense}. - * - * - * @generated - */ - @Override - public Adapter createFloatingLicenseAdapter() { - if (floatingLicenseItemProvider == null) { - floatingLicenseItemProvider = new FloatingLicenseItemProvider(this); - } - - return floatingLicenseItemProvider; - } - - /** - * This returns the root adapter factory that contains this factory. - * - * - * @generated - */ - @Override - public ComposeableAdapterFactory getRootAdapterFactory() { - return parentAdapterFactory == null ? this : parentAdapterFactory.getRootAdapterFactory(); - } - - /** - * This sets the composed adapter factory that contains this factory. - * - * - * @generated - */ - @Override - public void setParentAdapterFactory(ComposedAdapterFactory parentAdapterFactory) { - this.parentAdapterFactory = parentAdapterFactory; - } - - /** - * - * - * @generated - */ - @Override - public boolean isFactoryForType(Object type) { - return supportedTypes.contains(type) || super.isFactoryForType(type); - } - - /** - * This implementation substitutes the factory itself as the key for the adapter. - * - * - * @generated - */ - @Override - public Adapter adapt(Notifier notifier, Object type) { - return super.adapt(notifier, this); - } - - /** - * - * - * @generated - */ - @Override - public Object adapt(Object object, Object type) { - if (isFactoryForType(type)) { - Object adapter = super.adapt(object, type); - if (!(type instanceof Class) || (((Class) type).isInstance(adapter))) { - return adapter; - } - } - - return null; - } - - /** - * This adds a listener. - * - * - * @generated - */ - @Override - public void addListener(INotifyChangedListener notifyChangedListener) { - changeNotifier.addListener(notifyChangedListener); - } - - /** - * This removes a listener. - * - * - * @generated - */ - @Override - public void removeListener(INotifyChangedListener notifyChangedListener) { - changeNotifier.removeListener(notifyChangedListener); - } - - /** - * This delegates to {@link #changeNotifier} and to {@link #parentAdapterFactory}. - * - * - * @generated - */ - @Override - public void fireNotifyChanged(Notification notification) { - changeNotifier.fireNotifyChanged(notification); - - if (parentAdapterFactory != null) { - parentAdapterFactory.fireNotifyChanged(notification); - } - } - - /** - * This disposes all of the item providers created by this factory. - * - * - * @generated - */ - @Override - public void dispose() { - if (personalItemProvider != null) - personalItemProvider.dispose(); - if (floatingItemProvider != null) - floatingItemProvider.dispose(); - if (personalLicenseItemProvider != null) - personalLicenseItemProvider.dispose(); - if (floatingLicenseItemProvider != null) - floatingLicenseItemProvider.dispose(); - } - -} diff --git a/bundles/org.eclipse.passage.lic.shipments.model/.classpath b/bundles/org.eclipse.passage.lic.shipments.model/.classpath deleted file mode 100644 index 7745a6c94..000000000 --- a/bundles/org.eclipse.passage.lic.shipments.model/.classpath +++ /dev/null @@ -1,8 +0,0 @@ - - - - - - - - diff --git a/bundles/org.eclipse.passage.lic.shipments.model/.project b/bundles/org.eclipse.passage.lic.shipments.model/.project deleted file mode 100644 index 6db0cbe07..000000000 --- a/bundles/org.eclipse.passage.lic.shipments.model/.project +++ /dev/null @@ -1,34 +0,0 @@ - - - org.eclipse.passage.lic.shipments.model - - - - - - org.eclipse.jdt.core.javabuilder - - - - - org.eclipse.pde.ManifestBuilder - - - - - org.eclipse.pde.SchemaBuilder - - - - - org.eclipse.pde.api.tools.apiAnalysisBuilder - - - - - - org.eclipse.pde.PluginNature - org.eclipse.jdt.core.javanature - org.eclipse.pde.api.tools.apiAnalysisNature - - diff --git a/bundles/org.eclipse.passage.lic.shipments.model/.settings/.api_filters b/bundles/org.eclipse.passage.lic.shipments.model/.settings/.api_filters deleted file mode 100644 index fb14f71fb..000000000 --- a/bundles/org.eclipse.passage.lic.shipments.model/.settings/.api_filters +++ /dev/null @@ -1,51 +0,0 @@ - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - diff --git a/bundles/org.eclipse.passage.lic.shipments.model/.settings/org.eclipse.jdt.core.prefs b/bundles/org.eclipse.passage.lic.shipments.model/.settings/org.eclipse.jdt.core.prefs deleted file mode 100644 index ffa3c4b78..000000000 --- a/bundles/org.eclipse.passage.lic.shipments.model/.settings/org.eclipse.jdt.core.prefs +++ /dev/null @@ -1,115 +0,0 @@ -eclipse.preferences.version=1 -org.eclipse.jdt.core.compiler.annotation.inheritNullAnnotations=disabled -org.eclipse.jdt.core.compiler.annotation.missingNonNullByDefaultAnnotation=ignore -org.eclipse.jdt.core.compiler.annotation.nonnull=org.eclipse.jdt.annotation.NonNull -org.eclipse.jdt.core.compiler.annotation.nonnull.secondary= -org.eclipse.jdt.core.compiler.annotation.nonnullbydefault=org.eclipse.jdt.annotation.NonNullByDefault -org.eclipse.jdt.core.compiler.annotation.nonnullbydefault.secondary= -org.eclipse.jdt.core.compiler.annotation.nullable=org.eclipse.jdt.annotation.Nullable -org.eclipse.jdt.core.compiler.annotation.nullable.secondary= -org.eclipse.jdt.core.compiler.annotation.nullanalysis=disabled -org.eclipse.jdt.core.compiler.codegen.inlineJsrBytecode=enabled -org.eclipse.jdt.core.compiler.codegen.methodParameters=do not generate -org.eclipse.jdt.core.compiler.codegen.targetPlatform=1.8 -org.eclipse.jdt.core.compiler.codegen.unusedLocal=preserve -org.eclipse.jdt.core.compiler.compliance=1.8 -org.eclipse.jdt.core.compiler.debug.lineNumber=generate -org.eclipse.jdt.core.compiler.debug.localVariable=generate -org.eclipse.jdt.core.compiler.debug.sourceFile=generate -org.eclipse.jdt.core.compiler.problem.APILeak=warning -org.eclipse.jdt.core.compiler.problem.annotationSuperInterface=warning -org.eclipse.jdt.core.compiler.problem.assertIdentifier=error -org.eclipse.jdt.core.compiler.problem.autoboxing=ignore -org.eclipse.jdt.core.compiler.problem.comparingIdentical=warning -org.eclipse.jdt.core.compiler.problem.deadCode=warning -org.eclipse.jdt.core.compiler.problem.deprecation=warning -org.eclipse.jdt.core.compiler.problem.deprecationInDeprecatedCode=disabled -org.eclipse.jdt.core.compiler.problem.deprecationWhenOverridingDeprecatedMethod=disabled -org.eclipse.jdt.core.compiler.problem.discouragedReference=warning -org.eclipse.jdt.core.compiler.problem.emptyStatement=ignore -org.eclipse.jdt.core.compiler.problem.enablePreviewFeatures=disabled -org.eclipse.jdt.core.compiler.problem.enumIdentifier=error -org.eclipse.jdt.core.compiler.problem.explicitlyClosedAutoCloseable=ignore -org.eclipse.jdt.core.compiler.problem.fallthroughCase=warning -org.eclipse.jdt.core.compiler.problem.fatalOptionalError=disabled -org.eclipse.jdt.core.compiler.problem.fieldHiding=warning -org.eclipse.jdt.core.compiler.problem.finalParameterBound=warning -org.eclipse.jdt.core.compiler.problem.finallyBlockNotCompletingNormally=warning -org.eclipse.jdt.core.compiler.problem.forbiddenReference=error -org.eclipse.jdt.core.compiler.problem.hiddenCatchBlock=warning -org.eclipse.jdt.core.compiler.problem.includeNullInfoFromAsserts=disabled -org.eclipse.jdt.core.compiler.problem.incompatibleNonInheritedInterfaceMethod=warning -org.eclipse.jdt.core.compiler.problem.incompleteEnumSwitch=warning -org.eclipse.jdt.core.compiler.problem.indirectStaticAccess=ignore -org.eclipse.jdt.core.compiler.problem.localVariableHiding=warning -org.eclipse.jdt.core.compiler.problem.methodWithConstructorName=warning -org.eclipse.jdt.core.compiler.problem.missingDefaultCase=warning -org.eclipse.jdt.core.compiler.problem.missingDeprecatedAnnotation=warning -org.eclipse.jdt.core.compiler.problem.missingEnumCaseDespiteDefault=disabled -org.eclipse.jdt.core.compiler.problem.missingHashCodeMethod=warning -org.eclipse.jdt.core.compiler.problem.missingOverrideAnnotation=warning -org.eclipse.jdt.core.compiler.problem.missingOverrideAnnotationForInterfaceMethodImplementation=enabled -org.eclipse.jdt.core.compiler.problem.missingSerialVersion=warning -org.eclipse.jdt.core.compiler.problem.missingSynchronizedOnInheritedMethod=ignore -org.eclipse.jdt.core.compiler.problem.noEffectAssignment=warning -org.eclipse.jdt.core.compiler.problem.noImplicitStringConversion=warning -org.eclipse.jdt.core.compiler.problem.nonExternalizedStringLiteral=error -org.eclipse.jdt.core.compiler.problem.nonnullParameterAnnotationDropped=warning -org.eclipse.jdt.core.compiler.problem.nonnullTypeVariableFromLegacyInvocation=warning -org.eclipse.jdt.core.compiler.problem.nullAnnotationInferenceConflict=error -org.eclipse.jdt.core.compiler.problem.nullReference=warning -org.eclipse.jdt.core.compiler.problem.nullSpecViolation=error -org.eclipse.jdt.core.compiler.problem.nullUncheckedConversion=warning -org.eclipse.jdt.core.compiler.problem.overridingPackageDefaultMethod=warning -org.eclipse.jdt.core.compiler.problem.parameterAssignment=ignore -org.eclipse.jdt.core.compiler.problem.pessimisticNullAnalysisForFreeTypeVariables=warning -org.eclipse.jdt.core.compiler.problem.possibleAccidentalBooleanAssignment=warning -org.eclipse.jdt.core.compiler.problem.potentialNullReference=warning -org.eclipse.jdt.core.compiler.problem.potentiallyUnclosedCloseable=warning -org.eclipse.jdt.core.compiler.problem.rawTypeReference=warning -org.eclipse.jdt.core.compiler.problem.redundantNullAnnotation=warning -org.eclipse.jdt.core.compiler.problem.redundantNullCheck=warning -org.eclipse.jdt.core.compiler.problem.redundantSpecificationOfTypeArguments=ignore -org.eclipse.jdt.core.compiler.problem.redundantSuperinterface=ignore -org.eclipse.jdt.core.compiler.problem.reportMethodCanBePotentiallyStatic=ignore -org.eclipse.jdt.core.compiler.problem.reportMethodCanBeStatic=ignore -org.eclipse.jdt.core.compiler.problem.reportPreviewFeatures=warning -org.eclipse.jdt.core.compiler.problem.specialParameterHidingField=disabled -org.eclipse.jdt.core.compiler.problem.staticAccessReceiver=warning -org.eclipse.jdt.core.compiler.problem.suppressOptionalErrors=disabled -org.eclipse.jdt.core.compiler.problem.suppressWarnings=enabled -org.eclipse.jdt.core.compiler.problem.syntacticNullAnalysisForFields=disabled -org.eclipse.jdt.core.compiler.problem.syntheticAccessEmulation=ignore -org.eclipse.jdt.core.compiler.problem.terminalDeprecation=warning -org.eclipse.jdt.core.compiler.problem.typeParameterHiding=warning -org.eclipse.jdt.core.compiler.problem.unavoidableGenericTypeProblems=enabled -org.eclipse.jdt.core.compiler.problem.uncheckedTypeOperation=warning -org.eclipse.jdt.core.compiler.problem.unclosedCloseable=warning -org.eclipse.jdt.core.compiler.problem.undocumentedEmptyBlock=ignore -org.eclipse.jdt.core.compiler.problem.unhandledWarningToken=warning -org.eclipse.jdt.core.compiler.problem.unlikelyCollectionMethodArgumentType=warning -org.eclipse.jdt.core.compiler.problem.unlikelyCollectionMethodArgumentTypeStrict=disabled -org.eclipse.jdt.core.compiler.problem.unlikelyEqualsArgumentType=info -org.eclipse.jdt.core.compiler.problem.unnecessaryElse=ignore -org.eclipse.jdt.core.compiler.problem.unnecessaryTypeCheck=warning -org.eclipse.jdt.core.compiler.problem.unqualifiedFieldAccess=ignore -org.eclipse.jdt.core.compiler.problem.unstableAutoModuleName=warning -org.eclipse.jdt.core.compiler.problem.unusedDeclaredThrownException=ignore -org.eclipse.jdt.core.compiler.problem.unusedDeclaredThrownExceptionExemptExceptionAndThrowable=enabled -org.eclipse.jdt.core.compiler.problem.unusedDeclaredThrownExceptionIncludeDocCommentReference=enabled -org.eclipse.jdt.core.compiler.problem.unusedDeclaredThrownExceptionWhenOverriding=disabled -org.eclipse.jdt.core.compiler.problem.unusedExceptionParameter=ignore -org.eclipse.jdt.core.compiler.problem.unusedImport=warning -org.eclipse.jdt.core.compiler.problem.unusedLabel=warning -org.eclipse.jdt.core.compiler.problem.unusedLocal=warning -org.eclipse.jdt.core.compiler.problem.unusedObjectAllocation=ignore -org.eclipse.jdt.core.compiler.problem.unusedParameter=warning -org.eclipse.jdt.core.compiler.problem.unusedParameterIncludeDocCommentReference=enabled -org.eclipse.jdt.core.compiler.problem.unusedParameterWhenImplementingAbstract=disabled -org.eclipse.jdt.core.compiler.problem.unusedParameterWhenOverridingConcrete=disabled -org.eclipse.jdt.core.compiler.problem.unusedPrivateMember=warning -org.eclipse.jdt.core.compiler.problem.unusedTypeParameter=warning -org.eclipse.jdt.core.compiler.problem.unusedWarningToken=warning -org.eclipse.jdt.core.compiler.problem.varargsArgumentNeedCast=warning -org.eclipse.jdt.core.compiler.release=enabled -org.eclipse.jdt.core.compiler.source=1.8 diff --git a/bundles/org.eclipse.passage.lic.shipments.model/.settings/org.eclipse.jdt.ui.prefs b/bundles/org.eclipse.passage.lic.shipments.model/.settings/org.eclipse.jdt.ui.prefs deleted file mode 100644 index 15649cf27..000000000 --- a/bundles/org.eclipse.passage.lic.shipments.model/.settings/org.eclipse.jdt.ui.prefs +++ /dev/null @@ -1,123 +0,0 @@ -cleanup.add_default_serial_version_id=true -cleanup.add_generated_serial_version_id=false -cleanup.add_missing_annotations=true -cleanup.add_missing_deprecated_annotations=true -cleanup.add_missing_methods=false -cleanup.add_missing_nls_tags=false -cleanup.add_missing_override_annotations=true -cleanup.add_missing_override_annotations_interface_methods=true -cleanup.add_serial_version_id=false -cleanup.always_use_blocks=true -cleanup.always_use_parentheses_in_expressions=false -cleanup.always_use_this_for_non_static_field_access=false -cleanup.always_use_this_for_non_static_method_access=false -cleanup.convert_functional_interfaces=false -cleanup.convert_to_enhanced_for_loop=false -cleanup.correct_indentation=false -cleanup.format_source_code=false -cleanup.format_source_code_changes_only=false -cleanup.insert_inferred_type_arguments=false -cleanup.make_local_variable_final=true -cleanup.make_parameters_final=false -cleanup.make_private_fields_final=true -cleanup.make_type_abstract_if_missing_method=false -cleanup.make_variable_declarations_final=false -cleanup.never_use_blocks=false -cleanup.never_use_parentheses_in_expressions=true -cleanup.organize_imports=false -cleanup.qualify_static_field_accesses_with_declaring_class=false -cleanup.qualify_static_member_accesses_through_instances_with_declaring_class=true -cleanup.qualify_static_member_accesses_through_subtypes_with_declaring_class=true -cleanup.qualify_static_member_accesses_with_declaring_class=true -cleanup.qualify_static_method_accesses_with_declaring_class=false -cleanup.remove_private_constructors=true -cleanup.remove_redundant_modifiers=false -cleanup.remove_redundant_semicolons=false -cleanup.remove_redundant_type_arguments=false -cleanup.remove_trailing_whitespaces=false -cleanup.remove_trailing_whitespaces_all=true -cleanup.remove_trailing_whitespaces_ignore_empty=false -cleanup.remove_unnecessary_casts=true -cleanup.remove_unnecessary_nls_tags=true -cleanup.remove_unused_imports=true -cleanup.remove_unused_local_variables=false -cleanup.remove_unused_private_fields=true -cleanup.remove_unused_private_members=false -cleanup.remove_unused_private_methods=true -cleanup.remove_unused_private_types=true -cleanup.sort_members=false -cleanup.sort_members_all=false -cleanup.use_anonymous_class_creation=false -cleanup.use_blocks=false -cleanup.use_blocks_only_for_return_and_throw=false -cleanup.use_lambda=true -cleanup.use_parentheses_in_expressions=false -cleanup.use_this_for_non_static_field_access=false -cleanup.use_this_for_non_static_field_access_only_if_necessary=true -cleanup.use_this_for_non_static_method_access=false -cleanup.use_this_for_non_static_method_access_only_if_necessary=true -cleanup_profile=org.eclipse.jdt.ui.default.eclipse_clean_up_profile -cleanup_settings_version=2 -eclipse.preferences.version=1 -editor_save_participant_org.eclipse.jdt.ui.postsavelistener.cleanup=true -formatter_settings_version=16 -org.eclipse.jdt.ui.text.custom_code_templates= -sp_cleanup.add_default_serial_version_id=true -sp_cleanup.add_generated_serial_version_id=false -sp_cleanup.add_missing_annotations=true -sp_cleanup.add_missing_deprecated_annotations=true -sp_cleanup.add_missing_methods=false -sp_cleanup.add_missing_nls_tags=false -sp_cleanup.add_missing_override_annotations=true -sp_cleanup.add_missing_override_annotations_interface_methods=true -sp_cleanup.add_serial_version_id=false -sp_cleanup.always_use_blocks=true -sp_cleanup.always_use_parentheses_in_expressions=false -sp_cleanup.always_use_this_for_non_static_field_access=false -sp_cleanup.always_use_this_for_non_static_method_access=false -sp_cleanup.convert_functional_interfaces=false -sp_cleanup.convert_to_enhanced_for_loop=false -sp_cleanup.correct_indentation=false -sp_cleanup.format_source_code=true -sp_cleanup.format_source_code_changes_only=true -sp_cleanup.insert_inferred_type_arguments=false -sp_cleanup.make_local_variable_final=true -sp_cleanup.make_parameters_final=false -sp_cleanup.make_private_fields_final=true -sp_cleanup.make_type_abstract_if_missing_method=false -sp_cleanup.make_variable_declarations_final=false -sp_cleanup.never_use_blocks=false -sp_cleanup.never_use_parentheses_in_expressions=true -sp_cleanup.on_save_use_additional_actions=true -sp_cleanup.organize_imports=true -sp_cleanup.qualify_static_field_accesses_with_declaring_class=false -sp_cleanup.qualify_static_member_accesses_through_instances_with_declaring_class=true -sp_cleanup.qualify_static_member_accesses_through_subtypes_with_declaring_class=true -sp_cleanup.qualify_static_member_accesses_with_declaring_class=false -sp_cleanup.qualify_static_method_accesses_with_declaring_class=false -sp_cleanup.remove_private_constructors=true -sp_cleanup.remove_redundant_modifiers=false -sp_cleanup.remove_redundant_semicolons=false -sp_cleanup.remove_redundant_type_arguments=false -sp_cleanup.remove_trailing_whitespaces=false -sp_cleanup.remove_trailing_whitespaces_all=true -sp_cleanup.remove_trailing_whitespaces_ignore_empty=false -sp_cleanup.remove_unnecessary_casts=true -sp_cleanup.remove_unnecessary_nls_tags=false -sp_cleanup.remove_unused_imports=false -sp_cleanup.remove_unused_local_variables=false -sp_cleanup.remove_unused_private_fields=true -sp_cleanup.remove_unused_private_members=false -sp_cleanup.remove_unused_private_methods=true -sp_cleanup.remove_unused_private_types=true -sp_cleanup.sort_members=false -sp_cleanup.sort_members_all=false -sp_cleanup.use_anonymous_class_creation=false -sp_cleanup.use_blocks=false -sp_cleanup.use_blocks_only_for_return_and_throw=false -sp_cleanup.use_lambda=true -sp_cleanup.use_parentheses_in_expressions=false -sp_cleanup.use_this_for_non_static_field_access=false -sp_cleanup.use_this_for_non_static_field_access_only_if_necessary=true -sp_cleanup.use_this_for_non_static_method_access=false -sp_cleanup.use_this_for_non_static_method_access_only_if_necessary=true diff --git a/bundles/org.eclipse.passage.lic.shipments.model/.settings/org.eclipse.pde.ds.annotations.prefs b/bundles/org.eclipse.passage.lic.shipments.model/.settings/org.eclipse.pde.ds.annotations.prefs deleted file mode 100644 index 73a356b6d..000000000 --- a/bundles/org.eclipse.passage.lic.shipments.model/.settings/org.eclipse.pde.ds.annotations.prefs +++ /dev/null @@ -1,8 +0,0 @@ -classpath=true -dsVersion=V1_3 -eclipse.preferences.version=1 -enabled=true -generateBundleActivationPolicyLazy=true -path=OSGI-INF -validationErrorLevel=error -validationErrorLevel.missingImplicitUnbindMethod=error diff --git a/bundles/org.eclipse.passage.lic.shipments.model/.settings/org.eclipse.pde.prefs b/bundles/org.eclipse.passage.lic.shipments.model/.settings/org.eclipse.pde.prefs deleted file mode 100644 index 47bd5bdfc..000000000 --- a/bundles/org.eclipse.passage.lic.shipments.model/.settings/org.eclipse.pde.prefs +++ /dev/null @@ -1,34 +0,0 @@ -compilers.f.unresolved-features=1 -compilers.f.unresolved-plugins=1 -compilers.incompatible-environment=1 -compilers.p.build=1 -compilers.p.build.bin.includes=1 -compilers.p.build.encodings=2 -compilers.p.build.java.compiler=2 -compilers.p.build.java.compliance=1 -compilers.p.build.missing.output=2 -compilers.p.build.output.library=1 -compilers.p.build.source.library=1 -compilers.p.build.src.includes=1 -compilers.p.deprecated=1 -compilers.p.discouraged-class=1 -compilers.p.internal=1 -compilers.p.missing-packages=2 -compilers.p.missing-version-export-package=2 -compilers.p.missing-version-import-package=2 -compilers.p.missing-version-require-bundle=1 -compilers.p.no-required-att=0 -compilers.p.no.automatic.module=1 -compilers.p.not-externalized-att=0 -compilers.p.service.component.without.lazyactivation=1 -compilers.p.unknown-attribute=1 -compilers.p.unknown-class=1 -compilers.p.unknown-element=1 -compilers.p.unknown-identifier=1 -compilers.p.unknown-resource=1 -compilers.p.unresolved-ex-points=0 -compilers.p.unresolved-import=0 -compilers.s.create-docs=false -compilers.s.doc-folder=doc -compilers.s.open-tags=1 -eclipse.preferences.version=1 diff --git a/bundles/org.eclipse.passage.lic.shipments.model/META-INF/MANIFEST.MF b/bundles/org.eclipse.passage.lic.shipments.model/META-INF/MANIFEST.MF deleted file mode 100644 index fa49668c4..000000000 --- a/bundles/org.eclipse.passage.lic.shipments.model/META-INF/MANIFEST.MF +++ /dev/null @@ -1,20 +0,0 @@ -Manifest-Version: 1.0 -Automatic-Module-Name: org.eclipse.passage.lic.shipments.model -Bundle-ManifestVersion: 2 -Bundle-SymbolicName: org.eclipse.passage.lic.shipments.model;singleton:=true -Bundle-Version: 0.1.0.qualifier -Bundle-Name: %pluginName -Bundle-Vendor: %providerName -Bundle-Copyright: %Bundle-Copyright -Bundle-Localization: plugin -Bundle-RequiredExecutionEnvironment: JavaSE-1.8 -Require-Bundle: org.eclipse.core.runtime;bundle-version="0.0.0";x-installation:=greedy;resolution:=optional, - org.eclipse.emf.ecore;bundle-version="0.0.0";visibility:=reexport, - org.eclipse.passage.lic.emf.meta;bundle-version="0.6.0", - org.eclipse.passage.lic.shipments;bundle-version="0.1.0";visibility:=reexport -Export-Package: org.eclipse.passage.lic.shipments.model.api, - org.eclipse.passage.lic.shipments.model.impl, - org.eclipse.passage.lic.shipments.model.meta, - org.eclipse.passage.lic.shipments.model.util -Bundle-ClassPath: . -Bundle-ActivationPolicy: lazy diff --git a/bundles/org.eclipse.passage.lic.shipments.model/about.html b/bundles/org.eclipse.passage.lic.shipments.model/about.html deleted file mode 100644 index 164f781a8..000000000 --- a/bundles/org.eclipse.passage.lic.shipments.model/about.html +++ /dev/null @@ -1,36 +0,0 @@ - - - - -About - - -

About This Content

- -

November 30, 2017

-

License

- -

- The Eclipse Foundation makes available all content in this plug-in - ("Content"). Unless otherwise indicated below, the Content - is provided to you under the terms and conditions of the Eclipse - Public License Version 2.0 ("EPL"). A copy of the EPL is - available at http://www.eclipse.org/legal/epl-2.0. - For purposes of the EPL, "Program" will mean the Content. -

- -

- If you did not receive this Content directly from the Eclipse - Foundation, the Content is being redistributed by another party - ("Redistributor") and different terms and conditions may - apply to your use of any object code in the Content. Check the - Redistributor's license that was provided with the Content. If no such - license exists, contact the Redistributor. Unless otherwise indicated - below, the terms and conditions of the EPL still apply to any source - code in the Content and such source code may be obtained at http://www.eclipse.org. -

- - - \ No newline at end of file diff --git a/bundles/org.eclipse.passage.lic.shipments.model/build.properties b/bundles/org.eclipse.passage.lic.shipments.model/build.properties deleted file mode 100644 index 105dabaa1..000000000 --- a/bundles/org.eclipse.passage.lic.shipments.model/build.properties +++ /dev/null @@ -1,22 +0,0 @@ -############################################################################### -# Copyright (c) 2021 ArSysOp -# -# This program and the accompanying materials are made available under the -# terms of the Eclipse Public License 2.0 which is available at -# https://www.eclipse.org/legal/epl-2.0/. -# -# SPDX-License-Identifier: EPL-2.0 -# -# Contributors: -# ArSysOp - initial API and implementation -############################################################################### - -source.. = src-gen/,\ - src/ -output.. = target/classes -bin.includes = .,\ - model/,\ - META-INF/,\ - plugin.xml,\ - plugin.properties,\ - about.html diff --git a/bundles/org.eclipse.passage.lic.shipments.model/model/shipments.genmodel b/bundles/org.eclipse.passage.lic.shipments.model/model/shipments.genmodel deleted file mode 100644 index 0be0f03af..000000000 --- a/bundles/org.eclipse.passage.lic.shipments.model/model/shipments.genmodel +++ /dev/null @@ -1,37 +0,0 @@ - - - ../../org.eclipse.passage.lic.shipments.ecore/model/shipments.ecore - - - - - - - - - - - - - - - - - - - diff --git a/bundles/org.eclipse.passage.lic.shipments.model/plugin.properties b/bundles/org.eclipse.passage.lic.shipments.model/plugin.properties deleted file mode 100644 index bc291166c..000000000 --- a/bundles/org.eclipse.passage.lic.shipments.model/plugin.properties +++ /dev/null @@ -1,24 +0,0 @@ -#Properties file for org.eclipse.passage.lic.shipments.model -############################################################################### -# Copyright (c) 2021 ArSysOp -# -# This program and the accompanying materials are made available under the -# terms of the Eclipse Public License 2.0 which is available at -# https://www.eclipse.org/legal/epl-2.0/. -# -# SPDX-License-Identifier: EPL-2.0 -# -# Contributors: -# ArSysOp - initial API and implementation -############################################################################### - -pluginName = Passage LIC Shipments Model -providerName=Eclipse Passage -Bundle-Copyright = Copyright (c) 2021 ArSysOp.\n\ -\n\ -This program and the accompanying materials are made\n\ -available under the terms of the Eclipse Public License 2.0\n\ -which is available at https://www.eclipse.org/legal/epl-2.0/\n\ -\n\ -SPDX-License-Identifier: EPL-2.0\n\ - diff --git a/bundles/org.eclipse.passage.lic.shipments.model/plugin.xml b/bundles/org.eclipse.passage.lic.shipments.model/plugin.xml deleted file mode 100644 index f3978dc76..000000000 --- a/bundles/org.eclipse.passage.lic.shipments.model/plugin.xml +++ /dev/null @@ -1,26 +0,0 @@ - - - - - - - - - - - - diff --git a/bundles/org.eclipse.passage.lic.shipments.model/src-gen/org/eclipse/passage/lic/shipments/model/api/Floating.java b/bundles/org.eclipse.passage.lic.shipments.model/src-gen/org/eclipse/passage/lic/shipments/model/api/Floating.java deleted file mode 100644 index 64c3e3875..000000000 --- a/bundles/org.eclipse.passage.lic.shipments.model/src-gen/org/eclipse/passage/lic/shipments/model/api/Floating.java +++ /dev/null @@ -1,48 +0,0 @@ -/******************************************************************************* - * Copyright (c) 2018, 2021 ArSysOp - * - * This program and the accompanying materials are made available under the - * terms of the Eclipse Public License 2.0 which is available at - * https://www.eclipse.org/legal/epl-2.0/. - * - * SPDX-License-Identifier: EPL-2.0 - * - * Contributors: - * ArSysOp - initial API and implementation - *******************************************************************************/ -package org.eclipse.passage.lic.shipments.model.api; - -import org.eclipse.emf.common.util.EList; - -import org.eclipse.emf.ecore.EObject; - -/** - * - * A representation of the model object 'Floating'. - * - * - *

- * The following features are supported: - *

- *
    - *
  • {@link org.eclipse.passage.lic.shipments.model.api.Floating#getLicenses Licenses}
  • - *
- * - * @see org.eclipse.passage.lic.shipments.model.meta.ShipmentsPackage#getFloating() - * @model - * @generated - */ -public interface Floating extends EObject { - /** - * Returns the value of the 'Licenses' containment reference list. - * The list contents are of type {@link org.eclipse.passage.lic.shipments.model.api.FloatingLicense}. - * - * - * @return the value of the 'Licenses' containment reference list. - * @see org.eclipse.passage.lic.shipments.model.meta.ShipmentsPackage#getFloating_Licenses() - * @model containment="true" - * @generated - */ - EList getLicenses(); - -} // Floating diff --git a/bundles/org.eclipse.passage.lic.shipments.model/src-gen/org/eclipse/passage/lic/shipments/model/api/FloatingLicense.java b/bundles/org.eclipse.passage.lic.shipments.model/src-gen/org/eclipse/passage/lic/shipments/model/api/FloatingLicense.java deleted file mode 100644 index b4080cae4..000000000 --- a/bundles/org.eclipse.passage.lic.shipments.model/src-gen/org/eclipse/passage/lic/shipments/model/api/FloatingLicense.java +++ /dev/null @@ -1,83 +0,0 @@ -/******************************************************************************* - * Copyright (c) 2018, 2021 ArSysOp - * - * This program and the accompanying materials are made available under the - * terms of the Eclipse Public License 2.0 which is available at - * https://www.eclipse.org/legal/epl-2.0/. - * - * SPDX-License-Identifier: EPL-2.0 - * - * Contributors: - * ArSysOp - initial API and implementation - *******************************************************************************/ -package org.eclipse.passage.lic.shipments.model.api; - -import org.eclipse.emf.ecore.EObject; - -import org.eclipse.passage.lic.shipments.FloatingLicenseDescriptor; - -/** - * - * A representation of the model object 'Floating License'. - * - * - *

- * The following features are supported: - *

- *
    - *
  • {@link org.eclipse.passage.lic.shipments.model.api.FloatingLicense#getCompany Company}
  • - *
  • {@link org.eclipse.passage.lic.shipments.model.api.FloatingLicense#getLicense License}
  • - *
- * - * @see org.eclipse.passage.lic.shipments.model.meta.ShipmentsPackage#getFloatingLicense() - * @model superTypes="org.eclipse.passage.lic.shipments.model.api.FloatingLicenseDescriptor" - * @generated - */ -public interface FloatingLicense extends EObject, FloatingLicenseDescriptor { - /** - * Returns the value of the 'Company' attribute. - * - * - * @return the value of the 'Company' attribute. - * @see #setCompany(String) - * @see org.eclipse.passage.lic.shipments.model.meta.ShipmentsPackage#getFloatingLicense_Company() - * @model required="true" - * @generated - */ - @Override - String getCompany(); - - /** - * Sets the value of the '{@link org.eclipse.passage.lic.shipments.model.api.FloatingLicense#getCompany Company}' attribute. - * - * - * @param value the new value of the 'Company' attribute. - * @see #getCompany() - * @generated - */ - void setCompany(String value); - - /** - * Returns the value of the 'License' attribute. - * - * - * @return the value of the 'License' attribute. - * @see #setLicense(String) - * @see org.eclipse.passage.lic.shipments.model.meta.ShipmentsPackage#getFloatingLicense_License() - * @model required="true" - * @generated - */ - @Override - String getLicense(); - - /** - * Sets the value of the '{@link org.eclipse.passage.lic.shipments.model.api.FloatingLicense#getLicense License}' attribute. - * - * - * @param value the new value of the 'License' attribute. - * @see #getLicense() - * @generated - */ - void setLicense(String value); - -} // FloatingLicense diff --git a/bundles/org.eclipse.passage.lic.shipments.model/src-gen/org/eclipse/passage/lic/shipments/model/api/Personal.java b/bundles/org.eclipse.passage.lic.shipments.model/src-gen/org/eclipse/passage/lic/shipments/model/api/Personal.java deleted file mode 100644 index ab4375d56..000000000 --- a/bundles/org.eclipse.passage.lic.shipments.model/src-gen/org/eclipse/passage/lic/shipments/model/api/Personal.java +++ /dev/null @@ -1,48 +0,0 @@ -/******************************************************************************* - * Copyright (c) 2018, 2021 ArSysOp - * - * This program and the accompanying materials are made available under the - * terms of the Eclipse Public License 2.0 which is available at - * https://www.eclipse.org/legal/epl-2.0/. - * - * SPDX-License-Identifier: EPL-2.0 - * - * Contributors: - * ArSysOp - initial API and implementation - *******************************************************************************/ -package org.eclipse.passage.lic.shipments.model.api; - -import org.eclipse.emf.common.util.EList; - -import org.eclipse.emf.ecore.EObject; - -/** - * - * A representation of the model object 'Personal'. - * - * - *

- * The following features are supported: - *

- *
    - *
  • {@link org.eclipse.passage.lic.shipments.model.api.Personal#getLicenses Licenses}
  • - *
- * - * @see org.eclipse.passage.lic.shipments.model.meta.ShipmentsPackage#getPersonal() - * @model - * @generated - */ -public interface Personal extends EObject { - /** - * Returns the value of the 'Licenses' containment reference list. - * The list contents are of type {@link org.eclipse.passage.lic.shipments.model.api.PersonalLicense}. - * - * - * @return the value of the 'Licenses' containment reference list. - * @see org.eclipse.passage.lic.shipments.model.meta.ShipmentsPackage#getPersonal_Licenses() - * @model containment="true" - * @generated - */ - EList getLicenses(); - -} // Personal diff --git a/bundles/org.eclipse.passage.lic.shipments.model/src-gen/org/eclipse/passage/lic/shipments/model/api/PersonalLicense.java b/bundles/org.eclipse.passage.lic.shipments.model/src-gen/org/eclipse/passage/lic/shipments/model/api/PersonalLicense.java deleted file mode 100644 index 2a57b85de..000000000 --- a/bundles/org.eclipse.passage.lic.shipments.model/src-gen/org/eclipse/passage/lic/shipments/model/api/PersonalLicense.java +++ /dev/null @@ -1,83 +0,0 @@ -/******************************************************************************* - * Copyright (c) 2018, 2021 ArSysOp - * - * This program and the accompanying materials are made available under the - * terms of the Eclipse Public License 2.0 which is available at - * https://www.eclipse.org/legal/epl-2.0/. - * - * SPDX-License-Identifier: EPL-2.0 - * - * Contributors: - * ArSysOp - initial API and implementation - *******************************************************************************/ -package org.eclipse.passage.lic.shipments.model.api; - -import org.eclipse.emf.ecore.EObject; - -import org.eclipse.passage.lic.shipments.PersonalLicenseDescriptor; - -/** - * - * A representation of the model object 'Personal License'. - * - * - *

- * The following features are supported: - *

- *
    - *
  • {@link org.eclipse.passage.lic.shipments.model.api.PersonalLicense#getUser User}
  • - *
  • {@link org.eclipse.passage.lic.shipments.model.api.PersonalLicense#getLicense License}
  • - *
- * - * @see org.eclipse.passage.lic.shipments.model.meta.ShipmentsPackage#getPersonalLicense() - * @model superTypes="org.eclipse.passage.lic.shipments.model.api.PersonalLicenseDescriptor" - * @generated - */ -public interface PersonalLicense extends EObject, PersonalLicenseDescriptor { - /** - * Returns the value of the 'User' attribute. - * - * - * @return the value of the 'User' attribute. - * @see #setUser(String) - * @see org.eclipse.passage.lic.shipments.model.meta.ShipmentsPackage#getPersonalLicense_User() - * @model required="true" - * @generated - */ - @Override - String getUser(); - - /** - * Sets the value of the '{@link org.eclipse.passage.lic.shipments.model.api.PersonalLicense#getUser User}' attribute. - * - * - * @param value the new value of the 'User' attribute. - * @see #getUser() - * @generated - */ - void setUser(String value); - - /** - * Returns the value of the 'License' attribute. - * - * - * @return the value of the 'License' attribute. - * @see #setLicense(String) - * @see org.eclipse.passage.lic.shipments.model.meta.ShipmentsPackage#getPersonalLicense_License() - * @model required="true" - * @generated - */ - @Override - String getLicense(); - - /** - * Sets the value of the '{@link org.eclipse.passage.lic.shipments.model.api.PersonalLicense#getLicense License}' attribute. - * - * - * @param value the new value of the 'License' attribute. - * @see #getLicense() - * @generated - */ - void setLicense(String value); - -} // PersonalLicense diff --git a/bundles/org.eclipse.passage.lic.shipments.model/src-gen/org/eclipse/passage/lic/shipments/model/impl/FloatingImpl.java b/bundles/org.eclipse.passage.lic.shipments.model/src-gen/org/eclipse/passage/lic/shipments/model/impl/FloatingImpl.java deleted file mode 100644 index 60561d00e..000000000 --- a/bundles/org.eclipse.passage.lic.shipments.model/src-gen/org/eclipse/passage/lic/shipments/model/impl/FloatingImpl.java +++ /dev/null @@ -1,172 +0,0 @@ -/******************************************************************************* - * Copyright (c) 2018, 2021 ArSysOp - * - * This program and the accompanying materials are made available under the - * terms of the Eclipse Public License 2.0 which is available at - * https://www.eclipse.org/legal/epl-2.0/. - * - * SPDX-License-Identifier: EPL-2.0 - * - * Contributors: - * ArSysOp - initial API and implementation - *******************************************************************************/ -package org.eclipse.passage.lic.shipments.model.impl; - -import java.util.Collection; - -import org.eclipse.emf.common.notify.NotificationChain; - -import org.eclipse.emf.common.util.EList; - -import org.eclipse.emf.ecore.EClass; -import org.eclipse.emf.ecore.InternalEObject; - -import org.eclipse.emf.ecore.impl.MinimalEObjectImpl; - -import org.eclipse.emf.ecore.util.EObjectContainmentEList; -import org.eclipse.emf.ecore.util.InternalEList; - -import org.eclipse.passage.lic.shipments.model.api.Floating; -import org.eclipse.passage.lic.shipments.model.api.FloatingLicense; - -import org.eclipse.passage.lic.shipments.model.meta.ShipmentsPackage; - -/** - * - * An implementation of the model object 'Floating'. - * - *

- * The following features are implemented: - *

- *
    - *
  • {@link org.eclipse.passage.lic.shipments.model.impl.FloatingImpl#getLicenses Licenses}
  • - *
- * - * @generated - */ -public class FloatingImpl extends MinimalEObjectImpl.Container implements Floating { - /** - * The cached value of the '{@link #getLicenses() Licenses}' containment reference list. - * - * - * @see #getLicenses() - * @generated - * @ordered - */ - protected EList licenses; - - /** - * - * - * @generated - */ - protected FloatingImpl() { - super(); - } - - /** - * - * - * @generated - */ - @Override - protected EClass eStaticClass() { - return ShipmentsPackage.eINSTANCE.getFloating(); - } - - /** - * - * - * @generated - */ - @Override - public EList getLicenses() { - if (licenses == null) { - licenses = new EObjectContainmentEList(FloatingLicense.class, this, - ShipmentsPackage.FLOATING__LICENSES); - } - return licenses; - } - - /** - * - * - * @generated - */ - @Override - public NotificationChain eInverseRemove(InternalEObject otherEnd, int featureID, NotificationChain msgs) { - switch (featureID) { - case ShipmentsPackage.FLOATING__LICENSES: - return ((InternalEList) getLicenses()).basicRemove(otherEnd, msgs); - default: - return super.eInverseRemove(otherEnd, featureID, msgs); - } - } - - /** - * - * - * @generated - */ - @Override - public Object eGet(int featureID, boolean resolve, boolean coreType) { - switch (featureID) { - case ShipmentsPackage.FLOATING__LICENSES: - return getLicenses(); - default: - return super.eGet(featureID, resolve, coreType); - } - } - - /** - * - * - * @generated - */ - @SuppressWarnings("unchecked") - @Override - public void eSet(int featureID, Object newValue) { - switch (featureID) { - case ShipmentsPackage.FLOATING__LICENSES: - getLicenses().clear(); - getLicenses().addAll((Collection) newValue); - return; - default: - super.eSet(featureID, newValue); - return; - } - } - - /** - * - * - * @generated - */ - @Override - public void eUnset(int featureID) { - switch (featureID) { - case ShipmentsPackage.FLOATING__LICENSES: - getLicenses().clear(); - return; - default: - super.eUnset(featureID); - return; - } - } - - /** - * - * - * @generated - */ - @Override - public boolean eIsSet(int featureID) { - switch (featureID) { - case ShipmentsPackage.FLOATING__LICENSES: - return licenses != null && !licenses.isEmpty(); - default: - return super.eIsSet(featureID); - } - } - -} //FloatingImpl diff --git a/bundles/org.eclipse.passage.lic.shipments.model/src-gen/org/eclipse/passage/lic/shipments/model/impl/FloatingLicenseDescriptorImpl.java b/bundles/org.eclipse.passage.lic.shipments.model/src-gen/org/eclipse/passage/lic/shipments/model/impl/FloatingLicenseDescriptorImpl.java deleted file mode 100644 index 443c3102b..000000000 --- a/bundles/org.eclipse.passage.lic.shipments.model/src-gen/org/eclipse/passage/lic/shipments/model/impl/FloatingLicenseDescriptorImpl.java +++ /dev/null @@ -1,51 +0,0 @@ -/******************************************************************************* - * Copyright (c) 2018, 2021 ArSysOp - * - * This program and the accompanying materials are made available under the - * terms of the Eclipse Public License 2.0 which is available at - * https://www.eclipse.org/legal/epl-2.0/. - * - * SPDX-License-Identifier: EPL-2.0 - * - * Contributors: - * ArSysOp - initial API and implementation - *******************************************************************************/ -package org.eclipse.passage.lic.shipments.model.impl; - -import org.eclipse.emf.ecore.EClass; - -import org.eclipse.emf.ecore.impl.MinimalEObjectImpl; - -import org.eclipse.passage.lic.shipments.FloatingLicenseDescriptor; - -import org.eclipse.passage.lic.shipments.model.meta.ShipmentsPackage; - -/** - * - * An implementation of the model object 'Floating License Descriptor'. - * - * - * @generated - */ -public abstract class FloatingLicenseDescriptorImpl extends MinimalEObjectImpl.Container - implements FloatingLicenseDescriptor { - /** - * - * - * @generated - */ - protected FloatingLicenseDescriptorImpl() { - super(); - } - - /** - * - * - * @generated - */ - @Override - protected EClass eStaticClass() { - return ShipmentsPackage.eINSTANCE.getFloatingLicenseDescriptor(); - } - -} //FloatingLicenseDescriptorImpl diff --git a/bundles/org.eclipse.passage.lic.shipments.model/src-gen/org/eclipse/passage/lic/shipments/model/impl/FloatingLicenseImpl.java b/bundles/org.eclipse.passage.lic.shipments.model/src-gen/org/eclipse/passage/lic/shipments/model/impl/FloatingLicenseImpl.java deleted file mode 100644 index 6d3ea9aca..000000000 --- a/bundles/org.eclipse.passage.lic.shipments.model/src-gen/org/eclipse/passage/lic/shipments/model/impl/FloatingLicenseImpl.java +++ /dev/null @@ -1,244 +0,0 @@ -/******************************************************************************* - * Copyright (c) 2018, 2021 ArSysOp - * - * This program and the accompanying materials are made available under the - * terms of the Eclipse Public License 2.0 which is available at - * https://www.eclipse.org/legal/epl-2.0/. - * - * SPDX-License-Identifier: EPL-2.0 - * - * Contributors: - * ArSysOp - initial API and implementation - *******************************************************************************/ -package org.eclipse.passage.lic.shipments.model.impl; - -import java.util.Objects; - -import org.eclipse.emf.common.notify.Notification; - -import org.eclipse.emf.ecore.EClass; - -import org.eclipse.emf.ecore.impl.ENotificationImpl; - -import org.eclipse.passage.lic.shipments.model.api.FloatingLicense; - -import org.eclipse.passage.lic.shipments.model.meta.ShipmentsPackage; - -/** - * - * An implementation of the model object 'Floating License'. - * - *

- * The following features are implemented: - *

- *
    - *
  • {@link org.eclipse.passage.lic.shipments.model.impl.FloatingLicenseImpl#getCompany Company}
  • - *
  • {@link org.eclipse.passage.lic.shipments.model.impl.FloatingLicenseImpl#getLicense License}
  • - *
- * - * @generated - */ -public class FloatingLicenseImpl extends FloatingLicenseDescriptorImpl implements FloatingLicense { - /** - * The default value of the '{@link #getCompany() Company}' attribute. - * - * - * @see #getCompany() - * @generated - * @ordered - */ - protected static final String COMPANY_EDEFAULT = null; - - /** - * The cached value of the '{@link #getCompany() Company}' attribute. - * - * - * @see #getCompany() - * @generated - * @ordered - */ - private String company = COMPANY_EDEFAULT; - - /** - * The default value of the '{@link #getLicense() License}' attribute. - * - * - * @see #getLicense() - * @generated - * @ordered - */ - protected static final String LICENSE_EDEFAULT = null; - - /** - * The cached value of the '{@link #getLicense() License}' attribute. - * - * - * @see #getLicense() - * @generated - * @ordered - */ - private String license = LICENSE_EDEFAULT; - - /** - * - * - * @generated - */ - protected FloatingLicenseImpl() { - super(); - } - - /** - * - * - * @generated - */ - @Override - protected EClass eStaticClass() { - return ShipmentsPackage.eINSTANCE.getFloatingLicense(); - } - - /** - * - * - * @generated - */ - @Override - public String getCompany() { - return company; - } - - /** - * - * - * @generated - */ - @Override - public void setCompany(String newCompany) { - String oldCompany = company; - company = newCompany; - if (eNotificationRequired()) { - eNotify(new ENotificationImpl(this, Notification.SET, ShipmentsPackage.FLOATING_LICENSE__COMPANY, - oldCompany, company)); - } - } - - /** - * - * - * @generated - */ - @Override - public String getLicense() { - return license; - } - - /** - * - * - * @generated - */ - @Override - public void setLicense(String newLicense) { - String oldLicense = license; - license = newLicense; - if (eNotificationRequired()) { - eNotify(new ENotificationImpl(this, Notification.SET, ShipmentsPackage.FLOATING_LICENSE__LICENSE, - oldLicense, license)); - } - } - - /** - * - * - * @generated - */ - @Override - public Object eGet(int featureID, boolean resolve, boolean coreType) { - switch (featureID) { - case ShipmentsPackage.FLOATING_LICENSE__COMPANY: - return getCompany(); - case ShipmentsPackage.FLOATING_LICENSE__LICENSE: - return getLicense(); - default: - return super.eGet(featureID, resolve, coreType); - } - } - - /** - * - * - * @generated - */ - @Override - public void eSet(int featureID, Object newValue) { - switch (featureID) { - case ShipmentsPackage.FLOATING_LICENSE__COMPANY: - setCompany((String) newValue); - return; - case ShipmentsPackage.FLOATING_LICENSE__LICENSE: - setLicense((String) newValue); - return; - default: - super.eSet(featureID, newValue); - return; - } - } - - /** - * - * - * @generated - */ - @Override - public void eUnset(int featureID) { - switch (featureID) { - case ShipmentsPackage.FLOATING_LICENSE__COMPANY: - setCompany(COMPANY_EDEFAULT); - return; - case ShipmentsPackage.FLOATING_LICENSE__LICENSE: - setLicense(LICENSE_EDEFAULT); - return; - default: - super.eUnset(featureID); - return; - } - } - - /** - * - * - * @generated - */ - @Override - public boolean eIsSet(int featureID) { - switch (featureID) { - case ShipmentsPackage.FLOATING_LICENSE__COMPANY: - return !Objects.equals(COMPANY_EDEFAULT, company); - case ShipmentsPackage.FLOATING_LICENSE__LICENSE: - return !Objects.equals(LICENSE_EDEFAULT, license); - default: - return super.eIsSet(featureID); - } - } - - /** - * - * - * @generated - */ - @Override - public String toString() { - if (eIsProxy()) { - return super.toString(); - } - StringBuilder result = new StringBuilder(super.toString()); - result.append(" (company: "); //$NON-NLS-1$ - result.append(company); - result.append(", license: "); //$NON-NLS-1$ - result.append(license); - result.append(')'); - return result.toString(); - } - -} //FloatingLicenseImpl diff --git a/bundles/org.eclipse.passage.lic.shipments.model/src-gen/org/eclipse/passage/lic/shipments/model/impl/PersonalImpl.java b/bundles/org.eclipse.passage.lic.shipments.model/src-gen/org/eclipse/passage/lic/shipments/model/impl/PersonalImpl.java deleted file mode 100644 index 15578fcfd..000000000 --- a/bundles/org.eclipse.passage.lic.shipments.model/src-gen/org/eclipse/passage/lic/shipments/model/impl/PersonalImpl.java +++ /dev/null @@ -1,172 +0,0 @@ -/******************************************************************************* - * Copyright (c) 2018, 2021 ArSysOp - * - * This program and the accompanying materials are made available under the - * terms of the Eclipse Public License 2.0 which is available at - * https://www.eclipse.org/legal/epl-2.0/. - * - * SPDX-License-Identifier: EPL-2.0 - * - * Contributors: - * ArSysOp - initial API and implementation - *******************************************************************************/ -package org.eclipse.passage.lic.shipments.model.impl; - -import java.util.Collection; - -import org.eclipse.emf.common.notify.NotificationChain; - -import org.eclipse.emf.common.util.EList; - -import org.eclipse.emf.ecore.EClass; -import org.eclipse.emf.ecore.InternalEObject; - -import org.eclipse.emf.ecore.impl.MinimalEObjectImpl; - -import org.eclipse.emf.ecore.util.EObjectContainmentEList; -import org.eclipse.emf.ecore.util.InternalEList; - -import org.eclipse.passage.lic.shipments.model.api.Personal; -import org.eclipse.passage.lic.shipments.model.api.PersonalLicense; - -import org.eclipse.passage.lic.shipments.model.meta.ShipmentsPackage; - -/** - * - * An implementation of the model object 'Personal'. - * - *

- * The following features are implemented: - *

- *
    - *
  • {@link org.eclipse.passage.lic.shipments.model.impl.PersonalImpl#getLicenses Licenses}
  • - *
- * - * @generated - */ -public class PersonalImpl extends MinimalEObjectImpl.Container implements Personal { - /** - * The cached value of the '{@link #getLicenses() Licenses}' containment reference list. - * - * - * @see #getLicenses() - * @generated - * @ordered - */ - protected EList licenses; - - /** - * - * - * @generated - */ - protected PersonalImpl() { - super(); - } - - /** - * - * - * @generated - */ - @Override - protected EClass eStaticClass() { - return ShipmentsPackage.eINSTANCE.getPersonal(); - } - - /** - * - * - * @generated - */ - @Override - public EList getLicenses() { - if (licenses == null) { - licenses = new EObjectContainmentEList(PersonalLicense.class, this, - ShipmentsPackage.PERSONAL__LICENSES); - } - return licenses; - } - - /** - * - * - * @generated - */ - @Override - public NotificationChain eInverseRemove(InternalEObject otherEnd, int featureID, NotificationChain msgs) { - switch (featureID) { - case ShipmentsPackage.PERSONAL__LICENSES: - return ((InternalEList) getLicenses()).basicRemove(otherEnd, msgs); - default: - return super.eInverseRemove(otherEnd, featureID, msgs); - } - } - - /** - * - * - * @generated - */ - @Override - public Object eGet(int featureID, boolean resolve, boolean coreType) { - switch (featureID) { - case ShipmentsPackage.PERSONAL__LICENSES: - return getLicenses(); - default: - return super.eGet(featureID, resolve, coreType); - } - } - - /** - * - * - * @generated - */ - @SuppressWarnings("unchecked") - @Override - public void eSet(int featureID, Object newValue) { - switch (featureID) { - case ShipmentsPackage.PERSONAL__LICENSES: - getLicenses().clear(); - getLicenses().addAll((Collection) newValue); - return; - default: - super.eSet(featureID, newValue); - return; - } - } - - /** - * - * - * @generated - */ - @Override - public void eUnset(int featureID) { - switch (featureID) { - case ShipmentsPackage.PERSONAL__LICENSES: - getLicenses().clear(); - return; - default: - super.eUnset(featureID); - return; - } - } - - /** - * - * - * @generated - */ - @Override - public boolean eIsSet(int featureID) { - switch (featureID) { - case ShipmentsPackage.PERSONAL__LICENSES: - return licenses != null && !licenses.isEmpty(); - default: - return super.eIsSet(featureID); - } - } - -} //PersonalImpl diff --git a/bundles/org.eclipse.passage.lic.shipments.model/src-gen/org/eclipse/passage/lic/shipments/model/impl/PersonalLicenseDescriptorImpl.java b/bundles/org.eclipse.passage.lic.shipments.model/src-gen/org/eclipse/passage/lic/shipments/model/impl/PersonalLicenseDescriptorImpl.java deleted file mode 100644 index 591a4c70e..000000000 --- a/bundles/org.eclipse.passage.lic.shipments.model/src-gen/org/eclipse/passage/lic/shipments/model/impl/PersonalLicenseDescriptorImpl.java +++ /dev/null @@ -1,51 +0,0 @@ -/******************************************************************************* - * Copyright (c) 2018, 2021 ArSysOp - * - * This program and the accompanying materials are made available under the - * terms of the Eclipse Public License 2.0 which is available at - * https://www.eclipse.org/legal/epl-2.0/. - * - * SPDX-License-Identifier: EPL-2.0 - * - * Contributors: - * ArSysOp - initial API and implementation - *******************************************************************************/ -package org.eclipse.passage.lic.shipments.model.impl; - -import org.eclipse.emf.ecore.EClass; - -import org.eclipse.emf.ecore.impl.MinimalEObjectImpl; - -import org.eclipse.passage.lic.shipments.PersonalLicenseDescriptor; - -import org.eclipse.passage.lic.shipments.model.meta.ShipmentsPackage; - -/** - * - * An implementation of the model object 'Personal License Descriptor'. - * - * - * @generated - */ -public abstract class PersonalLicenseDescriptorImpl extends MinimalEObjectImpl.Container - implements PersonalLicenseDescriptor { - /** - * - * - * @generated - */ - protected PersonalLicenseDescriptorImpl() { - super(); - } - - /** - * - * - * @generated - */ - @Override - protected EClass eStaticClass() { - return ShipmentsPackage.eINSTANCE.getPersonalLicenseDescriptor(); - } - -} //PersonalLicenseDescriptorImpl diff --git a/bundles/org.eclipse.passage.lic.shipments.model/src-gen/org/eclipse/passage/lic/shipments/model/impl/PersonalLicenseImpl.java b/bundles/org.eclipse.passage.lic.shipments.model/src-gen/org/eclipse/passage/lic/shipments/model/impl/PersonalLicenseImpl.java deleted file mode 100644 index 8fb957e3d..000000000 --- a/bundles/org.eclipse.passage.lic.shipments.model/src-gen/org/eclipse/passage/lic/shipments/model/impl/PersonalLicenseImpl.java +++ /dev/null @@ -1,244 +0,0 @@ -/******************************************************************************* - * Copyright (c) 2018, 2021 ArSysOp - * - * This program and the accompanying materials are made available under the - * terms of the Eclipse Public License 2.0 which is available at - * https://www.eclipse.org/legal/epl-2.0/. - * - * SPDX-License-Identifier: EPL-2.0 - * - * Contributors: - * ArSysOp - initial API and implementation - *******************************************************************************/ -package org.eclipse.passage.lic.shipments.model.impl; - -import java.util.Objects; - -import org.eclipse.emf.common.notify.Notification; - -import org.eclipse.emf.ecore.EClass; - -import org.eclipse.emf.ecore.impl.ENotificationImpl; - -import org.eclipse.passage.lic.shipments.model.api.PersonalLicense; - -import org.eclipse.passage.lic.shipments.model.meta.ShipmentsPackage; - -/** - * - * An implementation of the model object 'Personal License'. - * - *

- * The following features are implemented: - *

- *
    - *
  • {@link org.eclipse.passage.lic.shipments.model.impl.PersonalLicenseImpl#getUser User}
  • - *
  • {@link org.eclipse.passage.lic.shipments.model.impl.PersonalLicenseImpl#getLicense License}
  • - *
- * - * @generated - */ -public class PersonalLicenseImpl extends PersonalLicenseDescriptorImpl implements PersonalLicense { - /** - * The default value of the '{@link #getUser() User}' attribute. - * - * - * @see #getUser() - * @generated - * @ordered - */ - protected static final String USER_EDEFAULT = null; - - /** - * The cached value of the '{@link #getUser() User}' attribute. - * - * - * @see #getUser() - * @generated - * @ordered - */ - private String user = USER_EDEFAULT; - - /** - * The default value of the '{@link #getLicense() License}' attribute. - * - * - * @see #getLicense() - * @generated - * @ordered - */ - protected static final String LICENSE_EDEFAULT = null; - - /** - * The cached value of the '{@link #getLicense() License}' attribute. - * - * - * @see #getLicense() - * @generated - * @ordered - */ - private String license = LICENSE_EDEFAULT; - - /** - * - * - * @generated - */ - protected PersonalLicenseImpl() { - super(); - } - - /** - * - * - * @generated - */ - @Override - protected EClass eStaticClass() { - return ShipmentsPackage.eINSTANCE.getPersonalLicense(); - } - - /** - * - * - * @generated - */ - @Override - public String getUser() { - return user; - } - - /** - * - * - * @generated - */ - @Override - public void setUser(String newUser) { - String oldUser = user; - user = newUser; - if (eNotificationRequired()) { - eNotify(new ENotificationImpl(this, Notification.SET, ShipmentsPackage.PERSONAL_LICENSE__USER, oldUser, - user)); - } - } - - /** - * - * - * @generated - */ - @Override - public String getLicense() { - return license; - } - - /** - * - * - * @generated - */ - @Override - public void setLicense(String newLicense) { - String oldLicense = license; - license = newLicense; - if (eNotificationRequired()) { - eNotify(new ENotificationImpl(this, Notification.SET, ShipmentsPackage.PERSONAL_LICENSE__LICENSE, - oldLicense, license)); - } - } - - /** - * - * - * @generated - */ - @Override - public Object eGet(int featureID, boolean resolve, boolean coreType) { - switch (featureID) { - case ShipmentsPackage.PERSONAL_LICENSE__USER: - return getUser(); - case ShipmentsPackage.PERSONAL_LICENSE__LICENSE: - return getLicense(); - default: - return super.eGet(featureID, resolve, coreType); - } - } - - /** - * - * - * @generated - */ - @Override - public void eSet(int featureID, Object newValue) { - switch (featureID) { - case ShipmentsPackage.PERSONAL_LICENSE__USER: - setUser((String) newValue); - return; - case ShipmentsPackage.PERSONAL_LICENSE__LICENSE: - setLicense((String) newValue); - return; - default: - super.eSet(featureID, newValue); - return; - } - } - - /** - * - * - * @generated - */ - @Override - public void eUnset(int featureID) { - switch (featureID) { - case ShipmentsPackage.PERSONAL_LICENSE__USER: - setUser(USER_EDEFAULT); - return; - case ShipmentsPackage.PERSONAL_LICENSE__LICENSE: - setLicense(LICENSE_EDEFAULT); - return; - default: - super.eUnset(featureID); - return; - } - } - - /** - * - * - * @generated - */ - @Override - public boolean eIsSet(int featureID) { - switch (featureID) { - case ShipmentsPackage.PERSONAL_LICENSE__USER: - return !Objects.equals(USER_EDEFAULT, user); - case ShipmentsPackage.PERSONAL_LICENSE__LICENSE: - return !Objects.equals(LICENSE_EDEFAULT, license); - default: - return super.eIsSet(featureID); - } - } - - /** - * - * - * @generated - */ - @Override - public String toString() { - if (eIsProxy()) { - return super.toString(); - } - StringBuilder result = new StringBuilder(super.toString()); - result.append(" (user: "); //$NON-NLS-1$ - result.append(user); - result.append(", license: "); //$NON-NLS-1$ - result.append(license); - result.append(')'); - return result.toString(); - } - -} //PersonalLicenseImpl diff --git a/bundles/org.eclipse.passage.lic.shipments.model/src-gen/org/eclipse/passage/lic/shipments/model/impl/ShipmentsFactoryImpl.java b/bundles/org.eclipse.passage.lic.shipments.model/src-gen/org/eclipse/passage/lic/shipments/model/impl/ShipmentsFactoryImpl.java deleted file mode 100644 index 053691e64..000000000 --- a/bundles/org.eclipse.passage.lic.shipments.model/src-gen/org/eclipse/passage/lic/shipments/model/impl/ShipmentsFactoryImpl.java +++ /dev/null @@ -1,150 +0,0 @@ -/******************************************************************************* - * Copyright (c) 2018, 2021 ArSysOp - * - * This program and the accompanying materials are made available under the - * terms of the Eclipse Public License 2.0 which is available at - * https://www.eclipse.org/legal/epl-2.0/. - * - * SPDX-License-Identifier: EPL-2.0 - * - * Contributors: - * ArSysOp - initial API and implementation - *******************************************************************************/ -package org.eclipse.passage.lic.shipments.model.impl; - -import org.eclipse.emf.ecore.EClass; -import org.eclipse.emf.ecore.EObject; -import org.eclipse.emf.ecore.EPackage; - -import org.eclipse.emf.ecore.impl.EFactoryImpl; - -import org.eclipse.emf.ecore.plugin.EcorePlugin; - -import org.eclipse.passage.lic.shipments.model.api.*; - -import org.eclipse.passage.lic.shipments.model.meta.ShipmentsFactory; -import org.eclipse.passage.lic.shipments.model.meta.ShipmentsPackage; - -/** - * - * An implementation of the model Factory. - * - * @generated - */ -public class ShipmentsFactoryImpl extends EFactoryImpl implements ShipmentsFactory { - /** - * Creates the default factory implementation. - * - * - * @generated - */ - public static ShipmentsFactory init() { - try { - ShipmentsFactory theShipmentsFactory = (ShipmentsFactory) EPackage.Registry.INSTANCE - .getEFactory(ShipmentsPackage.eNS_URI); - if (theShipmentsFactory != null) { - return theShipmentsFactory; - } - } catch (Exception exception) { - EcorePlugin.INSTANCE.log(exception); - } - return new ShipmentsFactoryImpl(); - } - - /** - * Creates an instance of the factory. - * - * - * @generated - */ - public ShipmentsFactoryImpl() { - super(); - } - - /** - * - * - * @generated - */ - @Override - public EObject create(EClass eClass) { - switch (eClass.getClassifierID()) { - case ShipmentsPackage.PERSONAL: - return createPersonal(); - case ShipmentsPackage.FLOATING: - return createFloating(); - case ShipmentsPackage.PERSONAL_LICENSE: - return createPersonalLicense(); - case ShipmentsPackage.FLOATING_LICENSE: - return createFloatingLicense(); - default: - throw new IllegalArgumentException("The class '" + eClass.getName() + "' is not a valid classifier"); //$NON-NLS-1$ //$NON-NLS-2$ - } - } - - /** - * - * - * @generated - */ - @Override - public Personal createPersonal() { - PersonalImpl personal = new PersonalImpl(); - return personal; - } - - /** - * - * - * @generated - */ - @Override - public Floating createFloating() { - FloatingImpl floating = new FloatingImpl(); - return floating; - } - - /** - * - * - * @generated - */ - @Override - public PersonalLicense createPersonalLicense() { - PersonalLicenseImpl personalLicense = new PersonalLicenseImpl(); - return personalLicense; - } - - /** - * - * - * @generated - */ - @Override - public FloatingLicense createFloatingLicense() { - FloatingLicenseImpl floatingLicense = new FloatingLicenseImpl(); - return floatingLicense; - } - - /** - * - * - * @generated - */ - @Override - public ShipmentsPackage getShipmentsPackage() { - return (ShipmentsPackage) getEPackage(); - } - - /** - * - * - * @deprecated - * @generated - */ - @Deprecated - public static ShipmentsPackage getPackage() { - return ShipmentsPackage.eINSTANCE; - } - -} //ShipmentsFactoryImpl diff --git a/bundles/org.eclipse.passage.lic.shipments.model/src-gen/org/eclipse/passage/lic/shipments/model/impl/ShipmentsPackageImpl.java b/bundles/org.eclipse.passage.lic.shipments.model/src-gen/org/eclipse/passage/lic/shipments/model/impl/ShipmentsPackageImpl.java deleted file mode 100644 index 44c6c5d58..000000000 --- a/bundles/org.eclipse.passage.lic.shipments.model/src-gen/org/eclipse/passage/lic/shipments/model/impl/ShipmentsPackageImpl.java +++ /dev/null @@ -1,387 +0,0 @@ -/******************************************************************************* - * Copyright (c) 2018, 2021 ArSysOp - * - * This program and the accompanying materials are made available under the - * terms of the Eclipse Public License 2.0 which is available at - * https://www.eclipse.org/legal/epl-2.0/. - * - * SPDX-License-Identifier: EPL-2.0 - * - * Contributors: - * ArSysOp - initial API and implementation - *******************************************************************************/ -package org.eclipse.passage.lic.shipments.model.impl; - -import org.eclipse.emf.ecore.EAttribute; -import org.eclipse.emf.ecore.EClass; -import org.eclipse.emf.ecore.EPackage; -import org.eclipse.emf.ecore.EReference; - -import org.eclipse.emf.ecore.impl.EPackageImpl; - -import org.eclipse.passage.lic.shipments.FloatingLicenseDescriptor; -import org.eclipse.passage.lic.shipments.PersonalLicenseDescriptor; - -import org.eclipse.passage.lic.shipments.model.api.Floating; -import org.eclipse.passage.lic.shipments.model.api.FloatingLicense; -import org.eclipse.passage.lic.shipments.model.api.Personal; -import org.eclipse.passage.lic.shipments.model.api.PersonalLicense; - -import org.eclipse.passage.lic.shipments.model.meta.ShipmentsFactory; -import org.eclipse.passage.lic.shipments.model.meta.ShipmentsPackage; - -/** - * - * An implementation of the model Package. - * - * @generated - */ -public class ShipmentsPackageImpl extends EPackageImpl implements ShipmentsPackage { - /** - * - * - * @generated - */ - private EClass personalEClass = null; - - /** - * - * - * @generated - */ - private EClass floatingEClass = null; - - /** - * - * - * @generated - */ - private EClass personalLicenseDescriptorEClass = null; - - /** - * - * - * @generated - */ - private EClass personalLicenseEClass = null; - - /** - * - * - * @generated - */ - private EClass floatingLicenseDescriptorEClass = null; - - /** - * - * - * @generated - */ - private EClass floatingLicenseEClass = null; - - /** - * Creates an instance of the model Package, registered with - * {@link org.eclipse.emf.ecore.EPackage.Registry EPackage.Registry} by the package - * package URI value. - *

Note: the correct way to create the package is via the static - * factory method {@link #init init()}, which also performs - * initialization of the package, or returns the registered package, - * if one already exists. - * - * - * @see org.eclipse.emf.ecore.EPackage.Registry - * @see org.eclipse.passage.lic.shipments.model.meta.ShipmentsPackage#eNS_URI - * @see #init() - * @generated - */ - private ShipmentsPackageImpl() { - super(eNS_URI, ShipmentsFactory.eINSTANCE); - } - - /** - * - * - * @generated - */ - private static boolean isInited = false; - - /** - * Creates, registers, and initializes the Package for this model, and for any others upon which it depends. - * - *

This method is used to initialize {@link ShipmentsPackage#eINSTANCE} when that field is accessed. - * Clients should not invoke it directly. Instead, they should simply access that field to obtain the package. - * - * - * @see #eNS_URI - * @see #createPackageContents() - * @see #initializePackageContents() - * @generated - */ - public static ShipmentsPackage init() { - if (isInited) - return (ShipmentsPackage) EPackage.Registry.INSTANCE.getEPackage(ShipmentsPackage.eNS_URI); - - // Obtain or create and register package - Object registeredShipmentsPackage = EPackage.Registry.INSTANCE.get(eNS_URI); - ShipmentsPackageImpl theShipmentsPackage = registeredShipmentsPackage instanceof ShipmentsPackageImpl - ? (ShipmentsPackageImpl) registeredShipmentsPackage - : new ShipmentsPackageImpl(); - - isInited = true; - - // Create package meta-data objects - theShipmentsPackage.createPackageContents(); - - // Initialize created meta-data - theShipmentsPackage.initializePackageContents(); - - // Mark meta-data to indicate it can't be changed - theShipmentsPackage.freeze(); - - // Update the registry and return the package - EPackage.Registry.INSTANCE.put(ShipmentsPackage.eNS_URI, theShipmentsPackage); - return theShipmentsPackage; - } - - /** - * - * - * @generated - */ - @Override - public EClass getPersonal() { - return personalEClass; - } - - /** - * - * - * @generated - */ - @Override - public EReference getPersonal_Licenses() { - return (EReference) personalEClass.getEStructuralFeatures().get(0); - } - - /** - * - * - * @generated - */ - @Override - public EClass getFloating() { - return floatingEClass; - } - - /** - * - * - * @generated - */ - @Override - public EReference getFloating_Licenses() { - return (EReference) floatingEClass.getEStructuralFeatures().get(0); - } - - /** - * - * - * @generated - */ - @Override - public EClass getPersonalLicenseDescriptor() { - return personalLicenseDescriptorEClass; - } - - /** - * - * - * @generated - */ - @Override - public EClass getPersonalLicense() { - return personalLicenseEClass; - } - - /** - * - * - * @generated - */ - @Override - public EAttribute getPersonalLicense_User() { - return (EAttribute) personalLicenseEClass.getEStructuralFeatures().get(0); - } - - /** - * - * - * @generated - */ - @Override - public EAttribute getPersonalLicense_License() { - return (EAttribute) personalLicenseEClass.getEStructuralFeatures().get(1); - } - - /** - * - * - * @generated - */ - @Override - public EClass getFloatingLicenseDescriptor() { - return floatingLicenseDescriptorEClass; - } - - /** - * - * - * @generated - */ - @Override - public EClass getFloatingLicense() { - return floatingLicenseEClass; - } - - /** - * - * - * @generated - */ - @Override - public EAttribute getFloatingLicense_Company() { - return (EAttribute) floatingLicenseEClass.getEStructuralFeatures().get(0); - } - - /** - * - * - * @generated - */ - @Override - public EAttribute getFloatingLicense_License() { - return (EAttribute) floatingLicenseEClass.getEStructuralFeatures().get(1); - } - - /** - * - * - * @generated - */ - @Override - public ShipmentsFactory getShipmentsFactory() { - return (ShipmentsFactory) getEFactoryInstance(); - } - - /** - * - * - * @generated - */ - private boolean isCreated = false; - - /** - * Creates the meta-model objects for the package. This method is - * guarded to have no affect on any invocation but its first. - * - * - * @generated - */ - public void createPackageContents() { - if (isCreated) - return; - isCreated = true; - - // Create classes and their features - personalEClass = createEClass(PERSONAL); - createEReference(personalEClass, PERSONAL__LICENSES); - - floatingEClass = createEClass(FLOATING); - createEReference(floatingEClass, FLOATING__LICENSES); - - personalLicenseDescriptorEClass = createEClass(PERSONAL_LICENSE_DESCRIPTOR); - - personalLicenseEClass = createEClass(PERSONAL_LICENSE); - createEAttribute(personalLicenseEClass, PERSONAL_LICENSE__USER); - createEAttribute(personalLicenseEClass, PERSONAL_LICENSE__LICENSE); - - floatingLicenseDescriptorEClass = createEClass(FLOATING_LICENSE_DESCRIPTOR); - - floatingLicenseEClass = createEClass(FLOATING_LICENSE); - createEAttribute(floatingLicenseEClass, FLOATING_LICENSE__COMPANY); - createEAttribute(floatingLicenseEClass, FLOATING_LICENSE__LICENSE); - } - - /** - * - * - * @generated - */ - private boolean isInitialized = false; - - /** - * Complete the initialization of the package and its meta-model. This - * method is guarded to have no affect on any invocation but its first. - * - * - * @generated - */ - public void initializePackageContents() { - if (isInitialized) - return; - isInitialized = true; - - // Initialize package - setName(eNAME); - setNsPrefix(eNS_PREFIX); - setNsURI(eNS_URI); - - // Create type parameters - - // Set bounds for type parameters - - // Add supertypes to classes - personalLicenseEClass.getESuperTypes().add(this.getPersonalLicenseDescriptor()); - floatingLicenseEClass.getESuperTypes().add(this.getFloatingLicenseDescriptor()); - - // Initialize classes, features, and operations; add parameters - initEClass(personalEClass, Personal.class, "Personal", !IS_ABSTRACT, !IS_INTERFACE, //$NON-NLS-1$ - IS_GENERATED_INSTANCE_CLASS); - initEReference(getPersonal_Licenses(), this.getPersonalLicense(), null, "licenses", null, 0, -1, Personal.class, //$NON-NLS-1$ - !IS_TRANSIENT, !IS_VOLATILE, IS_CHANGEABLE, IS_COMPOSITE, !IS_RESOLVE_PROXIES, !IS_UNSETTABLE, - IS_UNIQUE, !IS_DERIVED, IS_ORDERED); - - initEClass(floatingEClass, Floating.class, "Floating", !IS_ABSTRACT, !IS_INTERFACE, //$NON-NLS-1$ - IS_GENERATED_INSTANCE_CLASS); - initEReference(getFloating_Licenses(), this.getFloatingLicense(), null, "licenses", null, 0, -1, Floating.class, //$NON-NLS-1$ - !IS_TRANSIENT, !IS_VOLATILE, IS_CHANGEABLE, IS_COMPOSITE, !IS_RESOLVE_PROXIES, !IS_UNSETTABLE, - IS_UNIQUE, !IS_DERIVED, IS_ORDERED); - - initEClass(personalLicenseDescriptorEClass, PersonalLicenseDescriptor.class, "PersonalLicenseDescriptor", //$NON-NLS-1$ - IS_ABSTRACT, !IS_INTERFACE, !IS_GENERATED_INSTANCE_CLASS); - - initEClass(personalLicenseEClass, PersonalLicense.class, "PersonalLicense", !IS_ABSTRACT, !IS_INTERFACE, //$NON-NLS-1$ - IS_GENERATED_INSTANCE_CLASS); - initEAttribute(getPersonalLicense_User(), ecorePackage.getEString(), "user", null, 1, 1, PersonalLicense.class, //$NON-NLS-1$ - !IS_TRANSIENT, !IS_VOLATILE, IS_CHANGEABLE, !IS_UNSETTABLE, !IS_ID, IS_UNIQUE, !IS_DERIVED, IS_ORDERED); - initEAttribute(getPersonalLicense_License(), ecorePackage.getEString(), "license", null, 1, 1, //$NON-NLS-1$ - PersonalLicense.class, !IS_TRANSIENT, !IS_VOLATILE, IS_CHANGEABLE, !IS_UNSETTABLE, !IS_ID, IS_UNIQUE, - !IS_DERIVED, IS_ORDERED); - - initEClass(floatingLicenseDescriptorEClass, FloatingLicenseDescriptor.class, "FloatingLicenseDescriptor", //$NON-NLS-1$ - IS_ABSTRACT, !IS_INTERFACE, !IS_GENERATED_INSTANCE_CLASS); - - initEClass(floatingLicenseEClass, FloatingLicense.class, "FloatingLicense", !IS_ABSTRACT, !IS_INTERFACE, //$NON-NLS-1$ - IS_GENERATED_INSTANCE_CLASS); - initEAttribute(getFloatingLicense_Company(), ecorePackage.getEString(), "company", null, 1, 1, //$NON-NLS-1$ - FloatingLicense.class, !IS_TRANSIENT, !IS_VOLATILE, IS_CHANGEABLE, !IS_UNSETTABLE, !IS_ID, IS_UNIQUE, - !IS_DERIVED, IS_ORDERED); - initEAttribute(getFloatingLicense_License(), ecorePackage.getEString(), "license", null, 1, 1, //$NON-NLS-1$ - FloatingLicense.class, !IS_TRANSIENT, !IS_VOLATILE, IS_CHANGEABLE, !IS_UNSETTABLE, !IS_ID, IS_UNIQUE, - !IS_DERIVED, IS_ORDERED); - - // Create resource - createResource(eNS_URI); - } - -} //ShipmentsPackageImpl diff --git a/bundles/org.eclipse.passage.lic.shipments.model/src-gen/org/eclipse/passage/lic/shipments/model/meta/ShipmentsFactory.java b/bundles/org.eclipse.passage.lic.shipments.model/src-gen/org/eclipse/passage/lic/shipments/model/meta/ShipmentsFactory.java deleted file mode 100644 index 3150c5855..000000000 --- a/bundles/org.eclipse.passage.lic.shipments.model/src-gen/org/eclipse/passage/lic/shipments/model/meta/ShipmentsFactory.java +++ /dev/null @@ -1,84 +0,0 @@ -/******************************************************************************* - * Copyright (c) 2018, 2021 ArSysOp - * - * This program and the accompanying materials are made available under the - * terms of the Eclipse Public License 2.0 which is available at - * https://www.eclipse.org/legal/epl-2.0/. - * - * SPDX-License-Identifier: EPL-2.0 - * - * Contributors: - * ArSysOp - initial API and implementation - *******************************************************************************/ -package org.eclipse.passage.lic.shipments.model.meta; - -import org.eclipse.emf.ecore.EFactory; - -import org.eclipse.passage.lic.shipments.model.api.Floating; -import org.eclipse.passage.lic.shipments.model.api.FloatingLicense; -import org.eclipse.passage.lic.shipments.model.api.Personal; -import org.eclipse.passage.lic.shipments.model.api.PersonalLicense; - -/** - * - * The Factory for the model. - * It provides a create method for each non-abstract class of the model. - * - * @see org.eclipse.passage.lic.shipments.model.meta.ShipmentsPackage - * @generated - */ -public interface ShipmentsFactory extends EFactory { - /** - * The singleton instance of the factory. - * - * - * @generated - */ - ShipmentsFactory eINSTANCE = org.eclipse.passage.lic.shipments.model.impl.ShipmentsFactoryImpl.init(); - - /** - * Returns a new object of class 'Personal'. - * - * - * @return a new object of class 'Personal'. - * @generated - */ - Personal createPersonal(); - - /** - * Returns a new object of class 'Floating'. - * - * - * @return a new object of class 'Floating'. - * @generated - */ - Floating createFloating(); - - /** - * Returns a new object of class 'Personal License'. - * - * - * @return a new object of class 'Personal License'. - * @generated - */ - PersonalLicense createPersonalLicense(); - - /** - * Returns a new object of class 'Floating License'. - * - * - * @return a new object of class 'Floating License'. - * @generated - */ - FloatingLicense createFloatingLicense(); - - /** - * Returns the package supported by this factory. - * - * - * @return the package supported by this factory. - * @generated - */ - ShipmentsPackage getShipmentsPackage(); - -} //ShipmentsFactory diff --git a/bundles/org.eclipse.passage.lic.shipments.model/src-gen/org/eclipse/passage/lic/shipments/model/meta/ShipmentsPackage.java b/bundles/org.eclipse.passage.lic.shipments.model/src-gen/org/eclipse/passage/lic/shipments/model/meta/ShipmentsPackage.java deleted file mode 100644 index 1ce09e5e2..000000000 --- a/bundles/org.eclipse.passage.lic.shipments.model/src-gen/org/eclipse/passage/lic/shipments/model/meta/ShipmentsPackage.java +++ /dev/null @@ -1,428 +0,0 @@ -/******************************************************************************* - * Copyright (c) 2018, 2021 ArSysOp - * - * This program and the accompanying materials are made available under the - * terms of the Eclipse Public License 2.0 which is available at - * https://www.eclipse.org/legal/epl-2.0/. - * - * SPDX-License-Identifier: EPL-2.0 - * - * Contributors: - * ArSysOp - initial API and implementation - *******************************************************************************/ -package org.eclipse.passage.lic.shipments.model.meta; - -import org.eclipse.emf.ecore.EAttribute; -import org.eclipse.emf.ecore.EClass; -import org.eclipse.emf.ecore.EPackage; -import org.eclipse.emf.ecore.EReference; - -/** - * - * The Package for the model. - * It contains accessors for the meta objects to represent - *

    - *
  • each class,
  • - *
  • each feature of each class,
  • - *
  • each operation of each class,
  • - *
  • each enum,
  • - *
  • and each data type
  • - *
- * - * @see org.eclipse.passage.lic.shipments.model.meta.ShipmentsFactory - * @model kind="package" - * @generated - */ -public interface ShipmentsPackage extends EPackage { - /** - * The package name. - * - * - * @generated - */ - String eNAME = "shipments"; //$NON-NLS-1$ - - /** - * The package namespace URI. - * - * - * @generated - */ - String eNS_URI = "http://www.eclipse.org/passage/lic/shipments/0.1.0"; //$NON-NLS-1$ - - /** - * The package namespace name. - * - * - * @generated - */ - String eNS_PREFIX = "org.eclipse.passage.lic"; //$NON-NLS-1$ - - /** - * The singleton instance of the package. - * - * - * @generated - */ - ShipmentsPackage eINSTANCE = org.eclipse.passage.lic.shipments.model.impl.ShipmentsPackageImpl.init(); - - /** - * The meta object id for the '{@link org.eclipse.passage.lic.shipments.model.impl.PersonalImpl Personal}' class. - * - * - * @see org.eclipse.passage.lic.shipments.model.impl.PersonalImpl - * @see org.eclipse.passage.lic.shipments.model.impl.ShipmentsPackageImpl#getPersonal() - * @generated - */ - int PERSONAL = 0; - - /** - * The feature id for the 'Licenses' containment reference list. - * - * - * @generated - * @ordered - */ - int PERSONAL__LICENSES = 0; - - /** - * The number of structural features of the 'Personal' class. - * - * - * @generated - * @ordered - */ - int PERSONAL_FEATURE_COUNT = 1; - - /** - * The number of operations of the 'Personal' class. - * - * - * @generated - * @ordered - */ - int PERSONAL_OPERATION_COUNT = 0; - - /** - * The meta object id for the '{@link org.eclipse.passage.lic.shipments.model.impl.FloatingImpl Floating}' class. - * - * - * @see org.eclipse.passage.lic.shipments.model.impl.FloatingImpl - * @see org.eclipse.passage.lic.shipments.model.impl.ShipmentsPackageImpl#getFloating() - * @generated - */ - int FLOATING = 1; - - /** - * The feature id for the 'Licenses' containment reference list. - * - * - * @generated - * @ordered - */ - int FLOATING__LICENSES = 0; - - /** - * The number of structural features of the 'Floating' class. - * - * - * @generated - * @ordered - */ - int FLOATING_FEATURE_COUNT = 1; - - /** - * The number of operations of the 'Floating' class. - * - * - * @generated - * @ordered - */ - int FLOATING_OPERATION_COUNT = 0; - - /** - * The meta object id for the '{@link org.eclipse.passage.lic.shipments.model.impl.PersonalLicenseDescriptorImpl Personal License Descriptor}' class. - * - * - * @see org.eclipse.passage.lic.shipments.model.impl.PersonalLicenseDescriptorImpl - * @see org.eclipse.passage.lic.shipments.model.impl.ShipmentsPackageImpl#getPersonalLicenseDescriptor() - * @generated - */ - int PERSONAL_LICENSE_DESCRIPTOR = 2; - - /** - * The number of structural features of the 'Personal License Descriptor' class. - * - * - * @generated - * @ordered - */ - int PERSONAL_LICENSE_DESCRIPTOR_FEATURE_COUNT = 0; - - /** - * The number of operations of the 'Personal License Descriptor' class. - * - * - * @generated - * @ordered - */ - int PERSONAL_LICENSE_DESCRIPTOR_OPERATION_COUNT = 0; - - /** - * The meta object id for the '{@link org.eclipse.passage.lic.shipments.model.impl.PersonalLicenseImpl Personal License}' class. - * - * - * @see org.eclipse.passage.lic.shipments.model.impl.PersonalLicenseImpl - * @see org.eclipse.passage.lic.shipments.model.impl.ShipmentsPackageImpl#getPersonalLicense() - * @generated - */ - int PERSONAL_LICENSE = 3; - - /** - * The feature id for the 'User' attribute. - * - * - * @generated - * @ordered - */ - int PERSONAL_LICENSE__USER = PERSONAL_LICENSE_DESCRIPTOR_FEATURE_COUNT + 0; - - /** - * The feature id for the 'License' attribute. - * - * - * @generated - * @ordered - */ - int PERSONAL_LICENSE__LICENSE = PERSONAL_LICENSE_DESCRIPTOR_FEATURE_COUNT + 1; - - /** - * The number of structural features of the 'Personal License' class. - * - * - * @generated - * @ordered - */ - int PERSONAL_LICENSE_FEATURE_COUNT = PERSONAL_LICENSE_DESCRIPTOR_FEATURE_COUNT + 2; - - /** - * The number of operations of the 'Personal License' class. - * - * - * @generated - * @ordered - */ - int PERSONAL_LICENSE_OPERATION_COUNT = PERSONAL_LICENSE_DESCRIPTOR_OPERATION_COUNT + 0; - - /** - * The meta object id for the '{@link org.eclipse.passage.lic.shipments.model.impl.FloatingLicenseDescriptorImpl Floating License Descriptor}' class. - * - * - * @see org.eclipse.passage.lic.shipments.model.impl.FloatingLicenseDescriptorImpl - * @see org.eclipse.passage.lic.shipments.model.impl.ShipmentsPackageImpl#getFloatingLicenseDescriptor() - * @generated - */ - int FLOATING_LICENSE_DESCRIPTOR = 4; - - /** - * The number of structural features of the 'Floating License Descriptor' class. - * - * - * @generated - * @ordered - */ - int FLOATING_LICENSE_DESCRIPTOR_FEATURE_COUNT = 0; - - /** - * The number of operations of the 'Floating License Descriptor' class. - * - * - * @generated - * @ordered - */ - int FLOATING_LICENSE_DESCRIPTOR_OPERATION_COUNT = 0; - - /** - * The meta object id for the '{@link org.eclipse.passage.lic.shipments.model.impl.FloatingLicenseImpl Floating License}' class. - * - * - * @see org.eclipse.passage.lic.shipments.model.impl.FloatingLicenseImpl - * @see org.eclipse.passage.lic.shipments.model.impl.ShipmentsPackageImpl#getFloatingLicense() - * @generated - */ - int FLOATING_LICENSE = 5; - - /** - * The feature id for the 'Company' attribute. - * - * - * @generated - * @ordered - */ - int FLOATING_LICENSE__COMPANY = FLOATING_LICENSE_DESCRIPTOR_FEATURE_COUNT + 0; - - /** - * The feature id for the 'License' attribute. - * - * - * @generated - * @ordered - */ - int FLOATING_LICENSE__LICENSE = FLOATING_LICENSE_DESCRIPTOR_FEATURE_COUNT + 1; - - /** - * The number of structural features of the 'Floating License' class. - * - * - * @generated - * @ordered - */ - int FLOATING_LICENSE_FEATURE_COUNT = FLOATING_LICENSE_DESCRIPTOR_FEATURE_COUNT + 2; - - /** - * The number of operations of the 'Floating License' class. - * - * - * @generated - * @ordered - */ - int FLOATING_LICENSE_OPERATION_COUNT = FLOATING_LICENSE_DESCRIPTOR_OPERATION_COUNT + 0; - - /** - * Returns the meta object for class '{@link org.eclipse.passage.lic.shipments.model.api.Personal Personal}'. - * - * - * @return the meta object for class 'Personal'. - * @see org.eclipse.passage.lic.shipments.model.api.Personal - * @generated - */ - EClass getPersonal(); - - /** - * Returns the meta object for the containment reference list '{@link org.eclipse.passage.lic.shipments.model.api.Personal#getLicenses Licenses}'. - * - * - * @return the meta object for the containment reference list 'Licenses'. - * @see org.eclipse.passage.lic.shipments.model.api.Personal#getLicenses() - * @see #getPersonal() - * @generated - */ - EReference getPersonal_Licenses(); - - /** - * Returns the meta object for class '{@link org.eclipse.passage.lic.shipments.model.api.Floating Floating}'. - * - * - * @return the meta object for class 'Floating'. - * @see org.eclipse.passage.lic.shipments.model.api.Floating - * @generated - */ - EClass getFloating(); - - /** - * Returns the meta object for the containment reference list '{@link org.eclipse.passage.lic.shipments.model.api.Floating#getLicenses Licenses}'. - * - * - * @return the meta object for the containment reference list 'Licenses'. - * @see org.eclipse.passage.lic.shipments.model.api.Floating#getLicenses() - * @see #getFloating() - * @generated - */ - EReference getFloating_Licenses(); - - /** - * Returns the meta object for class '{@link org.eclipse.passage.lic.shipments.PersonalLicenseDescriptor Personal License Descriptor}'. - * - * - * @return the meta object for class 'Personal License Descriptor'. - * @see org.eclipse.passage.lic.shipments.PersonalLicenseDescriptor - * @model instanceClass="org.eclipse.passage.lic.shipments.PersonalLicenseDescriptor" - * @generated - */ - EClass getPersonalLicenseDescriptor(); - - /** - * Returns the meta object for class '{@link org.eclipse.passage.lic.shipments.model.api.PersonalLicense Personal License}'. - * - * - * @return the meta object for class 'Personal License'. - * @see org.eclipse.passage.lic.shipments.model.api.PersonalLicense - * @generated - */ - EClass getPersonalLicense(); - - /** - * Returns the meta object for the attribute '{@link org.eclipse.passage.lic.shipments.model.api.PersonalLicense#getUser User}'. - * - * - * @return the meta object for the attribute 'User'. - * @see org.eclipse.passage.lic.shipments.model.api.PersonalLicense#getUser() - * @see #getPersonalLicense() - * @generated - */ - EAttribute getPersonalLicense_User(); - - /** - * Returns the meta object for the attribute '{@link org.eclipse.passage.lic.shipments.model.api.PersonalLicense#getLicense License}'. - * - * - * @return the meta object for the attribute 'License'. - * @see org.eclipse.passage.lic.shipments.model.api.PersonalLicense#getLicense() - * @see #getPersonalLicense() - * @generated - */ - EAttribute getPersonalLicense_License(); - - /** - * Returns the meta object for class '{@link org.eclipse.passage.lic.shipments.FloatingLicenseDescriptor Floating License Descriptor}'. - * - * - * @return the meta object for class 'Floating License Descriptor'. - * @see org.eclipse.passage.lic.shipments.FloatingLicenseDescriptor - * @model instanceClass="org.eclipse.passage.lic.shipments.FloatingLicenseDescriptor" - * @generated - */ - EClass getFloatingLicenseDescriptor(); - - /** - * Returns the meta object for class '{@link org.eclipse.passage.lic.shipments.model.api.FloatingLicense Floating License}'. - * - * - * @return the meta object for class 'Floating License'. - * @see org.eclipse.passage.lic.shipments.model.api.FloatingLicense - * @generated - */ - EClass getFloatingLicense(); - - /** - * Returns the meta object for the attribute '{@link org.eclipse.passage.lic.shipments.model.api.FloatingLicense#getCompany Company}'. - * - * - * @return the meta object for the attribute 'Company'. - * @see org.eclipse.passage.lic.shipments.model.api.FloatingLicense#getCompany() - * @see #getFloatingLicense() - * @generated - */ - EAttribute getFloatingLicense_Company(); - - /** - * Returns the meta object for the attribute '{@link org.eclipse.passage.lic.shipments.model.api.FloatingLicense#getLicense License}'. - * - * - * @return the meta object for the attribute 'License'. - * @see org.eclipse.passage.lic.shipments.model.api.FloatingLicense#getLicense() - * @see #getFloatingLicense() - * @generated - */ - EAttribute getFloatingLicense_License(); - - /** - * Returns the factory that creates the instances of the model. - * - * - * @return the factory that creates the instances of the model. - * @generated - */ - ShipmentsFactory getShipmentsFactory(); - -} //ShipmentsPackage diff --git a/bundles/org.eclipse.passage.lic.shipments.model/src-gen/org/eclipse/passage/lic/shipments/model/util/ShipmentsAdapterFactory.java b/bundles/org.eclipse.passage.lic.shipments.model/src-gen/org/eclipse/passage/lic/shipments/model/util/ShipmentsAdapterFactory.java deleted file mode 100644 index 9022d7555..000000000 --- a/bundles/org.eclipse.passage.lic.shipments.model/src-gen/org/eclipse/passage/lic/shipments/model/util/ShipmentsAdapterFactory.java +++ /dev/null @@ -1,229 +0,0 @@ -/******************************************************************************* - * Copyright (c) 2018, 2021 ArSysOp - * - * This program and the accompanying materials are made available under the - * terms of the Eclipse Public License 2.0 which is available at - * https://www.eclipse.org/legal/epl-2.0/. - * - * SPDX-License-Identifier: EPL-2.0 - * - * Contributors: - * ArSysOp - initial API and implementation - *******************************************************************************/ -package org.eclipse.passage.lic.shipments.model.util; - -import org.eclipse.emf.common.notify.Adapter; -import org.eclipse.emf.common.notify.Notifier; - -import org.eclipse.emf.common.notify.impl.AdapterFactoryImpl; - -import org.eclipse.emf.ecore.EObject; - -import org.eclipse.passage.lic.shipments.FloatingLicenseDescriptor; -import org.eclipse.passage.lic.shipments.PersonalLicenseDescriptor; - -import org.eclipse.passage.lic.shipments.model.api.*; - -import org.eclipse.passage.lic.shipments.model.meta.ShipmentsPackage; - -/** - * - * The Adapter Factory for the model. - * It provides an adapter createXXX method for each class of the model. - * - * @see org.eclipse.passage.lic.shipments.model.meta.ShipmentsPackage - * @generated - */ -public class ShipmentsAdapterFactory extends AdapterFactoryImpl { - /** - * The cached model package. - * - * - * @generated - */ - protected static ShipmentsPackage modelPackage; - - /** - * Creates an instance of the adapter factory. - * - * - * @generated - */ - public ShipmentsAdapterFactory() { - if (modelPackage == null) { - modelPackage = ShipmentsPackage.eINSTANCE; - } - } - - /** - * Returns whether this factory is applicable for the type of the object. - * - * This implementation returns true if the object is either the model's package or is an instance object of the model. - * - * @return whether this factory is applicable for the type of the object. - * @generated - */ - @Override - public boolean isFactoryForType(Object object) { - if (object == modelPackage) { - return true; - } - if (object instanceof EObject) { - return ((EObject) object).eClass().getEPackage() == modelPackage; - } - return false; - } - - /** - * The switch that delegates to the createXXX methods. - * - * - * @generated - */ - protected ShipmentsSwitch modelSwitch = new ShipmentsSwitch() { - @Override - public Adapter casePersonal(Personal object) { - return createPersonalAdapter(); - } - - @Override - public Adapter caseFloating(Floating object) { - return createFloatingAdapter(); - } - - @Override - public Adapter casePersonalLicenseDescriptor(PersonalLicenseDescriptor object) { - return createPersonalLicenseDescriptorAdapter(); - } - - @Override - public Adapter casePersonalLicense(PersonalLicense object) { - return createPersonalLicenseAdapter(); - } - - @Override - public Adapter caseFloatingLicenseDescriptor(FloatingLicenseDescriptor object) { - return createFloatingLicenseDescriptorAdapter(); - } - - @Override - public Adapter caseFloatingLicense(FloatingLicense object) { - return createFloatingLicenseAdapter(); - } - - @Override - public Adapter defaultCase(EObject object) { - return createEObjectAdapter(); - } - }; - - /** - * Creates an adapter for the target. - * - * - * @param target the object to adapt. - * @return the adapter for the target. - * @generated - */ - @Override - public Adapter createAdapter(Notifier target) { - return modelSwitch.doSwitch((EObject) target); - } - - /** - * Creates a new adapter for an object of class '{@link org.eclipse.passage.lic.shipments.model.api.Personal Personal}'. - * - * This default implementation returns null so that we can easily ignore cases; - * it's useful to ignore a case when inheritance will catch all the cases anyway. - * - * @return the new adapter. - * @see org.eclipse.passage.lic.shipments.model.api.Personal - * @generated - */ - public Adapter createPersonalAdapter() { - return null; - } - - /** - * Creates a new adapter for an object of class '{@link org.eclipse.passage.lic.shipments.model.api.Floating Floating}'. - * - * This default implementation returns null so that we can easily ignore cases; - * it's useful to ignore a case when inheritance will catch all the cases anyway. - * - * @return the new adapter. - * @see org.eclipse.passage.lic.shipments.model.api.Floating - * @generated - */ - public Adapter createFloatingAdapter() { - return null; - } - - /** - * Creates a new adapter for an object of class '{@link org.eclipse.passage.lic.shipments.PersonalLicenseDescriptor Personal License Descriptor}'. - * - * This default implementation returns null so that we can easily ignore cases; - * it's useful to ignore a case when inheritance will catch all the cases anyway. - * - * @return the new adapter. - * @see org.eclipse.passage.lic.shipments.PersonalLicenseDescriptor - * @generated - */ - public Adapter createPersonalLicenseDescriptorAdapter() { - return null; - } - - /** - * Creates a new adapter for an object of class '{@link org.eclipse.passage.lic.shipments.model.api.PersonalLicense Personal License}'. - * - * This default implementation returns null so that we can easily ignore cases; - * it's useful to ignore a case when inheritance will catch all the cases anyway. - * - * @return the new adapter. - * @see org.eclipse.passage.lic.shipments.model.api.PersonalLicense - * @generated - */ - public Adapter createPersonalLicenseAdapter() { - return null; - } - - /** - * Creates a new adapter for an object of class '{@link org.eclipse.passage.lic.shipments.FloatingLicenseDescriptor Floating License Descriptor}'. - * - * This default implementation returns null so that we can easily ignore cases; - * it's useful to ignore a case when inheritance will catch all the cases anyway. - * - * @return the new adapter. - * @see org.eclipse.passage.lic.shipments.FloatingLicenseDescriptor - * @generated - */ - public Adapter createFloatingLicenseDescriptorAdapter() { - return null; - } - - /** - * Creates a new adapter for an object of class '{@link org.eclipse.passage.lic.shipments.model.api.FloatingLicense Floating License}'. - * - * This default implementation returns null so that we can easily ignore cases; - * it's useful to ignore a case when inheritance will catch all the cases anyway. - * - * @return the new adapter. - * @see org.eclipse.passage.lic.shipments.model.api.FloatingLicense - * @generated - */ - public Adapter createFloatingLicenseAdapter() { - return null; - } - - /** - * Creates a new adapter for the default case. - * - * This default implementation returns null. - * - * @return the new adapter. - * @generated - */ - public Adapter createEObjectAdapter() { - return null; - } - -} //ShipmentsAdapterFactory diff --git a/bundles/org.eclipse.passage.lic.shipments.model/src-gen/org/eclipse/passage/lic/shipments/model/util/ShipmentsSwitch.java b/bundles/org.eclipse.passage.lic.shipments.model/src-gen/org/eclipse/passage/lic/shipments/model/util/ShipmentsSwitch.java deleted file mode 100644 index 245f9e1ed..000000000 --- a/bundles/org.eclipse.passage.lic.shipments.model/src-gen/org/eclipse/passage/lic/shipments/model/util/ShipmentsSwitch.java +++ /dev/null @@ -1,241 +0,0 @@ -/******************************************************************************* - * Copyright (c) 2018, 2021 ArSysOp - * - * This program and the accompanying materials are made available under the - * terms of the Eclipse Public License 2.0 which is available at - * https://www.eclipse.org/legal/epl-2.0/. - * - * SPDX-License-Identifier: EPL-2.0 - * - * Contributors: - * ArSysOp - initial API and implementation - *******************************************************************************/ -package org.eclipse.passage.lic.shipments.model.util; - -import org.eclipse.emf.ecore.EObject; -import org.eclipse.emf.ecore.EPackage; - -import org.eclipse.emf.ecore.util.Switch; - -import org.eclipse.passage.lic.shipments.FloatingLicenseDescriptor; -import org.eclipse.passage.lic.shipments.PersonalLicenseDescriptor; - -import org.eclipse.passage.lic.shipments.model.api.*; - -import org.eclipse.passage.lic.shipments.model.meta.ShipmentsPackage; - -/** - * - * The Switch for the model's inheritance hierarchy. - * It supports the call {@link #doSwitch(EObject) doSwitch(object)} - * to invoke the caseXXX method for each class of the model, - * starting with the actual class of the object - * and proceeding up the inheritance hierarchy - * until a non-null result is returned, - * which is the result of the switch. - * - * @see org.eclipse.passage.lic.shipments.model.meta.ShipmentsPackage - * @generated - */ -public class ShipmentsSwitch extends Switch { - /** - * The cached model package - * - * - * @generated - */ - protected static ShipmentsPackage modelPackage; - - /** - * Creates an instance of the switch. - * - * - * @generated - */ - public ShipmentsSwitch() { - if (modelPackage == null) { - modelPackage = ShipmentsPackage.eINSTANCE; - } - } - - /** - * Checks whether this is a switch for the given package. - * - * - * @param ePackage the package in question. - * @return whether this is a switch for the given package. - * @generated - */ - @Override - protected boolean isSwitchFor(EPackage ePackage) { - return ePackage == modelPackage; - } - - /** - * Calls caseXXX for each class of the model until one returns a non null result; it yields that result. - * - * - * @return the first non-null result returned by a caseXXX call. - * @generated - */ - @Override - protected T doSwitch(int classifierID, EObject theEObject) { - switch (classifierID) { - case ShipmentsPackage.PERSONAL: { - Personal personal = (Personal) theEObject; - T result = casePersonal(personal); - if (result == null) - result = defaultCase(theEObject); - return result; - } - case ShipmentsPackage.FLOATING: { - Floating floating = (Floating) theEObject; - T result = caseFloating(floating); - if (result == null) - result = defaultCase(theEObject); - return result; - } - case ShipmentsPackage.PERSONAL_LICENSE_DESCRIPTOR: { - PersonalLicenseDescriptor personalLicenseDescriptor = (PersonalLicenseDescriptor) theEObject; - T result = casePersonalLicenseDescriptor(personalLicenseDescriptor); - if (result == null) - result = defaultCase(theEObject); - return result; - } - case ShipmentsPackage.PERSONAL_LICENSE: { - PersonalLicense personalLicense = (PersonalLicense) theEObject; - T result = casePersonalLicense(personalLicense); - if (result == null) - result = casePersonalLicenseDescriptor(personalLicense); - if (result == null) - result = defaultCase(theEObject); - return result; - } - case ShipmentsPackage.FLOATING_LICENSE_DESCRIPTOR: { - FloatingLicenseDescriptor floatingLicenseDescriptor = (FloatingLicenseDescriptor) theEObject; - T result = caseFloatingLicenseDescriptor(floatingLicenseDescriptor); - if (result == null) - result = defaultCase(theEObject); - return result; - } - case ShipmentsPackage.FLOATING_LICENSE: { - FloatingLicense floatingLicense = (FloatingLicense) theEObject; - T result = caseFloatingLicense(floatingLicense); - if (result == null) - result = caseFloatingLicenseDescriptor(floatingLicense); - if (result == null) - result = defaultCase(theEObject); - return result; - } - default: - return defaultCase(theEObject); - } - } - - /** - * Returns the result of interpreting the object as an instance of 'Personal'. - * - * This implementation returns null; - * returning a non-null result will terminate the switch. - * - * @param object the target of the switch. - * @return the result of interpreting the object as an instance of 'Personal'. - * @see #doSwitch(org.eclipse.emf.ecore.EObject) doSwitch(EObject) - * @generated - */ - public T casePersonal(Personal object) { - return null; - } - - /** - * Returns the result of interpreting the object as an instance of 'Floating'. - * - * This implementation returns null; - * returning a non-null result will terminate the switch. - * - * @param object the target of the switch. - * @return the result of interpreting the object as an instance of 'Floating'. - * @see #doSwitch(org.eclipse.emf.ecore.EObject) doSwitch(EObject) - * @generated - */ - public T caseFloating(Floating object) { - return null; - } - - /** - * Returns the result of interpreting the object as an instance of 'Personal License Descriptor'. - * - * This implementation returns null; - * returning a non-null result will terminate the switch. - * - * @param object the target of the switch. - * @return the result of interpreting the object as an instance of 'Personal License Descriptor'. - * @see #doSwitch(org.eclipse.emf.ecore.EObject) doSwitch(EObject) - * @generated - */ - public T casePersonalLicenseDescriptor(PersonalLicenseDescriptor object) { - return null; - } - - /** - * Returns the result of interpreting the object as an instance of 'Personal License'. - * - * This implementation returns null; - * returning a non-null result will terminate the switch. - * - * @param object the target of the switch. - * @return the result of interpreting the object as an instance of 'Personal License'. - * @see #doSwitch(org.eclipse.emf.ecore.EObject) doSwitch(EObject) - * @generated - */ - public T casePersonalLicense(PersonalLicense object) { - return null; - } - - /** - * Returns the result of interpreting the object as an instance of 'Floating License Descriptor'. - * - * This implementation returns null; - * returning a non-null result will terminate the switch. - * - * @param object the target of the switch. - * @return the result of interpreting the object as an instance of 'Floating License Descriptor'. - * @see #doSwitch(org.eclipse.emf.ecore.EObject) doSwitch(EObject) - * @generated - */ - public T caseFloatingLicenseDescriptor(FloatingLicenseDescriptor object) { - return null; - } - - /** - * Returns the result of interpreting the object as an instance of 'Floating License'. - * - * This implementation returns null; - * returning a non-null result will terminate the switch. - * - * @param object the target of the switch. - * @return the result of interpreting the object as an instance of 'Floating License'. - * @see #doSwitch(org.eclipse.emf.ecore.EObject) doSwitch(EObject) - * @generated - */ - public T caseFloatingLicense(FloatingLicense object) { - return null; - } - - /** - * Returns the result of interpreting the object as an instance of 'EObject'. - * - * This implementation returns null; - * returning a non-null result will terminate the switch, but this is the last case anyway. - * - * @param object the target of the switch. - * @return the result of interpreting the object as an instance of 'EObject'. - * @see #doSwitch(org.eclipse.emf.ecore.EObject) - * @generated - */ - @Override - public T defaultCase(EObject object) { - return null; - } - -} //ShipmentsSwitch diff --git a/bundles/org.eclipse.passage.lic.shipments.model/src/.gitkeep b/bundles/org.eclipse.passage.lic.shipments.model/src/.gitkeep deleted file mode 100644 index e69de29bb..000000000 diff --git a/bundles/org.eclipse.passage.lic.shipments/.classpath b/bundles/org.eclipse.passage.lic.shipments/.classpath deleted file mode 100644 index eca7bdba8..000000000 --- a/bundles/org.eclipse.passage.lic.shipments/.classpath +++ /dev/null @@ -1,7 +0,0 @@ - - - - - - - diff --git a/bundles/org.eclipse.passage.lic.shipments/.project b/bundles/org.eclipse.passage.lic.shipments/.project deleted file mode 100644 index 314258073..000000000 --- a/bundles/org.eclipse.passage.lic.shipments/.project +++ /dev/null @@ -1,34 +0,0 @@ - - - org.eclipse.passage.lic.shipments - - - - - - org.eclipse.jdt.core.javabuilder - - - - - org.eclipse.pde.ManifestBuilder - - - - - org.eclipse.pde.SchemaBuilder - - - - - org.eclipse.pde.api.tools.apiAnalysisBuilder - - - - - - org.eclipse.pde.PluginNature - org.eclipse.jdt.core.javanature - org.eclipse.pde.api.tools.apiAnalysisNature - - diff --git a/bundles/org.eclipse.passage.lic.shipments/.settings/org.eclipse.jdt.core.prefs b/bundles/org.eclipse.passage.lic.shipments/.settings/org.eclipse.jdt.core.prefs deleted file mode 100644 index c0a6a56ce..000000000 --- a/bundles/org.eclipse.passage.lic.shipments/.settings/org.eclipse.jdt.core.prefs +++ /dev/null @@ -1,115 +0,0 @@ -eclipse.preferences.version=1 -org.eclipse.jdt.core.compiler.annotation.inheritNullAnnotations=disabled -org.eclipse.jdt.core.compiler.annotation.missingNonNullByDefaultAnnotation=ignore -org.eclipse.jdt.core.compiler.annotation.nonnull=org.eclipse.jdt.annotation.NonNull -org.eclipse.jdt.core.compiler.annotation.nonnull.secondary= -org.eclipse.jdt.core.compiler.annotation.nonnullbydefault=org.eclipse.jdt.annotation.NonNullByDefault -org.eclipse.jdt.core.compiler.annotation.nonnullbydefault.secondary= -org.eclipse.jdt.core.compiler.annotation.nullable=org.eclipse.jdt.annotation.Nullable -org.eclipse.jdt.core.compiler.annotation.nullable.secondary= -org.eclipse.jdt.core.compiler.annotation.nullanalysis=disabled -org.eclipse.jdt.core.compiler.codegen.inlineJsrBytecode=enabled -org.eclipse.jdt.core.compiler.codegen.methodParameters=do not generate -org.eclipse.jdt.core.compiler.codegen.targetPlatform=1.8 -org.eclipse.jdt.core.compiler.codegen.unusedLocal=preserve -org.eclipse.jdt.core.compiler.compliance=1.8 -org.eclipse.jdt.core.compiler.debug.lineNumber=generate -org.eclipse.jdt.core.compiler.debug.localVariable=generate -org.eclipse.jdt.core.compiler.debug.sourceFile=generate -org.eclipse.jdt.core.compiler.problem.APILeak=warning -org.eclipse.jdt.core.compiler.problem.annotationSuperInterface=warning -org.eclipse.jdt.core.compiler.problem.assertIdentifier=error -org.eclipse.jdt.core.compiler.problem.autoboxing=ignore -org.eclipse.jdt.core.compiler.problem.comparingIdentical=warning -org.eclipse.jdt.core.compiler.problem.deadCode=warning -org.eclipse.jdt.core.compiler.problem.deprecation=warning -org.eclipse.jdt.core.compiler.problem.deprecationInDeprecatedCode=disabled -org.eclipse.jdt.core.compiler.problem.deprecationWhenOverridingDeprecatedMethod=disabled -org.eclipse.jdt.core.compiler.problem.discouragedReference=warning -org.eclipse.jdt.core.compiler.problem.emptyStatement=ignore -org.eclipse.jdt.core.compiler.problem.enablePreviewFeatures=disabled -org.eclipse.jdt.core.compiler.problem.enumIdentifier=error -org.eclipse.jdt.core.compiler.problem.explicitlyClosedAutoCloseable=ignore -org.eclipse.jdt.core.compiler.problem.fallthroughCase=warning -org.eclipse.jdt.core.compiler.problem.fatalOptionalError=disabled -org.eclipse.jdt.core.compiler.problem.fieldHiding=warning -org.eclipse.jdt.core.compiler.problem.finalParameterBound=warning -org.eclipse.jdt.core.compiler.problem.finallyBlockNotCompletingNormally=warning -org.eclipse.jdt.core.compiler.problem.forbiddenReference=error -org.eclipse.jdt.core.compiler.problem.hiddenCatchBlock=warning -org.eclipse.jdt.core.compiler.problem.includeNullInfoFromAsserts=disabled -org.eclipse.jdt.core.compiler.problem.incompatibleNonInheritedInterfaceMethod=warning -org.eclipse.jdt.core.compiler.problem.incompleteEnumSwitch=warning -org.eclipse.jdt.core.compiler.problem.indirectStaticAccess=ignore -org.eclipse.jdt.core.compiler.problem.localVariableHiding=warning -org.eclipse.jdt.core.compiler.problem.methodWithConstructorName=warning -org.eclipse.jdt.core.compiler.problem.missingDefaultCase=warning -org.eclipse.jdt.core.compiler.problem.missingDeprecatedAnnotation=warning -org.eclipse.jdt.core.compiler.problem.missingEnumCaseDespiteDefault=disabled -org.eclipse.jdt.core.compiler.problem.missingHashCodeMethod=warning -org.eclipse.jdt.core.compiler.problem.missingOverrideAnnotation=warning -org.eclipse.jdt.core.compiler.problem.missingOverrideAnnotationForInterfaceMethodImplementation=enabled -org.eclipse.jdt.core.compiler.problem.missingSerialVersion=warning -org.eclipse.jdt.core.compiler.problem.missingSynchronizedOnInheritedMethod=ignore -org.eclipse.jdt.core.compiler.problem.noEffectAssignment=warning -org.eclipse.jdt.core.compiler.problem.noImplicitStringConversion=warning -org.eclipse.jdt.core.compiler.problem.nonExternalizedStringLiteral=error -org.eclipse.jdt.core.compiler.problem.nonnullParameterAnnotationDropped=warning -org.eclipse.jdt.core.compiler.problem.nonnullTypeVariableFromLegacyInvocation=warning -org.eclipse.jdt.core.compiler.problem.nullAnnotationInferenceConflict=error -org.eclipse.jdt.core.compiler.problem.nullReference=warning -org.eclipse.jdt.core.compiler.problem.nullSpecViolation=error -org.eclipse.jdt.core.compiler.problem.nullUncheckedConversion=warning -org.eclipse.jdt.core.compiler.problem.overridingPackageDefaultMethod=warning -org.eclipse.jdt.core.compiler.problem.parameterAssignment=warning -org.eclipse.jdt.core.compiler.problem.pessimisticNullAnalysisForFreeTypeVariables=warning -org.eclipse.jdt.core.compiler.problem.possibleAccidentalBooleanAssignment=warning -org.eclipse.jdt.core.compiler.problem.potentialNullReference=warning -org.eclipse.jdt.core.compiler.problem.potentiallyUnclosedCloseable=warning -org.eclipse.jdt.core.compiler.problem.rawTypeReference=warning -org.eclipse.jdt.core.compiler.problem.redundantNullAnnotation=warning -org.eclipse.jdt.core.compiler.problem.redundantNullCheck=warning -org.eclipse.jdt.core.compiler.problem.redundantSpecificationOfTypeArguments=ignore -org.eclipse.jdt.core.compiler.problem.redundantSuperinterface=ignore -org.eclipse.jdt.core.compiler.problem.reportMethodCanBePotentiallyStatic=ignore -org.eclipse.jdt.core.compiler.problem.reportMethodCanBeStatic=ignore -org.eclipse.jdt.core.compiler.problem.reportPreviewFeatures=warning -org.eclipse.jdt.core.compiler.problem.specialParameterHidingField=disabled -org.eclipse.jdt.core.compiler.problem.staticAccessReceiver=warning -org.eclipse.jdt.core.compiler.problem.suppressOptionalErrors=disabled -org.eclipse.jdt.core.compiler.problem.suppressWarnings=enabled -org.eclipse.jdt.core.compiler.problem.syntacticNullAnalysisForFields=disabled -org.eclipse.jdt.core.compiler.problem.syntheticAccessEmulation=ignore -org.eclipse.jdt.core.compiler.problem.terminalDeprecation=warning -org.eclipse.jdt.core.compiler.problem.typeParameterHiding=warning -org.eclipse.jdt.core.compiler.problem.unavoidableGenericTypeProblems=enabled -org.eclipse.jdt.core.compiler.problem.uncheckedTypeOperation=warning -org.eclipse.jdt.core.compiler.problem.unclosedCloseable=warning -org.eclipse.jdt.core.compiler.problem.undocumentedEmptyBlock=ignore -org.eclipse.jdt.core.compiler.problem.unhandledWarningToken=warning -org.eclipse.jdt.core.compiler.problem.unlikelyCollectionMethodArgumentType=warning -org.eclipse.jdt.core.compiler.problem.unlikelyCollectionMethodArgumentTypeStrict=disabled -org.eclipse.jdt.core.compiler.problem.unlikelyEqualsArgumentType=info -org.eclipse.jdt.core.compiler.problem.unnecessaryElse=ignore -org.eclipse.jdt.core.compiler.problem.unnecessaryTypeCheck=warning -org.eclipse.jdt.core.compiler.problem.unqualifiedFieldAccess=ignore -org.eclipse.jdt.core.compiler.problem.unstableAutoModuleName=warning -org.eclipse.jdt.core.compiler.problem.unusedDeclaredThrownException=ignore -org.eclipse.jdt.core.compiler.problem.unusedDeclaredThrownExceptionExemptExceptionAndThrowable=enabled -org.eclipse.jdt.core.compiler.problem.unusedDeclaredThrownExceptionIncludeDocCommentReference=enabled -org.eclipse.jdt.core.compiler.problem.unusedDeclaredThrownExceptionWhenOverriding=disabled -org.eclipse.jdt.core.compiler.problem.unusedExceptionParameter=ignore -org.eclipse.jdt.core.compiler.problem.unusedImport=warning -org.eclipse.jdt.core.compiler.problem.unusedLabel=warning -org.eclipse.jdt.core.compiler.problem.unusedLocal=warning -org.eclipse.jdt.core.compiler.problem.unusedObjectAllocation=ignore -org.eclipse.jdt.core.compiler.problem.unusedParameter=warning -org.eclipse.jdt.core.compiler.problem.unusedParameterIncludeDocCommentReference=enabled -org.eclipse.jdt.core.compiler.problem.unusedParameterWhenImplementingAbstract=disabled -org.eclipse.jdt.core.compiler.problem.unusedParameterWhenOverridingConcrete=disabled -org.eclipse.jdt.core.compiler.problem.unusedPrivateMember=warning -org.eclipse.jdt.core.compiler.problem.unusedTypeParameter=warning -org.eclipse.jdt.core.compiler.problem.unusedWarningToken=warning -org.eclipse.jdt.core.compiler.problem.varargsArgumentNeedCast=warning -org.eclipse.jdt.core.compiler.release=enabled -org.eclipse.jdt.core.compiler.source=1.8 diff --git a/bundles/org.eclipse.passage.lic.shipments/.settings/org.eclipse.jdt.ui.prefs b/bundles/org.eclipse.passage.lic.shipments/.settings/org.eclipse.jdt.ui.prefs deleted file mode 100644 index 906381876..000000000 --- a/bundles/org.eclipse.passage.lic.shipments/.settings/org.eclipse.jdt.ui.prefs +++ /dev/null @@ -1,122 +0,0 @@ -cleanup.add_default_serial_version_id=true -cleanup.add_generated_serial_version_id=false -cleanup.add_missing_annotations=true -cleanup.add_missing_deprecated_annotations=true -cleanup.add_missing_methods=false -cleanup.add_missing_nls_tags=false -cleanup.add_missing_override_annotations=true -cleanup.add_missing_override_annotations_interface_methods=true -cleanup.add_serial_version_id=false -cleanup.always_use_blocks=true -cleanup.always_use_parentheses_in_expressions=false -cleanup.always_use_this_for_non_static_field_access=false -cleanup.always_use_this_for_non_static_method_access=false -cleanup.convert_functional_interfaces=false -cleanup.convert_to_enhanced_for_loop=false -cleanup.correct_indentation=false -cleanup.format_source_code=false -cleanup.format_source_code_changes_only=false -cleanup.insert_inferred_type_arguments=false -cleanup.make_local_variable_final=true -cleanup.make_parameters_final=false -cleanup.make_private_fields_final=true -cleanup.make_type_abstract_if_missing_method=false -cleanup.make_variable_declarations_final=false -cleanup.never_use_blocks=false -cleanup.never_use_parentheses_in_expressions=true -cleanup.organize_imports=false -cleanup.qualify_static_field_accesses_with_declaring_class=false -cleanup.qualify_static_member_accesses_through_instances_with_declaring_class=true -cleanup.qualify_static_member_accesses_through_subtypes_with_declaring_class=true -cleanup.qualify_static_member_accesses_with_declaring_class=true -cleanup.qualify_static_method_accesses_with_declaring_class=false -cleanup.remove_private_constructors=true -cleanup.remove_redundant_modifiers=false -cleanup.remove_redundant_semicolons=false -cleanup.remove_redundant_type_arguments=false -cleanup.remove_trailing_whitespaces=false -cleanup.remove_trailing_whitespaces_all=true -cleanup.remove_trailing_whitespaces_ignore_empty=false -cleanup.remove_unnecessary_casts=true -cleanup.remove_unnecessary_nls_tags=true -cleanup.remove_unused_imports=true -cleanup.remove_unused_local_variables=false -cleanup.remove_unused_private_fields=true -cleanup.remove_unused_private_members=false -cleanup.remove_unused_private_methods=true -cleanup.remove_unused_private_types=true -cleanup.sort_members=false -cleanup.sort_members_all=false -cleanup.use_anonymous_class_creation=false -cleanup.use_blocks=false -cleanup.use_blocks_only_for_return_and_throw=false -cleanup.use_lambda=true -cleanup.use_parentheses_in_expressions=false -cleanup.use_this_for_non_static_field_access=false -cleanup.use_this_for_non_static_field_access_only_if_necessary=true -cleanup.use_this_for_non_static_method_access=false -cleanup.use_this_for_non_static_method_access_only_if_necessary=true -cleanup_profile=org.eclipse.jdt.ui.default.eclipse_clean_up_profile -cleanup_settings_version=2 -eclipse.preferences.version=1 -editor_save_participant_org.eclipse.jdt.ui.postsavelistener.cleanup=true -org.eclipse.jdt.ui.text.custom_code_templates= -sp_cleanup.add_default_serial_version_id=true -sp_cleanup.add_generated_serial_version_id=false -sp_cleanup.add_missing_annotations=true -sp_cleanup.add_missing_deprecated_annotations=true -sp_cleanup.add_missing_methods=false -sp_cleanup.add_missing_nls_tags=false -sp_cleanup.add_missing_override_annotations=true -sp_cleanup.add_missing_override_annotations_interface_methods=true -sp_cleanup.add_serial_version_id=false -sp_cleanup.always_use_blocks=true -sp_cleanup.always_use_parentheses_in_expressions=false -sp_cleanup.always_use_this_for_non_static_field_access=false -sp_cleanup.always_use_this_for_non_static_method_access=false -sp_cleanup.convert_functional_interfaces=false -sp_cleanup.convert_to_enhanced_for_loop=false -sp_cleanup.correct_indentation=false -sp_cleanup.format_source_code=true -sp_cleanup.format_source_code_changes_only=false -sp_cleanup.insert_inferred_type_arguments=false -sp_cleanup.make_local_variable_final=true -sp_cleanup.make_parameters_final=false -sp_cleanup.make_private_fields_final=true -sp_cleanup.make_type_abstract_if_missing_method=false -sp_cleanup.make_variable_declarations_final=false -sp_cleanup.never_use_blocks=false -sp_cleanup.never_use_parentheses_in_expressions=true -sp_cleanup.on_save_use_additional_actions=true -sp_cleanup.organize_imports=true -sp_cleanup.qualify_static_field_accesses_with_declaring_class=false -sp_cleanup.qualify_static_member_accesses_through_instances_with_declaring_class=true -sp_cleanup.qualify_static_member_accesses_through_subtypes_with_declaring_class=true -sp_cleanup.qualify_static_member_accesses_with_declaring_class=false -sp_cleanup.qualify_static_method_accesses_with_declaring_class=false -sp_cleanup.remove_private_constructors=true -sp_cleanup.remove_redundant_modifiers=false -sp_cleanup.remove_redundant_semicolons=false -sp_cleanup.remove_redundant_type_arguments=false -sp_cleanup.remove_trailing_whitespaces=false -sp_cleanup.remove_trailing_whitespaces_all=true -sp_cleanup.remove_trailing_whitespaces_ignore_empty=false -sp_cleanup.remove_unnecessary_casts=true -sp_cleanup.remove_unnecessary_nls_tags=false -sp_cleanup.remove_unused_imports=false -sp_cleanup.remove_unused_local_variables=false -sp_cleanup.remove_unused_private_fields=true -sp_cleanup.remove_unused_private_members=false -sp_cleanup.remove_unused_private_methods=true -sp_cleanup.remove_unused_private_types=true -sp_cleanup.sort_members=false -sp_cleanup.sort_members_all=false -sp_cleanup.use_anonymous_class_creation=false -sp_cleanup.use_blocks=false -sp_cleanup.use_blocks_only_for_return_and_throw=false -sp_cleanup.use_lambda=true -sp_cleanup.use_parentheses_in_expressions=false -sp_cleanup.use_this_for_non_static_field_access=false -sp_cleanup.use_this_for_non_static_field_access_only_if_necessary=true -sp_cleanup.use_this_for_non_static_method_access=false -sp_cleanup.use_this_for_non_static_method_access_only_if_necessary=true diff --git a/bundles/org.eclipse.passage.lic.shipments/.settings/org.eclipse.pde.ds.annotations.prefs b/bundles/org.eclipse.passage.lic.shipments/.settings/org.eclipse.pde.ds.annotations.prefs deleted file mode 100644 index 73a356b6d..000000000 --- a/bundles/org.eclipse.passage.lic.shipments/.settings/org.eclipse.pde.ds.annotations.prefs +++ /dev/null @@ -1,8 +0,0 @@ -classpath=true -dsVersion=V1_3 -eclipse.preferences.version=1 -enabled=true -generateBundleActivationPolicyLazy=true -path=OSGI-INF -validationErrorLevel=error -validationErrorLevel.missingImplicitUnbindMethod=error diff --git a/bundles/org.eclipse.passage.lic.shipments/.settings/org.eclipse.pde.prefs b/bundles/org.eclipse.passage.lic.shipments/.settings/org.eclipse.pde.prefs deleted file mode 100644 index 47bd5bdfc..000000000 --- a/bundles/org.eclipse.passage.lic.shipments/.settings/org.eclipse.pde.prefs +++ /dev/null @@ -1,34 +0,0 @@ -compilers.f.unresolved-features=1 -compilers.f.unresolved-plugins=1 -compilers.incompatible-environment=1 -compilers.p.build=1 -compilers.p.build.bin.includes=1 -compilers.p.build.encodings=2 -compilers.p.build.java.compiler=2 -compilers.p.build.java.compliance=1 -compilers.p.build.missing.output=2 -compilers.p.build.output.library=1 -compilers.p.build.source.library=1 -compilers.p.build.src.includes=1 -compilers.p.deprecated=1 -compilers.p.discouraged-class=1 -compilers.p.internal=1 -compilers.p.missing-packages=2 -compilers.p.missing-version-export-package=2 -compilers.p.missing-version-import-package=2 -compilers.p.missing-version-require-bundle=1 -compilers.p.no-required-att=0 -compilers.p.no.automatic.module=1 -compilers.p.not-externalized-att=0 -compilers.p.service.component.without.lazyactivation=1 -compilers.p.unknown-attribute=1 -compilers.p.unknown-class=1 -compilers.p.unknown-element=1 -compilers.p.unknown-identifier=1 -compilers.p.unknown-resource=1 -compilers.p.unresolved-ex-points=0 -compilers.p.unresolved-import=0 -compilers.s.create-docs=false -compilers.s.doc-folder=doc -compilers.s.open-tags=1 -eclipse.preferences.version=1 diff --git a/bundles/org.eclipse.passage.lic.shipments/META-INF/MANIFEST.MF b/bundles/org.eclipse.passage.lic.shipments/META-INF/MANIFEST.MF deleted file mode 100644 index 6d85635ea..000000000 --- a/bundles/org.eclipse.passage.lic.shipments/META-INF/MANIFEST.MF +++ /dev/null @@ -1,10 +0,0 @@ -Manifest-Version: 1.0 -Automatic-Module-Name: org.eclipse.passage.lic.shipments -Bundle-ManifestVersion: 2 -Bundle-SymbolicName: org.eclipse.passage.lic.shipments -Bundle-Version: 0.1.0.qualifier -Bundle-Name: %Bundle-Name -Bundle-Vendor: %Bundle-Vendor -Bundle-Copyright: %Bundle-Copyright -Bundle-RequiredExecutionEnvironment: JavaSE-1.8 -Export-Package: org.eclipse.passage.lic.shipments;x-friends:="org.eclipse.passage.lic.shipments.ecore,org.eclipse.passage.lic.shipments.model,org.eclipse.passage.lic.shipments.edit" diff --git a/bundles/org.eclipse.passage.lic.shipments/OSGI-INF/l10n/bundle.properties b/bundles/org.eclipse.passage.lic.shipments/OSGI-INF/l10n/bundle.properties deleted file mode 100644 index 823cb8464..000000000 --- a/bundles/org.eclipse.passage.lic.shipments/OSGI-INF/l10n/bundle.properties +++ /dev/null @@ -1,23 +0,0 @@ -#Properties file for org.eclipse.passage.lic.shipments -############################################################################### -# Copyright (c) 2021 ArSysOp -# -# This program and the accompanying materials are made available under the -# terms of the Eclipse Public License 2.0 which is available at -# https://www.eclipse.org/legal/epl-2.0/. -# -# SPDX-License-Identifier: EPL-2.0 -# -# Contributors: -# ArSysOp - initial API and implementation -############################################################################### - -Bundle-Name = Passage LIC Shipments -Bundle-Vendor = Eclipse Passage -Bundle-Copyright = Copyright (c) 2021 ArSysOp.\n\ -\n\ -This program and the accompanying materials are made\n\ -available under the terms of the Eclipse Public License 2.0\n\ -which is available at https://www.eclipse.org/legal/epl-2.0/\n\ -\n\ -SPDX-License-Identifier: EPL-2.0\n\ diff --git a/bundles/org.eclipse.passage.lic.shipments/about.html b/bundles/org.eclipse.passage.lic.shipments/about.html deleted file mode 100644 index 164f781a8..000000000 --- a/bundles/org.eclipse.passage.lic.shipments/about.html +++ /dev/null @@ -1,36 +0,0 @@ - - - - -About - - -

About This Content

- -

November 30, 2017

-

License

- -

- The Eclipse Foundation makes available all content in this plug-in - ("Content"). Unless otherwise indicated below, the Content - is provided to you under the terms and conditions of the Eclipse - Public License Version 2.0 ("EPL"). A copy of the EPL is - available at http://www.eclipse.org/legal/epl-2.0. - For purposes of the EPL, "Program" will mean the Content. -

- -

- If you did not receive this Content directly from the Eclipse - Foundation, the Content is being redistributed by another party - ("Redistributor") and different terms and conditions may - apply to your use of any object code in the Content. Check the - Redistributor's license that was provided with the Content. If no such - license exists, contact the Redistributor. Unless otherwise indicated - below, the terms and conditions of the EPL still apply to any source - code in the Content and such source code may be obtained at http://www.eclipse.org. -

- - - \ No newline at end of file diff --git a/bundles/org.eclipse.passage.lic.shipments/about.ini b/bundles/org.eclipse.passage.lic.shipments/about.ini deleted file mode 100644 index f55638433..000000000 --- a/bundles/org.eclipse.passage.lic.shipments/about.ini +++ /dev/null @@ -1,23 +0,0 @@ -############################################################################### -# Copyright (c) 2021 ArSysOp -# -# This program and the accompanying materials are made available under the -# terms of the Eclipse Public License 2.0 which is available at -# https://www.eclipse.org/legal/epl-2.0/. -# -# SPDX-License-Identifier: EPL-2.0 -# -# Contributors: -# ArSysOp - initial API and implementation -############################################################################### -# about.ini -# contains information about a feature -# java.io.Properties file (ISO 8859-1 with "\" escapes) -# "%key" are externalized strings defined in about.properties -# This file does not need to be translated. - -# Property "aboutText" contains blurb for "About" dialog (translated) -aboutText=%blurb - -# Property "featureImage" contains path to feature image (32x32) -featureImage=passage32.png diff --git a/bundles/org.eclipse.passage.lic.shipments/about.mappings b/bundles/org.eclipse.passage.lic.shipments/about.mappings deleted file mode 100644 index b8aef0258..000000000 --- a/bundles/org.eclipse.passage.lic.shipments/about.mappings +++ /dev/null @@ -1,18 +0,0 @@ -############################################################################### -# Copyright (c) 2021 ArSysOp -# -# This program and the accompanying materials are made available under the -# terms of the Eclipse Public License 2.0 which is available at -# https://www.eclipse.org/legal/epl-2.0/. -# -# SPDX-License-Identifier: EPL-2.0 -# -# Contributors: -# ArSysOp - initial API and implementation -############################################################################### -# about.mappings -# contains fill-ins for about.properties -# java.io.Properties file (ISO 8859-1 with "\" escapes) -# This file does not need to be translated. - -0=${buildId} diff --git a/bundles/org.eclipse.passage.lic.shipments/about.properties b/bundles/org.eclipse.passage.lic.shipments/about.properties deleted file mode 100644 index 6bfb8053e..000000000 --- a/bundles/org.eclipse.passage.lic.shipments/about.properties +++ /dev/null @@ -1,24 +0,0 @@ -############################################################################### -# Copyright (c) 2021 ArSysOp -# -# This program and the accompanying materials are made available under the -# terms of the Eclipse Public License 2.0 which is available at -# https://www.eclipse.org/legal/epl-2.0/. -# -# SPDX-License-Identifier: EPL-2.0 -# -# Contributors: -# ArSysOp - initial API and implementation -############################################################################### -# about.properties -# contains externalized strings for about.ini -# java.io.Properties file (ISO 8859-1 with "\" escapes) -# fill-ins are supplied by about.mappings -# This file should be translated. - -blurb=Passage Licensing Integration Components: EMF Model API for Shipments data\n\ -\n\ -Version: {featureVersion}\n\ -\n\ -Copyright (c) 2021 ArSysOp. All rights reserved.\n\ -Visit http://www.eclipse.org/passage diff --git a/bundles/org.eclipse.passage.lic.shipments/build.properties b/bundles/org.eclipse.passage.lic.shipments/build.properties deleted file mode 100644 index 6649eb20d..000000000 --- a/bundles/org.eclipse.passage.lic.shipments/build.properties +++ /dev/null @@ -1,23 +0,0 @@ -############################################################################### -# Copyright (c) 2021 ArSysOp -# -# This program and the accompanying materials are made available under the -# terms of the Eclipse Public License 2.0 which is available at -# https://www.eclipse.org/legal/epl-2.0/. -# -# SPDX-License-Identifier: EPL-2.0 -# -# Contributors: -# ArSysOp - initial API and implementation -############################################################################### - -source.. = src/ -output.. = bin/ -bin.includes = META-INF/,\ - .,\ - OSGI-INF/,\ - about.html,\ - about.ini,\ - about.mappings,\ - about.properties,\ - passage32.png diff --git a/bundles/org.eclipse.passage.lic.shipments/passage32.png b/bundles/org.eclipse.passage.lic.shipments/passage32.png deleted file mode 100644 index 8f2e30bf35d00f5aad84ffecf031e6466bf2992c..0000000000000000000000000000000000000000 GIT binary patch literal 0 HcmV?d00001 literal 2061 zcmV+o2=e!dP)QJTb`(KG#XBe7q8?ZzS%W(ep1HT9U`DFq4F{CZH z#J8|gxn}p;r~g$pW2VaxRcDHEHk|* zmvIGYSZoS)SDM+gwVbpp4~u{PRV+3&mbD^d7$)IvjjmvrYn6>0+k1)Drfwe0OTp01 zRw2ZLz}*;tw|bZ}If%(D{BWyg?A+OZ+%m6d?4?zg&o_~tlf(ZJyW7JATe@j!=)e_k2NR-UJyr*%AR5-_XbaQP8tMZuBE!Rr+ZItc zYc$mt?x0$fSwJy>8ftgpuy<@g0z7b`Z0hT!SMrw?WL)D?rNO4H#n>FN>$dw(r+9zk zG2A`}35gEUvOEZ>Khvty^{o5;-|!~I0ninU@YFA7Ft=nP0Lx!1;zy6YO{7~xvB(>M zy)u@LLSP&KRxa%E)!$AM|~UpoNRqTow$;`G{ybJ@tsO~PhXsrc+h zpH5=3lSo)cjxE0}6QQu@?77{NTX(0;pX0H2Vj^Q2X1{jtTu%ykLUF1+_~9CT!M`r@-k(>1%QdL8kR1Py(>9t zC?uu2ID4X&@}t!N6wJ=%)g2`ycyIq5urU(IwEa6R#XVdb%{NczCad{ogEy-tY zNj_Rw=ghGhRu=!6#1vN_fN_)4*>QF`!Z0xn6I-119)NGJ`52pBK~ZH4-2{+iAk=dN z(yg$|Ru}ZOS`{7LFiFew5Nrvt;_+>qKUvr3$YNK)0K>Sq2qi#OWh^%Jp5V7@+gS6R zom7=IFltOvZ*YK+3Iu?3B2bV~5ufTRs?tpLQGjq*XY_bKb=U8*e9l(pKUcuASD!#p zWOUs?k?$?WmZnZBKCK}>F4o<;x*}Y!3~+c?6>WDz;pgpT+Gi-s=pFw_n}HLn&ciwhHm0db=`BN28+XPAvZIH^f8HK zB%DKHIz5JPIV0efX23am#4njvZI}|>Dz(N!OjW#uPY{M%nX1xE*@tO&dP_PYOYCKEU&7uBs3#SiV=j`zt zRGqG4L`nien3Nx`rmD1_$`f@s6Kr3gRkN@s=I2JTDWp{)DH=afD}7NvyL*$8v-%!iLw z`R&@OW0xn7X$`qY`<=nqL_DC}rJgtBeS+5kCBVCbH--WLa245nhmd4PW6f6{smz;} z`R|R@w{wo3t{FetFqP!Q_;w62?6*NXF}lCUfJu0ue34JHR1E27q>3yw%FfnIs@-2+ zlz6s2_c6DlYX;yOWYG*90}cXz1)A>XeweNTNCZ&C3p7|J;L?ior - - diff --git a/features/org.eclipse.passage.lic.shipments.feature/.project b/features/org.eclipse.passage.lic.shipments.feature/.project deleted file mode 100644 index 6533789a2..000000000 --- a/features/org.eclipse.passage.lic.shipments.feature/.project +++ /dev/null @@ -1,17 +0,0 @@ - - - org.eclipse.passage.lic.shipments.feature - - - - - - org.eclipse.pde.FeatureBuilder - - - - - - org.eclipse.pde.FeatureNature - - diff --git a/features/org.eclipse.passage.lic.shipments.feature/build.properties b/features/org.eclipse.passage.lic.shipments.feature/build.properties deleted file mode 100644 index d00f09508..000000000 --- a/features/org.eclipse.passage.lic.shipments.feature/build.properties +++ /dev/null @@ -1,15 +0,0 @@ -############################################################################### -# Copyright (c) 2021 ArSysOp -# -# This program and the accompanying materials are made available under the -# terms of the Eclipse Public License 2.0 which is available at -# https://www.eclipse.org/legal/epl-2.0/. -# -# SPDX-License-Identifier: EPL-2.0 -# -# Contributors: -# ArSysOp - initial API and implementation -############################################################################### - -bin.includes = feature.xml,\ - feature.properties diff --git a/features/org.eclipse.passage.lic.shipments.feature/feature.properties b/features/org.eclipse.passage.lic.shipments.feature/feature.properties deleted file mode 100644 index 438586541..000000000 --- a/features/org.eclipse.passage.lic.shipments.feature/feature.properties +++ /dev/null @@ -1,25 +0,0 @@ -#Properties file for org.eclipse.passage.lic.shipments.feature -############################################################################### -# Copyright (c) 2021 ArSysOp -# -# This program and the accompanying materials are made available under the -# terms of the Eclipse Public License 2.0 which is available at -# https://www.eclipse.org/legal/epl-2.0/. -# -# SPDX-License-Identifier: EPL-2.0 -# -# Contributors: -# ArSysOp - initial API and implementation -############################################################################### - -featureName=Passage LIC Shipments -providerName=Eclipse Passage -description=Passage Licensing Integration Components EMF Model API for Shipments data -copyright=Copyright (c) 2021 ArSysOp.\n\ -\n\ -This program and the accompanying materials are made\n\ -available under the terms of the Eclipse Public License 2.0\n\ -which is available at https://www.eclipse.org/legal/epl-2.0/\n\ -\n\ -SPDX-License-Identifier: EPL-2.0\n\ - diff --git a/features/org.eclipse.passage.lic.shipments.feature/feature.xml b/features/org.eclipse.passage.lic.shipments.feature/feature.xml deleted file mode 100644 index c9106af04..000000000 --- a/features/org.eclipse.passage.lic.shipments.feature/feature.xml +++ /dev/null @@ -1,69 +0,0 @@ - - - - - - %description - - - - %copyright - - - - %license - - - - - - - - - - - - - diff --git a/releng/org.eclipse.passage.lic.aggregator/pom.xml b/releng/org.eclipse.passage.lic.aggregator/pom.xml index 6e7fe2c61..e11979771 100644 --- a/releng/org.eclipse.passage.lic.aggregator/pom.xml +++ b/releng/org.eclipse.passage.lic.aggregator/pom.xml @@ -126,14 +126,6 @@ ../../bundles/org.eclipse.passage.lic.floating.e4.ui ../../features/org.eclipse.passage.lic.floating.feature - ../../bundles/org.eclipse.passage.lic.shipments - ../../bundles/org.eclipse.passage.lic.shipments.ecore - ../../bundles/org.eclipse.passage.lic.shipments.model - ../../bundles/org.eclipse.passage.lic.shipments.edit - - ../../features/org.eclipse.passage.lic.shipments.feature - - ../../bundles/org.eclipse.passage.lic.compile.branding ../../features/org.eclipse.passage.lic.compile.feature