From 71ed22886f9cb3513d97f8a947dbe96eac64f384 Mon Sep 17 00:00:00 2001 From: Elena Parovyshnaia Date: Wed, 16 Mar 2022 19:43:59 +0300 Subject: [PATCH] #978 Close Licensing Agent project work remove unused bundles --- .../org.eclipse.passage.lac.gear/.classpath | 7 - bundles/org.eclipse.passage.lac.gear/.project | 39 ---- .../.settings/.api_filters | 18 -- .../.settings/org.eclipse.jdt.core.prefs | 101 --------- .../.settings/org.eclipse.jdt.ui.prefs | 122 ---------- .../org.eclipse.pde.ds.annotations.prefs | 8 - .../.settings/org.eclipse.pde.prefs | 34 --- .../META-INF/MANIFEST.MF | 22 -- .../OSGI-INF/l10n/bundle.properties | 24 -- ...ernal.gear.RuntimeFrameworkConstructor.xml | 7 - .../org.eclipse.passage.lac.gear/about.html | 36 --- .../build.properties | 19 -- .../internal/gear/RuntimeConfiguration.java | 209 ------------------ .../lac/internal/gear/RuntimeFramework.java | 40 ---- .../gear/RuntimeFrameworkConstructor.java | 29 --- .../org.eclipse.passage.lac.jetty/.classpath | 7 - .../org.eclipse.passage.lac.jetty/.project | 39 ---- .../.settings/org.eclipse.jdt.core.prefs | 101 --------- .../.settings/org.eclipse.jdt.ui.prefs | 122 ---------- .../.settings/org.eclipse.pde.core.prefs | 3 - .../org.eclipse.pde.ds.annotations.prefs | 8 - .../.settings/org.eclipse.pde.prefs | 34 --- .../META-INF/MANIFEST.MF | 16 -- .../OSGI-INF/l10n/bundle.properties | 22 -- .../org.eclipse.passage.lac.jetty/about.html | 36 --- .../build.properties | 19 -- .../lac/internal/jetty/JettyActivator.java | 45 ---- .../org.eclipse.passage.lac.server/.classpath | 7 - .../org.eclipse.passage.lac.server/.project | 39 ---- .../.settings/org.eclipse.jdt.core.prefs | 101 --------- .../.settings/org.eclipse.jdt.ui.prefs | 122 ---------- .../.settings/org.eclipse.pde.core.prefs | 3 - .../org.eclipse.pde.ds.annotations.prefs | 8 - .../.settings/org.eclipse.pde.prefs | 34 --- .../META-INF/MANIFEST.MF | 12 - .../OSGI-INF/l10n/bundle.properties | 25 --- .../org.eclipse.passage.lac.server/about.html | 36 --- .../build.properties | 20 -- .../org.eclipse.passage.lac.server/plugin.xml | 37 ---- .../src/.gitkeep | 0 bundles/org.eclipse.passage.lac/.classpath | 7 - bundles/org.eclipse.passage.lac/.project | 34 --- .../.settings/.api_filters | 34 --- .../.settings/org.eclipse.jdt.core.prefs | 101 --------- .../.settings/org.eclipse.jdt.ui.prefs | 122 ---------- .../org.eclipse.pde.ds.annotations.prefs | 8 - .../.settings/org.eclipse.pde.prefs | 34 --- .../META-INF/MANIFEST.MF | 13 -- .../OSGI-INF/l10n/bundle.properties | 24 -- bundles/org.eclipse.passage.lac/about.html | 36 --- bundles/org.eclipse.passage.lac/about.ini | 23 -- .../org.eclipse.passage.lac/about.mappings | 18 -- .../org.eclipse.passage.lac/about.properties | 24 -- .../org.eclipse.passage.lac/build.properties | 23 -- bundles/org.eclipse.passage.lac/passage32.png | Bin 2061 -> 0 bytes .../passage/internal/lac/base/AgentCycle.java | 30 --- .../lac/base/AgentRequestHandled.java | 24 -- .../passage/internal/lac/base/CanUse.java | 58 ----- .../internal/lac/base/CannotUseFeature.java | 28 --- .../internal/lac/base/PassageAgent.java | 58 ----- .../lac/base/access/RequestKeyKeeper.java | 43 ---- .../.project | 17 -- .../build.properties | 14 -- .../feature.properties | 23 -- .../feature.xml | 72 ------ .../.project | 17 -- .../build.properties | 14 -- .../feature.properties | 23 -- .../feature.xml | 41 ---- .../.project | 17 -- .../org.eclipse.core.resources.prefs | 2 - .../org.eclipse.passage.lac.server.product | 75 ------- .../pom.xml | 104 --------- .../pom.xml | 40 ---- .../category.xml | 44 ---- .../pom.xml | 53 ----- 76 files changed, 2909 deletions(-) delete mode 100644 bundles/org.eclipse.passage.lac.gear/.classpath delete mode 100644 bundles/org.eclipse.passage.lac.gear/.project delete mode 100644 bundles/org.eclipse.passage.lac.gear/.settings/.api_filters delete mode 100644 bundles/org.eclipse.passage.lac.gear/.settings/org.eclipse.jdt.core.prefs delete mode 100644 bundles/org.eclipse.passage.lac.gear/.settings/org.eclipse.jdt.ui.prefs delete mode 100644 bundles/org.eclipse.passage.lac.gear/.settings/org.eclipse.pde.ds.annotations.prefs delete mode 100644 bundles/org.eclipse.passage.lac.gear/.settings/org.eclipse.pde.prefs delete mode 100644 bundles/org.eclipse.passage.lac.gear/META-INF/MANIFEST.MF delete mode 100644 bundles/org.eclipse.passage.lac.gear/OSGI-INF/l10n/bundle.properties delete mode 100644 bundles/org.eclipse.passage.lac.gear/OSGI-INF/org.eclipse.passage.lac.internal.gear.RuntimeFrameworkConstructor.xml delete mode 100644 bundles/org.eclipse.passage.lac.gear/about.html delete mode 100644 bundles/org.eclipse.passage.lac.gear/build.properties delete mode 100644 bundles/org.eclipse.passage.lac.gear/src/org/eclipse/passage/lac/internal/gear/RuntimeConfiguration.java delete mode 100644 bundles/org.eclipse.passage.lac.gear/src/org/eclipse/passage/lac/internal/gear/RuntimeFramework.java delete mode 100644 bundles/org.eclipse.passage.lac.gear/src/org/eclipse/passage/lac/internal/gear/RuntimeFrameworkConstructor.java delete mode 100644 bundles/org.eclipse.passage.lac.jetty/.classpath delete mode 100644 bundles/org.eclipse.passage.lac.jetty/.project delete mode 100644 bundles/org.eclipse.passage.lac.jetty/.settings/org.eclipse.jdt.core.prefs delete mode 100644 bundles/org.eclipse.passage.lac.jetty/.settings/org.eclipse.jdt.ui.prefs delete mode 100644 bundles/org.eclipse.passage.lac.jetty/.settings/org.eclipse.pde.core.prefs delete mode 100644 bundles/org.eclipse.passage.lac.jetty/.settings/org.eclipse.pde.ds.annotations.prefs delete mode 100644 bundles/org.eclipse.passage.lac.jetty/.settings/org.eclipse.pde.prefs delete mode 100644 bundles/org.eclipse.passage.lac.jetty/META-INF/MANIFEST.MF delete mode 100644 bundles/org.eclipse.passage.lac.jetty/OSGI-INF/l10n/bundle.properties delete mode 100644 bundles/org.eclipse.passage.lac.jetty/about.html delete mode 100644 bundles/org.eclipse.passage.lac.jetty/build.properties delete mode 100644 bundles/org.eclipse.passage.lac.jetty/src/org/eclipse/passage/lac/internal/jetty/JettyActivator.java delete mode 100644 bundles/org.eclipse.passage.lac.server/.classpath delete mode 100644 bundles/org.eclipse.passage.lac.server/.project delete mode 100644 bundles/org.eclipse.passage.lac.server/.settings/org.eclipse.jdt.core.prefs delete mode 100644 bundles/org.eclipse.passage.lac.server/.settings/org.eclipse.jdt.ui.prefs delete mode 100644 bundles/org.eclipse.passage.lac.server/.settings/org.eclipse.pde.core.prefs delete mode 100644 bundles/org.eclipse.passage.lac.server/.settings/org.eclipse.pde.ds.annotations.prefs delete mode 100644 bundles/org.eclipse.passage.lac.server/.settings/org.eclipse.pde.prefs delete mode 100644 bundles/org.eclipse.passage.lac.server/META-INF/MANIFEST.MF delete mode 100644 bundles/org.eclipse.passage.lac.server/OSGI-INF/l10n/bundle.properties delete mode 100644 bundles/org.eclipse.passage.lac.server/about.html delete mode 100644 bundles/org.eclipse.passage.lac.server/build.properties delete mode 100644 bundles/org.eclipse.passage.lac.server/plugin.xml delete mode 100644 bundles/org.eclipse.passage.lac.server/src/.gitkeep delete mode 100644 bundles/org.eclipse.passage.lac/.classpath delete mode 100644 bundles/org.eclipse.passage.lac/.project delete mode 100644 bundles/org.eclipse.passage.lac/.settings/.api_filters delete mode 100644 bundles/org.eclipse.passage.lac/.settings/org.eclipse.jdt.core.prefs delete mode 100644 bundles/org.eclipse.passage.lac/.settings/org.eclipse.jdt.ui.prefs delete mode 100644 bundles/org.eclipse.passage.lac/.settings/org.eclipse.pde.ds.annotations.prefs delete mode 100644 bundles/org.eclipse.passage.lac/.settings/org.eclipse.pde.prefs delete mode 100644 bundles/org.eclipse.passage.lac/META-INF/MANIFEST.MF delete mode 100644 bundles/org.eclipse.passage.lac/OSGI-INF/l10n/bundle.properties delete mode 100644 bundles/org.eclipse.passage.lac/about.html delete mode 100644 bundles/org.eclipse.passage.lac/about.ini delete mode 100644 bundles/org.eclipse.passage.lac/about.mappings delete mode 100644 bundles/org.eclipse.passage.lac/about.properties delete mode 100644 bundles/org.eclipse.passage.lac/build.properties delete mode 100644 bundles/org.eclipse.passage.lac/passage32.png delete mode 100644 bundles/org.eclipse.passage.lac/src/org/eclipse/passage/internal/lac/base/AgentCycle.java delete mode 100644 bundles/org.eclipse.passage.lac/src/org/eclipse/passage/internal/lac/base/AgentRequestHandled.java delete mode 100644 bundles/org.eclipse.passage.lac/src/org/eclipse/passage/internal/lac/base/CanUse.java delete mode 100644 bundles/org.eclipse.passage.lac/src/org/eclipse/passage/internal/lac/base/CannotUseFeature.java delete mode 100644 bundles/org.eclipse.passage.lac/src/org/eclipse/passage/internal/lac/base/PassageAgent.java delete mode 100644 bundles/org.eclipse.passage.lac/src/org/eclipse/passage/internal/lac/base/access/RequestKeyKeeper.java delete mode 100644 features/org.eclipse.passage.lac.execute.feature/.project delete mode 100644 features/org.eclipse.passage.lac.execute.feature/build.properties delete mode 100644 features/org.eclipse.passage.lac.execute.feature/feature.properties delete mode 100644 features/org.eclipse.passage.lac.execute.feature/feature.xml delete mode 100644 features/org.eclipse.passage.lac.target.feature/.project delete mode 100644 features/org.eclipse.passage.lac.target.feature/build.properties delete mode 100644 features/org.eclipse.passage.lac.target.feature/feature.properties delete mode 100644 features/org.eclipse.passage.lac.target.feature/feature.xml delete mode 100644 products/org.eclipse.passage.lac.server.product/.project delete mode 100644 products/org.eclipse.passage.lac.server.product/.settings/org.eclipse.core.resources.prefs delete mode 100644 products/org.eclipse.passage.lac.server.product/org.eclipse.passage.lac.server.product delete mode 100644 products/org.eclipse.passage.lac.server.product/pom.xml delete mode 100644 releng/org.eclipse.passage.lac.aggregator/pom.xml delete mode 100644 releng/org.eclipse.passage.lac.repository/category.xml delete mode 100644 releng/org.eclipse.passage.lac.repository/pom.xml diff --git a/bundles/org.eclipse.passage.lac.gear/.classpath b/bundles/org.eclipse.passage.lac.gear/.classpath deleted file mode 100644 index 22f30643c..000000000 --- a/bundles/org.eclipse.passage.lac.gear/.classpath +++ /dev/null @@ -1,7 +0,0 @@ - - - - - - - diff --git a/bundles/org.eclipse.passage.lac.gear/.project b/bundles/org.eclipse.passage.lac.gear/.project deleted file mode 100644 index 1dd0b5e7b..000000000 --- a/bundles/org.eclipse.passage.lac.gear/.project +++ /dev/null @@ -1,39 +0,0 @@ - - - org.eclipse.passage.lac.gear - - - - - - org.eclipse.jdt.core.javabuilder - - - - - org.eclipse.pde.ManifestBuilder - - - - - org.eclipse.pde.SchemaBuilder - - - - - org.eclipse.pde.api.tools.apiAnalysisBuilder - - - - - org.eclipse.pde.ds.core.builder - - - - - - org.eclipse.pde.PluginNature - org.eclipse.jdt.core.javanature - org.eclipse.pde.api.tools.apiAnalysisNature - - diff --git a/bundles/org.eclipse.passage.lac.gear/.settings/.api_filters b/bundles/org.eclipse.passage.lac.gear/.settings/.api_filters deleted file mode 100644 index caa568cf0..000000000 --- a/bundles/org.eclipse.passage.lac.gear/.settings/.api_filters +++ /dev/null @@ -1,18 +0,0 @@ - - - - - - - - - - - - - - - - - - diff --git a/bundles/org.eclipse.passage.lac.gear/.settings/org.eclipse.jdt.core.prefs b/bundles/org.eclipse.passage.lac.gear/.settings/org.eclipse.jdt.core.prefs deleted file mode 100644 index 8f9ec5cde..000000000 --- a/bundles/org.eclipse.passage.lac.gear/.settings/org.eclipse.jdt.core.prefs +++ /dev/null @@ -1,101 +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.problem.APILeak=warning -org.eclipse.jdt.core.compiler.problem.annotationSuperInterface=warning -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.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.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 diff --git a/bundles/org.eclipse.passage.lac.gear/.settings/org.eclipse.jdt.ui.prefs b/bundles/org.eclipse.passage.lac.gear/.settings/org.eclipse.jdt.ui.prefs deleted file mode 100644 index 906381876..000000000 --- a/bundles/org.eclipse.passage.lac.gear/.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.lac.gear/.settings/org.eclipse.pde.ds.annotations.prefs b/bundles/org.eclipse.passage.lac.gear/.settings/org.eclipse.pde.ds.annotations.prefs deleted file mode 100644 index 73a356b6d..000000000 --- a/bundles/org.eclipse.passage.lac.gear/.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.lac.gear/.settings/org.eclipse.pde.prefs b/bundles/org.eclipse.passage.lac.gear/.settings/org.eclipse.pde.prefs deleted file mode 100644 index 47bd5bdfc..000000000 --- a/bundles/org.eclipse.passage.lac.gear/.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.lac.gear/META-INF/MANIFEST.MF b/bundles/org.eclipse.passage.lac.gear/META-INF/MANIFEST.MF deleted file mode 100644 index 94a825a96..000000000 --- a/bundles/org.eclipse.passage.lac.gear/META-INF/MANIFEST.MF +++ /dev/null @@ -1,22 +0,0 @@ -Manifest-Version: 1.0 -Automatic-Module-Name: org.eclipse.passage.lac.gear -Bundle-ManifestVersion: 2 -Bundle-SymbolicName: org.eclipse.passage.lac.gear;singleton:=true -Bundle-Version: 0.1.0.qualifier -Bundle-Name: %Bundle-Name -Bundle-Vendor: %Bundle-Vendor -Bundle-Copyright: %Bundle-Copyright -Bundle-RequiredExecutionEnvironment: JavaSE-11 -Require-Bundle: org.eclipse.osgi.services;bundle-version="3.8.0", - org.eclipse.passage.lic.api;bundle-version="0.0.0", - org.eclipse.passage.lic.base;bundle-version="0.0.0", - org.eclipse.passage.lic.equinox;bundle-version="0.0.0", - org.eclipse.passage.lic.execute;bundle-version="0.0.0", - org.eclipse.passage.lic.hc;bundle-version="0.0.0", - org.eclipse.passage.lic.json;bundle-version="0.0.0", - org.eclipse.passage.lic.bc;bundle-version="0.0.0", - org.eclipse.passage.lic.licenses.model;bundle-version="0.0.0", - org.eclipse.passage.lic.oshi;bundle-version="0.0.0", - org.eclipse.passage.lic.net;bundle-version="0.0.0" -Service-Component: OSGI-INF/*.xml -Bundle-ActivationPolicy: lazy diff --git a/bundles/org.eclipse.passage.lac.gear/OSGI-INF/l10n/bundle.properties b/bundles/org.eclipse.passage.lac.gear/OSGI-INF/l10n/bundle.properties deleted file mode 100644 index 145b253c9..000000000 --- a/bundles/org.eclipse.passage.lac.gear/OSGI-INF/l10n/bundle.properties +++ /dev/null @@ -1,24 +0,0 @@ -############################################################################### -# Copyright (c) 2021 ArSysOp and others -# -# This program and the accompanying materials are made available under the -# terms of the Eclipse Public License 2.0 which is available at -# https://www.eclipse.org/legal/epl-2.0/. -# -# SPDX-License-Identifier: EPL-2.0 -# -# Contributors: -# ArSysOp - initial API and implementation -############################################################################### -#Properties file for org.eclipse.passage.lac.gear - -Bundle-Name = Passage LAC Gear -Bundle-Vendor = Eclipse Passage -Bundle-Copyright = Copyright (c) 2021 ArSysOp and others.\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.lac.gear/OSGI-INF/org.eclipse.passage.lac.internal.gear.RuntimeFrameworkConstructor.xml b/bundles/org.eclipse.passage.lac.gear/OSGI-INF/org.eclipse.passage.lac.internal.gear.RuntimeFrameworkConstructor.xml deleted file mode 100644 index 44dbde089..000000000 --- a/bundles/org.eclipse.passage.lac.gear/OSGI-INF/org.eclipse.passage.lac.internal.gear.RuntimeFrameworkConstructor.xml +++ /dev/null @@ -1,7 +0,0 @@ - - - - - - - \ No newline at end of file diff --git a/bundles/org.eclipse.passage.lac.gear/about.html b/bundles/org.eclipse.passage.lac.gear/about.html deleted file mode 100644 index 164f781a8..000000000 --- a/bundles/org.eclipse.passage.lac.gear/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.lac.gear/build.properties b/bundles/org.eclipse.passage.lac.gear/build.properties deleted file mode 100644 index 6f36dd4c0..000000000 --- a/bundles/org.eclipse.passage.lac.gear/build.properties +++ /dev/null @@ -1,19 +0,0 @@ -############################################################################### -# Copyright (c) 2021 ArSysOp and others -# -# This program and the accompanying materials are made available under the -# terms of the Eclipse Public License 2.0 which is available at -# 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 diff --git a/bundles/org.eclipse.passage.lac.gear/src/org/eclipse/passage/lac/internal/gear/RuntimeConfiguration.java b/bundles/org.eclipse.passage.lac.gear/src/org/eclipse/passage/lac/internal/gear/RuntimeConfiguration.java deleted file mode 100644 index ef32e4419..000000000 --- a/bundles/org.eclipse.passage.lac.gear/src/org/eclipse/passage/lac/internal/gear/RuntimeConfiguration.java +++ /dev/null @@ -1,209 +0,0 @@ -/******************************************************************************* - * Copyright (c) 2020, 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.lac.internal.gear; - -import java.nio.file.Path; -import java.util.Arrays; -import java.util.Collections; -import java.util.function.Supplier; - -import org.eclipse.passage.lic.api.AccessCycleConfiguration; -import org.eclipse.passage.lic.api.EvaluationType; -import org.eclipse.passage.lic.api.LicensedProduct; -import org.eclipse.passage.lic.api.acquire.GrantsTraceService; -import org.eclipse.passage.lic.api.acquire.LicenseAcquisitionService; -import org.eclipse.passage.lic.api.acquire.LicenseAcquisitionServicesRegistry; -import org.eclipse.passage.lic.api.agreements.AgreementAcceptanceService; -import org.eclipse.passage.lic.api.conditions.ConditionMiningTarget; -import org.eclipse.passage.lic.api.conditions.evaluation.ExpressionEvaluationService; -import org.eclipse.passage.lic.api.conditions.evaluation.ExpressionEvaluatorsRegistry; -import org.eclipse.passage.lic.api.conditions.evaluation.ExpressionParsingService; -import org.eclipse.passage.lic.api.conditions.evaluation.ExpressionPasringRegistry; -import org.eclipse.passage.lic.api.conditions.evaluation.ExpressionProtocol; -import org.eclipse.passage.lic.api.conditions.evaluation.ExpressionTokenAssessmentService; -import org.eclipse.passage.lic.api.conditions.evaluation.ExpressionTokenAssessorsRegistry; -import org.eclipse.passage.lic.api.conditions.evaluation.PermissionEmittersRegistry; -import org.eclipse.passage.lic.api.conditions.evaluation.PermissionEmittingService; -import org.eclipse.passage.lic.api.conditions.mining.ConditionTransport; -import org.eclipse.passage.lic.api.conditions.mining.ConditionTransportRegistry; -import org.eclipse.passage.lic.api.conditions.mining.ContentType; -import org.eclipse.passage.lic.api.conditions.mining.MinedConditions; -import org.eclipse.passage.lic.api.conditions.mining.MinedConditionsRegistry; -import org.eclipse.passage.lic.api.conditions.mining.MiningEquipment; -import org.eclipse.passage.lic.api.inspection.RuntimeEnvironment; -import org.eclipse.passage.lic.api.inspection.RuntimeEnvironmentRegistry; -import org.eclipse.passage.lic.api.io.Hashes; -import org.eclipse.passage.lic.api.io.HashesRegistry; -import org.eclipse.passage.lic.api.io.KeyKeeper; -import org.eclipse.passage.lic.api.io.KeyKeeperRegistry; -import org.eclipse.passage.lic.api.io.StreamCodec; -import org.eclipse.passage.lic.api.io.StreamCodecRegistry; -import org.eclipse.passage.lic.api.registry.Registry; -import org.eclipse.passage.lic.api.registry.StringServiceId; -import org.eclipse.passage.lic.api.requirements.ResolvedRequirements; -import org.eclipse.passage.lic.api.requirements.ResolvedRequirementsRegistry; -import org.eclipse.passage.lic.api.restrictions.PermissionsExaminationService; -import org.eclipse.passage.lic.api.restrictions.PermissionsExaminationServicesRegistry; -import org.eclipse.passage.lic.base.acquire.PathLicenseAcquisitionService; -import org.eclipse.passage.lic.base.conditions.evaluation.BasePermissionEmittingService; -import org.eclipse.passage.lic.base.conditions.evaluation.BerlinProtocolExpressionParseService; -import org.eclipse.passage.lic.base.conditions.evaluation.SimpleMapExpressionEvaluationService; -import org.eclipse.passage.lic.base.conditions.mining.PathResidentConditions; -import org.eclipse.passage.lic.base.conditions.mining.PersonalLicenseMiningEquipment; -import org.eclipse.passage.lic.base.io.PathKeyKeeper; -import org.eclipse.passage.lic.base.registry.ReadOnlyRegistry; -import org.eclipse.passage.lic.bc.BcStreamCodec; -import org.eclipse.passage.lic.equinox.requirements.BundleRequirements; -import org.eclipse.passage.lic.equinox.requirements.ComponentRequirements; -import org.eclipse.passage.lic.internal.json.JsonConditionTransport; -import org.eclipse.passage.lic.internal.net.api.handle.NetRequest; -import org.eclipse.passage.lic.internal.net.handle.ProductUserRequest; -import org.eclipse.passage.lic.licenses.model.transport.UserFilteringConditionTransport; -import org.eclipse.passage.lic.oshi.HardwareAssessmentService; -import org.eclipse.passage.lic.oshi.HardwareEnvironment; - -@SuppressWarnings("restriction") -public final class RuntimeConfiguration implements AccessCycleConfiguration { - - private final Registry requirements; - private final Registry conditions; - private final Registry acquirers; - private final Registry transports; - private final Registry codecs; - private final Registry keys; - private final Registry emitters; - private final Registry expressionParsers; - private final Registry expressionEvaluators; - private final Registry tokenAssessors; - private final Registry environments; - private final Registry examinators; - - public RuntimeConfiguration(Supplier source, ProductUserRequest request) { - requirements = new ReadOnlyRegistry<>(Arrays.asList(// - new BundleRequirements(), // - new ComponentRequirements() // - )); - conditions = new ReadOnlyRegistry<>(// - new PathResidentConditions(source.get(), miningEquipment())// - ); - acquirers = new ReadOnlyRegistry<>(// - new PathLicenseAcquisitionService(source.get())// - ); - transports = new ReadOnlyRegistry<>(Arrays.asList(// - new JsonConditionTransport(), // - new UserFilteringConditionTransport(() -> request.user().get()) // - )); - codecs = new ReadOnlyRegistry<>(new BcStreamCodec(() -> request.product().get())); - keys = new ReadOnlyRegistry<>(new PathKeyKeeper(request.product().get(), source)); - emitters = new ReadOnlyRegistry<>(Arrays.asList(// - new BasePermissionEmittingService(// - expressionParsers(), // - expressionAssessors(), // - expressionEvaluators()) // - )); - expressionParsers = new ReadOnlyRegistry<>(Arrays.asList(// - new BerlinProtocolExpressionParseService() // - )); - expressionEvaluators = new ReadOnlyRegistry<>(Arrays.asList(// - new SimpleMapExpressionEvaluationService() // - )); - tokenAssessors = new ReadOnlyRegistry<>(Arrays.asList(// - new HardwareAssessmentService(environments())// - )); - environments = new ReadOnlyRegistry<>(Arrays.asList(// - new HardwareEnvironment() // - )); - examinators = new ReadOnlyRegistry<>(Collections.emptyList()); - } - - @Override - public final MiningEquipment miningEquipment() { - return new PersonalLicenseMiningEquipment(keyKeepers(), codecs(), transports()); - } - - @Override - public final ResolvedRequirementsRegistry requirementResolvers() { - return () -> requirements; - } - - @Override - public final StreamCodecRegistry codecs() { - return () -> codecs; - } - - @Override - public final KeyKeeperRegistry keyKeepers() { - return () -> keys; - } - - @Override - public final ConditionTransportRegistry transports() { - return () -> transports; - } - - @Override - public final PermissionEmittersRegistry permissionEmitters() { - return () -> emitters; - } - - @Override - public final ExpressionPasringRegistry expressionParsers() { - return () -> expressionParsers; - } - - @Override - public final ExpressionEvaluatorsRegistry expressionEvaluators() { - return () -> expressionEvaluators; - } - - @Override - public final ExpressionTokenAssessorsRegistry expressionAssessors() { - return () -> tokenAssessors; - } - - @Override - public final RuntimeEnvironmentRegistry environments() { - return () -> environments; - } - - @Override - public final PermissionsExaminationServicesRegistry examinators() { - return () -> examinators; - } - - @Override - public final MinedConditionsRegistry conditionMiners() { - return () -> conditions; - } - - @Override - public final LicenseAcquisitionServicesRegistry acquirers() { - return () -> acquirers; - } - - @Override - public HashesRegistry hashes() { - return () -> new ReadOnlyRegistry(); - } - - @Override - public AgreementAcceptanceService acceptance() { - throw new UnsupportedOperationException(); - } - - @Override - public GrantsTraceService grantsTrace() { - throw new UnsupportedOperationException(); - } - -} diff --git a/bundles/org.eclipse.passage.lac.gear/src/org/eclipse/passage/lac/internal/gear/RuntimeFramework.java b/bundles/org.eclipse.passage.lac.gear/src/org/eclipse/passage/lac/internal/gear/RuntimeFramework.java deleted file mode 100644 index fbefb3f65..000000000 --- a/bundles/org.eclipse.passage.lac.gear/src/org/eclipse/passage/lac/internal/gear/RuntimeFramework.java +++ /dev/null @@ -1,40 +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 - *******************************************************************************/ -package org.eclipse.passage.lac.internal.gear; - -import org.eclipse.passage.lic.api.AccessCycleConfiguration; -import org.eclipse.passage.lic.api.Framework; -import org.eclipse.passage.lic.api.LicensedProduct; -import org.eclipse.passage.lic.base.io.UserHomePath; -import org.eclipse.passage.lic.internal.net.api.handle.NetRequest; -import org.eclipse.passage.lic.internal.net.handle.ProductUserRequest; - -final class RuntimeFramework implements Framework { - - private final ProductUserRequest request; - - public RuntimeFramework(ProductUserRequest request) { - this.request = request; - } - - @Override - public LicensedProduct product() { - return request.product().get(); - } - - @Override - public AccessCycleConfiguration accessCycleConfiguration() { - return new RuntimeConfiguration(new UserHomePath(), request); - } - -} diff --git a/bundles/org.eclipse.passage.lac.gear/src/org/eclipse/passage/lac/internal/gear/RuntimeFrameworkConstructor.java b/bundles/org.eclipse.passage.lac.gear/src/org/eclipse/passage/lac/internal/gear/RuntimeFrameworkConstructor.java deleted file mode 100644 index 7fd216a57..000000000 --- a/bundles/org.eclipse.passage.lac.gear/src/org/eclipse/passage/lac/internal/gear/RuntimeFrameworkConstructor.java +++ /dev/null @@ -1,29 +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 - *******************************************************************************/ -package org.eclipse.passage.lac.internal.gear; - -import org.eclipse.passage.lic.api.Framework; -import org.eclipse.passage.lic.internal.net.api.FrameworkConstructor; -import org.eclipse.passage.lic.internal.net.api.handle.NetRequest; -import org.eclipse.passage.lic.internal.net.handle.ProductUserRequest; -import org.osgi.service.component.annotations.Component; - -@Component -public final class RuntimeFrameworkConstructor implements FrameworkConstructor { - - @Override - public Framework forRequest(ProductUserRequest request) { - return new RuntimeFramework(request); - } - -} diff --git a/bundles/org.eclipse.passage.lac.jetty/.classpath b/bundles/org.eclipse.passage.lac.jetty/.classpath deleted file mode 100644 index 22f30643c..000000000 --- a/bundles/org.eclipse.passage.lac.jetty/.classpath +++ /dev/null @@ -1,7 +0,0 @@ - - - - - - - diff --git a/bundles/org.eclipse.passage.lac.jetty/.project b/bundles/org.eclipse.passage.lac.jetty/.project deleted file mode 100644 index 8337f6f49..000000000 --- a/bundles/org.eclipse.passage.lac.jetty/.project +++ /dev/null @@ -1,39 +0,0 @@ - - - org.eclipse.passage.lac.jetty - - - - - - org.eclipse.jdt.core.javabuilder - - - - - org.eclipse.pde.ManifestBuilder - - - - - org.eclipse.pde.SchemaBuilder - - - - - org.eclipse.pde.api.tools.apiAnalysisBuilder - - - - - org.eclipse.pde.ds.core.builder - - - - - - org.eclipse.pde.PluginNature - org.eclipse.jdt.core.javanature - org.eclipse.pde.api.tools.apiAnalysisNature - - diff --git a/bundles/org.eclipse.passage.lac.jetty/.settings/org.eclipse.jdt.core.prefs b/bundles/org.eclipse.passage.lac.jetty/.settings/org.eclipse.jdt.core.prefs deleted file mode 100644 index 8f9ec5cde..000000000 --- a/bundles/org.eclipse.passage.lac.jetty/.settings/org.eclipse.jdt.core.prefs +++ /dev/null @@ -1,101 +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.problem.APILeak=warning -org.eclipse.jdt.core.compiler.problem.annotationSuperInterface=warning -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.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.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 diff --git a/bundles/org.eclipse.passage.lac.jetty/.settings/org.eclipse.jdt.ui.prefs b/bundles/org.eclipse.passage.lac.jetty/.settings/org.eclipse.jdt.ui.prefs deleted file mode 100644 index 906381876..000000000 --- a/bundles/org.eclipse.passage.lac.jetty/.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.lac.jetty/.settings/org.eclipse.pde.core.prefs b/bundles/org.eclipse.passage.lac.jetty/.settings/org.eclipse.pde.core.prefs deleted file mode 100644 index 706f07e8a..000000000 --- a/bundles/org.eclipse.passage.lac.jetty/.settings/org.eclipse.pde.core.prefs +++ /dev/null @@ -1,3 +0,0 @@ -eclipse.preferences.version=1 -pluginProject.extensions=true -resolve.requirebundle=false diff --git a/bundles/org.eclipse.passage.lac.jetty/.settings/org.eclipse.pde.ds.annotations.prefs b/bundles/org.eclipse.passage.lac.jetty/.settings/org.eclipse.pde.ds.annotations.prefs deleted file mode 100644 index 73a356b6d..000000000 --- a/bundles/org.eclipse.passage.lac.jetty/.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.lac.jetty/.settings/org.eclipse.pde.prefs b/bundles/org.eclipse.passage.lac.jetty/.settings/org.eclipse.pde.prefs deleted file mode 100644 index 47bd5bdfc..000000000 --- a/bundles/org.eclipse.passage.lac.jetty/.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.lac.jetty/META-INF/MANIFEST.MF b/bundles/org.eclipse.passage.lac.jetty/META-INF/MANIFEST.MF deleted file mode 100644 index a979849ad..000000000 --- a/bundles/org.eclipse.passage.lac.jetty/META-INF/MANIFEST.MF +++ /dev/null @@ -1,16 +0,0 @@ -Manifest-Version: 1.0 -Automatic-Module-Name: org.eclipse.passage.lac.jetty -Bundle-ManifestVersion: 2 -Bundle-SymbolicName: org.eclipse.passage.lac.jetty;singleton:=true -Bundle-Version: 0.1.1.qualifier -Bundle-Name: %Bundle-Name -Bundle-Vendor: %Bundle-Vendor -Bundle-Copyright: %Bundle-Copyright -Bundle-RequiredExecutionEnvironment: JavaSE-11 -Require-Bundle: org.eclipse.core.runtime;bundle-version="0.0.0", - org.eclipse.osgi.services;bundle-version="0.0.0", - org.eclipse.passage.lac;bundle-version="0.0.0", - org.eclipse.passage.lic.net;bundle-version="0.0.0", - org.eclipse.passage.lic.jetty;bundle-version="0.0.0" -Bundle-ActivationPolicy: lazy -Bundle-Activator: org.eclipse.passage.lac.internal.jetty.JettyActivator diff --git a/bundles/org.eclipse.passage.lac.jetty/OSGI-INF/l10n/bundle.properties b/bundles/org.eclipse.passage.lac.jetty/OSGI-INF/l10n/bundle.properties deleted file mode 100644 index 9d77c2c81..000000000 --- a/bundles/org.eclipse.passage.lac.jetty/OSGI-INF/l10n/bundle.properties +++ /dev/null @@ -1,22 +0,0 @@ -#Properties file for org.eclipse.passage.lac.jetty -############################################################################### -# Copyright (c) 2021 ArSysOp and others -# -# This program and the accompanying materials are made available under the -# terms of the Eclipse Public License 2.0 which is available at -# https://www.eclipse.org/legal/epl-2.0/. -# -# SPDX-License-Identifier: EPL-2.0 -# -# Contributors: -# ArSysOp - initial API and implementation -############################################################################### -Bundle-Name = Passage LAC Jetty -Bundle-Vendor = Eclipse Passage -Bundle-Copyright = Copyright (c) 2021 ArSysOp and others.\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.lac.jetty/about.html b/bundles/org.eclipse.passage.lac.jetty/about.html deleted file mode 100644 index 164f781a8..000000000 --- a/bundles/org.eclipse.passage.lac.jetty/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.lac.jetty/build.properties b/bundles/org.eclipse.passage.lac.jetty/build.properties deleted file mode 100644 index 6f36dd4c0..000000000 --- a/bundles/org.eclipse.passage.lac.jetty/build.properties +++ /dev/null @@ -1,19 +0,0 @@ -############################################################################### -# Copyright (c) 2021 ArSysOp and others -# -# This program and the accompanying materials are made available under the -# terms of the Eclipse Public License 2.0 which is available at -# 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 diff --git a/bundles/org.eclipse.passage.lac.jetty/src/org/eclipse/passage/lac/internal/jetty/JettyActivator.java b/bundles/org.eclipse.passage.lac.jetty/src/org/eclipse/passage/lac/internal/jetty/JettyActivator.java deleted file mode 100644 index e9da992e2..000000000 --- a/bundles/org.eclipse.passage.lac.jetty/src/org/eclipse/passage/lac/internal/jetty/JettyActivator.java +++ /dev/null @@ -1,45 +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 - *******************************************************************************/ -package org.eclipse.passage.lac.internal.jetty; - -import org.eclipse.passage.internal.lac.base.AgentRequestHandled; -import org.eclipse.passage.lic.internal.jetty.JettyHandler; -import org.eclipse.passage.lic.internal.jetty.JettyServer; -import org.eclipse.passage.lic.internal.net.connect.Port; -import org.osgi.framework.BundleActivator; -import org.osgi.framework.BundleContext; - -public class JettyActivator implements BundleActivator { - - private final JettyServer jetty; - - public JettyActivator() { - jetty = new JettyServer(this::handler); - } - - @Override - public void start(BundleContext context) throws Exception { - jetty.launch(new Port(8090)); - } - - @Override - public void stop(BundleContext context) throws Exception { - jetty.terminate(); - } - - @SuppressWarnings("restriction") - private JettyHandler handler() { - return new JettyHandler(request -> new AgentRequestHandled(request).get()); - } - -} diff --git a/bundles/org.eclipse.passage.lac.server/.classpath b/bundles/org.eclipse.passage.lac.server/.classpath deleted file mode 100644 index 22f30643c..000000000 --- a/bundles/org.eclipse.passage.lac.server/.classpath +++ /dev/null @@ -1,7 +0,0 @@ - - - - - - - diff --git a/bundles/org.eclipse.passage.lac.server/.project b/bundles/org.eclipse.passage.lac.server/.project deleted file mode 100644 index dcc5bf925..000000000 --- a/bundles/org.eclipse.passage.lac.server/.project +++ /dev/null @@ -1,39 +0,0 @@ - - - org.eclipse.passage.lac.server - - - - - - org.eclipse.jdt.core.javabuilder - - - - - org.eclipse.pde.ManifestBuilder - - - - - org.eclipse.pde.SchemaBuilder - - - - - org.eclipse.pde.api.tools.apiAnalysisBuilder - - - - - org.eclipse.pde.ds.core.builder - - - - - - org.eclipse.pde.PluginNature - org.eclipse.jdt.core.javanature - org.eclipse.pde.api.tools.apiAnalysisNature - - diff --git a/bundles/org.eclipse.passage.lac.server/.settings/org.eclipse.jdt.core.prefs b/bundles/org.eclipse.passage.lac.server/.settings/org.eclipse.jdt.core.prefs deleted file mode 100644 index 8f9ec5cde..000000000 --- a/bundles/org.eclipse.passage.lac.server/.settings/org.eclipse.jdt.core.prefs +++ /dev/null @@ -1,101 +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.problem.APILeak=warning -org.eclipse.jdt.core.compiler.problem.annotationSuperInterface=warning -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.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.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 diff --git a/bundles/org.eclipse.passage.lac.server/.settings/org.eclipse.jdt.ui.prefs b/bundles/org.eclipse.passage.lac.server/.settings/org.eclipse.jdt.ui.prefs deleted file mode 100644 index 906381876..000000000 --- a/bundles/org.eclipse.passage.lac.server/.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.lac.server/.settings/org.eclipse.pde.core.prefs b/bundles/org.eclipse.passage.lac.server/.settings/org.eclipse.pde.core.prefs deleted file mode 100644 index 706f07e8a..000000000 --- a/bundles/org.eclipse.passage.lac.server/.settings/org.eclipse.pde.core.prefs +++ /dev/null @@ -1,3 +0,0 @@ -eclipse.preferences.version=1 -pluginProject.extensions=true -resolve.requirebundle=false diff --git a/bundles/org.eclipse.passage.lac.server/.settings/org.eclipse.pde.ds.annotations.prefs b/bundles/org.eclipse.passage.lac.server/.settings/org.eclipse.pde.ds.annotations.prefs deleted file mode 100644 index 73a356b6d..000000000 --- a/bundles/org.eclipse.passage.lac.server/.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.lac.server/.settings/org.eclipse.pde.prefs b/bundles/org.eclipse.passage.lac.server/.settings/org.eclipse.pde.prefs deleted file mode 100644 index 47bd5bdfc..000000000 --- a/bundles/org.eclipse.passage.lac.server/.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.lac.server/META-INF/MANIFEST.MF b/bundles/org.eclipse.passage.lac.server/META-INF/MANIFEST.MF deleted file mode 100644 index bca309817..000000000 --- a/bundles/org.eclipse.passage.lac.server/META-INF/MANIFEST.MF +++ /dev/null @@ -1,12 +0,0 @@ -Manifest-Version: 1.0 -Automatic-Module-Name: org.eclipse.passage.lac.server -Bundle-ManifestVersion: 2 -Bundle-SymbolicName: org.eclipse.passage.lac.server;singleton:=true -Bundle-Version: 0.1.0.qualifier -Bundle-Name: %Bundle-Name -Bundle-Vendor: %Bundle-Vendor -Bundle-Copyright: %Bundle-Copyright -Bundle-RequiredExecutionEnvironment: JavaSE-11 -Require-Bundle: org.eclipse.core.runtime;bundle-version="0.0.0", - org.eclipse.passage.lac.jetty;bundle-version="0.1.0" -Bundle-ActivationPolicy: lazy diff --git a/bundles/org.eclipse.passage.lac.server/OSGI-INF/l10n/bundle.properties b/bundles/org.eclipse.passage.lac.server/OSGI-INF/l10n/bundle.properties deleted file mode 100644 index 62e395506..000000000 --- a/bundles/org.eclipse.passage.lac.server/OSGI-INF/l10n/bundle.properties +++ /dev/null @@ -1,25 +0,0 @@ -#Properties file for org.eclipse.passage.lac.server -############################################################################### -# Copyright (c) 2021 ArSysOp and others -# -# This program and the accompanying materials are made available under the -# terms of the Eclipse Public License 2.0 which is available at -# https://www.eclipse.org/legal/epl-2.0/. -# -# SPDX-License-Identifier: EPL-2.0 -# -# Contributors: -# ArSysOp - initial API and implementation -############################################################################### -Bundle-Name = Passage LAC Server -Bundle-Vendor = Eclipse Passage -Bundle-Copyright = Copyright (c) 2021 ArSysOp and others.\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\ - -product.name = Passage Licensing Agent -product.appName = Passage Licensing Agent \ No newline at end of file diff --git a/bundles/org.eclipse.passage.lac.server/about.html b/bundles/org.eclipse.passage.lac.server/about.html deleted file mode 100644 index 164f781a8..000000000 --- a/bundles/org.eclipse.passage.lac.server/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.lac.server/build.properties b/bundles/org.eclipse.passage.lac.server/build.properties deleted file mode 100644 index 7bdbe10f6..000000000 --- a/bundles/org.eclipse.passage.lac.server/build.properties +++ /dev/null @@ -1,20 +0,0 @@ -############################################################################### -# Copyright (c) 2021 ArSysOp and others -# -# This program and the accompanying materials are made available under the -# terms of the Eclipse Public License 2.0 which is available at -# 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/,\ - .,\ - plugin.xml,\ - OSGI-INF/,\ - about.html diff --git a/bundles/org.eclipse.passage.lac.server/plugin.xml b/bundles/org.eclipse.passage.lac.server/plugin.xml deleted file mode 100644 index 9414b7ab0..000000000 --- a/bundles/org.eclipse.passage.lac.server/plugin.xml +++ /dev/null @@ -1,37 +0,0 @@ - - - - - - - - - - - - - - - diff --git a/bundles/org.eclipse.passage.lac.server/src/.gitkeep b/bundles/org.eclipse.passage.lac.server/src/.gitkeep deleted file mode 100644 index e69de29bb..000000000 diff --git a/bundles/org.eclipse.passage.lac/.classpath b/bundles/org.eclipse.passage.lac/.classpath deleted file mode 100644 index 22f30643c..000000000 --- a/bundles/org.eclipse.passage.lac/.classpath +++ /dev/null @@ -1,7 +0,0 @@ - - - - - - - diff --git a/bundles/org.eclipse.passage.lac/.project b/bundles/org.eclipse.passage.lac/.project deleted file mode 100644 index 87e8a052c..000000000 --- a/bundles/org.eclipse.passage.lac/.project +++ /dev/null @@ -1,34 +0,0 @@ - - - org.eclipse.passage.lac - - - - - - 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.lac/.settings/.api_filters b/bundles/org.eclipse.passage.lac/.settings/.api_filters deleted file mode 100644 index 0bf25fdc4..000000000 --- a/bundles/org.eclipse.passage.lac/.settings/.api_filters +++ /dev/null @@ -1,34 +0,0 @@ - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - diff --git a/bundles/org.eclipse.passage.lac/.settings/org.eclipse.jdt.core.prefs b/bundles/org.eclipse.passage.lac/.settings/org.eclipse.jdt.core.prefs deleted file mode 100644 index 8f9ec5cde..000000000 --- a/bundles/org.eclipse.passage.lac/.settings/org.eclipse.jdt.core.prefs +++ /dev/null @@ -1,101 +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.problem.APILeak=warning -org.eclipse.jdt.core.compiler.problem.annotationSuperInterface=warning -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.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.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 diff --git a/bundles/org.eclipse.passage.lac/.settings/org.eclipse.jdt.ui.prefs b/bundles/org.eclipse.passage.lac/.settings/org.eclipse.jdt.ui.prefs deleted file mode 100644 index 906381876..000000000 --- a/bundles/org.eclipse.passage.lac/.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.lac/.settings/org.eclipse.pde.ds.annotations.prefs b/bundles/org.eclipse.passage.lac/.settings/org.eclipse.pde.ds.annotations.prefs deleted file mode 100644 index 73a356b6d..000000000 --- a/bundles/org.eclipse.passage.lac/.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.lac/.settings/org.eclipse.pde.prefs b/bundles/org.eclipse.passage.lac/.settings/org.eclipse.pde.prefs deleted file mode 100644 index 47bd5bdfc..000000000 --- a/bundles/org.eclipse.passage.lac/.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.lac/META-INF/MANIFEST.MF b/bundles/org.eclipse.passage.lac/META-INF/MANIFEST.MF deleted file mode 100644 index 1334b8782..000000000 --- a/bundles/org.eclipse.passage.lac/META-INF/MANIFEST.MF +++ /dev/null @@ -1,13 +0,0 @@ -Manifest-Version: 1.0 -Automatic-Module-Name: org.eclipse.passage.lac -Bundle-ManifestVersion: 2 -Bundle-SymbolicName: org.eclipse.passage.lac;singleton:=true -Bundle-Version: 0.1.1.qualifier -Bundle-Name: %Bundle-Name -Bundle-Vendor: %Bundle-Vendor -Bundle-Copyright: %Bundle-Copyright -Bundle-RequiredExecutionEnvironment: JavaSE-1.8 -Require-Bundle: org.apache.logging.log4j;bundle-version="2.17.1", - org.eclipse.passage.lic.net;bundle-version="0.0.0", - org.eclipse.passage.lic.equinox;bundle-version="0.0.0" -Export-Package: org.eclipse.passage.internal.lac.base diff --git a/bundles/org.eclipse.passage.lac/OSGI-INF/l10n/bundle.properties b/bundles/org.eclipse.passage.lac/OSGI-INF/l10n/bundle.properties deleted file mode 100644 index 347469ffa..000000000 --- a/bundles/org.eclipse.passage.lac/OSGI-INF/l10n/bundle.properties +++ /dev/null @@ -1,24 +0,0 @@ -############################################################################### -# Copyright (c) 2021 ArSysOp and others -# -# This program and the accompanying materials are made available under the -# terms of the Eclipse Public License 2.0 which is available at -# https://www.eclipse.org/legal/epl-2.0/. -# -# SPDX-License-Identifier: EPL-2.0 -# -# Contributors: -# ArSysOp - initial API and implementation -############################################################################### -#Properties file for org.eclipse.passage.ldc - -Bundle-Name = Passage LAC -Bundle-Vendor = Eclipse Passage -Bundle-Copyright = Copyright (c) 2021 ArSysOp and others.\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.lac/about.html b/bundles/org.eclipse.passage.lac/about.html deleted file mode 100644 index 164f781a8..000000000 --- a/bundles/org.eclipse.passage.lac/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.lac/about.ini b/bundles/org.eclipse.passage.lac/about.ini deleted file mode 100644 index 9cdf90902..000000000 --- a/bundles/org.eclipse.passage.lac/about.ini +++ /dev/null @@ -1,23 +0,0 @@ -############################################################################### -# Copyright (c) 2021 ArSysOp and others -# -# This program and the accompanying materials are made available under the -# terms of the Eclipse Public License 2.0 which is available at -# 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.lac/about.mappings b/bundles/org.eclipse.passage.lac/about.mappings deleted file mode 100644 index 6d9f2e527..000000000 --- a/bundles/org.eclipse.passage.lac/about.mappings +++ /dev/null @@ -1,18 +0,0 @@ -############################################################################### -# Copyright (c) 2021 ArSysOp and others -# -# This program and the accompanying materials are made available under the -# terms of the Eclipse Public License 2.0 which is available at -# 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.lac/about.properties b/bundles/org.eclipse.passage.lac/about.properties deleted file mode 100644 index 4201607c4..000000000 --- a/bundles/org.eclipse.passage.lac/about.properties +++ /dev/null @@ -1,24 +0,0 @@ -############################################################################### -# Copyright (c) 2021 ArSysOp and others -# -# This program and the accompanying materials are made available under the -# terms of the Eclipse Public License 2.0 which is available at -# 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=Eclipse Passage Licensing Agent Components\n\ -\n\ -Version: {featureVersion}\n\ -\n\ -(c) Copyright ArSysOp and others 2021. All rights reserved.\n\ -Visit http://www.eclipse.org/passage diff --git a/bundles/org.eclipse.passage.lac/build.properties b/bundles/org.eclipse.passage.lac/build.properties deleted file mode 100644 index d83aae1fc..000000000 --- a/bundles/org.eclipse.passage.lac/build.properties +++ /dev/null @@ -1,23 +0,0 @@ -############################################################################### -# Copyright (c) 2021 ArSysOp and others -# -# This program and the accompanying materials are made available under the -# terms of the Eclipse Public License 2.0 which is available at -# 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.lac/passage32.png b/bundles/org.eclipse.passage.lac/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 { - - @Override - protected void defineChores(Map> services) { - services.put(new PassageAction.CanUse(), CanUse::new); - } - -} diff --git a/bundles/org.eclipse.passage.lac/src/org/eclipse/passage/internal/lac/base/AgentRequestHandled.java b/bundles/org.eclipse.passage.lac/src/org/eclipse/passage/internal/lac/base/AgentRequestHandled.java deleted file mode 100644 index abc1e7181..000000000 --- a/bundles/org.eclipse.passage.lac/src/org/eclipse/passage/internal/lac/base/AgentRequestHandled.java +++ /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 - *******************************************************************************/ -package org.eclipse.passage.internal.lac.base; - -import org.eclipse.passage.lic.internal.net.api.handle.NetRequest; -import org.eclipse.passage.lic.internal.net.handle.RequestHandledByServices; - -public final class AgentRequestHandled extends RequestHandledByServices { - - public AgentRequestHandled(NetRequest request) { - super(request, new AgentCycle()); - } - -} diff --git a/bundles/org.eclipse.passage.lac/src/org/eclipse/passage/internal/lac/base/CanUse.java b/bundles/org.eclipse.passage.lac/src/org/eclipse/passage/internal/lac/base/CanUse.java deleted file mode 100644 index 084bd7ff1..000000000 --- a/bundles/org.eclipse.passage.lac/src/org/eclipse/passage/internal/lac/base/CanUse.java +++ /dev/null @@ -1,58 +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 - *******************************************************************************/ -package org.eclipse.passage.internal.lac.base; - -import java.util.Optional; - -import org.eclipse.passage.lic.api.LicensingException; -import org.eclipse.passage.lic.base.FeatureIdentifier; -import org.eclipse.passage.lic.internal.net.api.handle.NetRequest; -import org.eclipse.passage.lic.internal.net.api.handle.NetResponse; -import org.eclipse.passage.lic.internal.net.handle.ChoreDraft; -import org.eclipse.passage.lic.internal.net.handle.Failure; -import org.eclipse.passage.lic.internal.net.handle.PlainSuceess; -import org.eclipse.passage.lic.internal.net.handle.ProductUserRequest; - -final class CanUse extends ChoreDraft { - - protected CanUse(NetRequest request) { - super(request); - } - - @Override - protected Optional rawInvalid() { - Optional feature = feature(); - if (!feature.isPresent()) { - return Optional.of(new Failure.BadRequestNoFeature()); - } - return Optional.empty(); - } - - @Override - protected Optional productUserInvalid(ProductUserRequest refined) { - return Optional.empty(); - } - - private Optional feature() { - return new FeatureIdentifier(key -> data.parameter(key)).get(); - } - - @Override - protected NetResponse withProductUser(ProductUserRequest request) throws LicensingException { - String feature = feature().get(); - return new PassageAgent(request).canUse(feature)// - ? new PlainSuceess() // - : new CannotUseFeature(feature, request.product().get(), request.user().get()); - } - -} diff --git a/bundles/org.eclipse.passage.lac/src/org/eclipse/passage/internal/lac/base/CannotUseFeature.java b/bundles/org.eclipse.passage.lac/src/org/eclipse/passage/internal/lac/base/CannotUseFeature.java deleted file mode 100644 index 81b7f7c34..000000000 --- a/bundles/org.eclipse.passage.lac/src/org/eclipse/passage/internal/lac/base/CannotUseFeature.java +++ /dev/null @@ -1,28 +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 - *******************************************************************************/ -package org.eclipse.passage.internal.lac.base; - -import org.eclipse.passage.lic.api.LicensedProduct; -import org.eclipse.passage.lic.internal.net.handle.Failure; - -/** - * Public only for test purposes - */ -public final class CannotUseFeature extends Failure { - - public CannotUseFeature(String feature, LicensedProduct product, String user) { - super(620, String.format("Feature %s of product [%s] cannot be used by user [%s]", //$NON-NLS-1$ - feature, product, user)); - } - -} \ No newline at end of file diff --git a/bundles/org.eclipse.passage.lac/src/org/eclipse/passage/internal/lac/base/PassageAgent.java b/bundles/org.eclipse.passage.lac/src/org/eclipse/passage/internal/lac/base/PassageAgent.java deleted file mode 100644 index a68803e1f..000000000 --- a/bundles/org.eclipse.passage.lac/src/org/eclipse/passage/internal/lac/base/PassageAgent.java +++ /dev/null @@ -1,58 +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 - *******************************************************************************/ -package org.eclipse.passage.internal.lac.base; - -import org.eclipse.passage.lic.api.LicensedProduct; -import org.eclipse.passage.lic.api.Passage; -import org.eclipse.passage.lic.api.ServiceInvocationResult; -import org.eclipse.passage.lic.api.access.GrantLockAttempt; -import org.eclipse.passage.lic.api.restrictions.ExaminationCertificate; -import org.eclipse.passage.lic.equinox.EquinoxPassage; -import org.eclipse.passage.lic.internal.net.NetFrameworkAware; -import org.eclipse.passage.lic.internal.net.api.handle.NetRequest; -import org.eclipse.passage.lic.internal.net.handle.ProductUserRequest; - -final class PassageAgent implements Passage { - - private final EquinoxPassage delegate; - - public PassageAgent(ProductUserRequest request) { - this.delegate = new EquinoxPassage(new NetFrameworkAware<>(request)); - } - - @Override - public ServiceInvocationResult acquireLicense(String feature) { - return delegate.acquireLicense(feature); - } - - @Override - public ServiceInvocationResult releaseLicense(GrantLockAttempt lock) { - return delegate.releaseLicense(lock); - } - - @Override - public boolean canUse(String feature) { - return delegate.canUse(feature); - } - - @Override - public ServiceInvocationResult product() { - return delegate.product(); - } - - @Override - public ServiceInvocationResult assess() { - return delegate.assess(); - } - -} diff --git a/bundles/org.eclipse.passage.lac/src/org/eclipse/passage/internal/lac/base/access/RequestKeyKeeper.java b/bundles/org.eclipse.passage.lac/src/org/eclipse/passage/internal/lac/base/access/RequestKeyKeeper.java deleted file mode 100644 index 6ee12a810..000000000 --- a/bundles/org.eclipse.passage.lac/src/org/eclipse/passage/internal/lac/base/access/RequestKeyKeeper.java +++ /dev/null @@ -1,43 +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 - *******************************************************************************/ -package org.eclipse.passage.internal.lac.base.access; - -import java.io.InputStream; - -import org.eclipse.passage.lic.api.LicensedProduct; -import org.eclipse.passage.lic.api.LicensingException; -import org.eclipse.passage.lic.api.io.KeyKeeper; -import org.eclipse.passage.lic.internal.net.api.handle.NetRequest; -import org.eclipse.passage.lic.internal.net.handle.ProductUserRequest; - -final class RequestKeyKeeper implements KeyKeeper { - - // TODO: stated request - private final ProductUserRequest request; - - public RequestKeyKeeper(ProductUserRequest request) { - this.request = request; - } - - @Override - public LicensedProduct id() { - return request.product().get(); - } - - @Override - public InputStream productPublicKey() throws LicensingException { - // TODO: read from request.content or state, if already sent - return null; - } - -} diff --git a/features/org.eclipse.passage.lac.execute.feature/.project b/features/org.eclipse.passage.lac.execute.feature/.project deleted file mode 100644 index 20e6bce21..000000000 --- a/features/org.eclipse.passage.lac.execute.feature/.project +++ /dev/null @@ -1,17 +0,0 @@ - - - org.eclipse.passage.lac.execute.feature - - - - - - org.eclipse.pde.FeatureBuilder - - - - - - org.eclipse.pde.FeatureNature - - diff --git a/features/org.eclipse.passage.lac.execute.feature/build.properties b/features/org.eclipse.passage.lac.execute.feature/build.properties deleted file mode 100644 index dfc9d01f4..000000000 --- a/features/org.eclipse.passage.lac.execute.feature/build.properties +++ /dev/null @@ -1,14 +0,0 @@ -############################################################################### -# Copyright (c) 2021 ArSysOp and others -# -# This program and the accompanying materials are made available under the -# terms of the Eclipse Public License 2.0 which is available at -# 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.lac.execute.feature/feature.properties b/features/org.eclipse.passage.lac.execute.feature/feature.properties deleted file mode 100644 index 135e4d4ef..000000000 --- a/features/org.eclipse.passage.lac.execute.feature/feature.properties +++ /dev/null @@ -1,23 +0,0 @@ -############################################################################### -# Copyright (c) 2021, 2022 ArSysOp and others -# -# This program and the accompanying materials are made available under the -# terms of the Eclipse Public License 2.0 which is available at -# https://www.eclipse.org/legal/epl-2.0/. -# -# SPDX-License-Identifier: EPL-2.0 -# -# Contributors: -# ArSysOp - initial API and implementation -############################################################################### -featureName=Passage Licensing Agent Server -providerName=Eclipse Passage -description=Passage Licensing Agent Components. -copyright=Copyright (c) 2021, 2022 ArSysOp and others.\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.lac.execute.feature/feature.xml b/features/org.eclipse.passage.lac.execute.feature/feature.xml deleted file mode 100644 index cd7977579..000000000 --- a/features/org.eclipse.passage.lac.execute.feature/feature.xml +++ /dev/null @@ -1,72 +0,0 @@ - - - - - - %description - - - - %copyright - - - - %license - - - - - - - - - - - - - - - - - - - - - diff --git a/features/org.eclipse.passage.lac.target.feature/.project b/features/org.eclipse.passage.lac.target.feature/.project deleted file mode 100644 index 33471b107..000000000 --- a/features/org.eclipse.passage.lac.target.feature/.project +++ /dev/null @@ -1,17 +0,0 @@ - - - org.eclipse.passage.lac.target.feature - - - - - - org.eclipse.pde.FeatureBuilder - - - - - - org.eclipse.pde.FeatureNature - - diff --git a/features/org.eclipse.passage.lac.target.feature/build.properties b/features/org.eclipse.passage.lac.target.feature/build.properties deleted file mode 100644 index dfc9d01f4..000000000 --- a/features/org.eclipse.passage.lac.target.feature/build.properties +++ /dev/null @@ -1,14 +0,0 @@ -############################################################################### -# Copyright (c) 2021 ArSysOp and others -# -# This program and the accompanying materials are made available under the -# terms of the Eclipse Public License 2.0 which is available at -# 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.lac.target.feature/feature.properties b/features/org.eclipse.passage.lac.target.feature/feature.properties deleted file mode 100644 index c4d118f10..000000000 --- a/features/org.eclipse.passage.lac.target.feature/feature.properties +++ /dev/null @@ -1,23 +0,0 @@ -############################################################################### -# Copyright (c) 2021, 2022 ArSysOp and others -# -# This program and the accompanying materials are made available under the -# terms of the Eclipse Public License 2.0 which is available at -# https://www.eclipse.org/legal/epl-2.0/. -# -# SPDX-License-Identifier: EPL-2.0 -# -# Contributors: -# ArSysOp - initial API and implementation -############################################################################### -featureName=Passage LAC Target -providerName=Eclipse Passage -description=Passage Licensing Agent Components: required target dependencies. -copyright=Copyright (c) 2021, 2022 ArSysOp and others.\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.lac.target.feature/feature.xml b/features/org.eclipse.passage.lac.target.feature/feature.xml deleted file mode 100644 index c7296a8f6..000000000 --- a/features/org.eclipse.passage.lac.target.feature/feature.xml +++ /dev/null @@ -1,41 +0,0 @@ - - - - - - %description - - - - %copyright - - - - %license - - - - - diff --git a/products/org.eclipse.passage.lac.server.product/.project b/products/org.eclipse.passage.lac.server.product/.project deleted file mode 100644 index e5fd9ec79..000000000 --- a/products/org.eclipse.passage.lac.server.product/.project +++ /dev/null @@ -1,17 +0,0 @@ - - - org.eclipse.passage.lac.server.product - - - - - - org.eclipse.m2e.core.maven2Builder - - - - - - org.eclipse.m2e.core.maven2Nature - - diff --git a/products/org.eclipse.passage.lac.server.product/.settings/org.eclipse.core.resources.prefs b/products/org.eclipse.passage.lac.server.product/.settings/org.eclipse.core.resources.prefs deleted file mode 100644 index 99f26c020..000000000 --- a/products/org.eclipse.passage.lac.server.product/.settings/org.eclipse.core.resources.prefs +++ /dev/null @@ -1,2 +0,0 @@ -eclipse.preferences.version=1 -encoding/=UTF-8 diff --git a/products/org.eclipse.passage.lac.server.product/org.eclipse.passage.lac.server.product b/products/org.eclipse.passage.lac.server.product/org.eclipse.passage.lac.server.product deleted file mode 100644 index 950c1672d..000000000 --- a/products/org.eclipse.passage.lac.server.product/org.eclipse.passage.lac.server.product +++ /dev/null @@ -1,75 +0,0 @@ - - - - - - - - - - - -os ${target.os} -ws ${target.ws} -arch ${target.arch} -consoleLog -console - - -Declipse.ignoreApp=true -Dosgi.noShutdown=true - - -XstartOnFirstThread -Dorg.eclipse.swt.internal.carbon.smallFonts - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - diff --git a/products/org.eclipse.passage.lac.server.product/pom.xml b/products/org.eclipse.passage.lac.server.product/pom.xml deleted file mode 100644 index d51e2725f..000000000 --- a/products/org.eclipse.passage.lac.server.product/pom.xml +++ /dev/null @@ -1,104 +0,0 @@ - - - - - 4.0.0 - org.eclipse.passage.lac.server.product - eclipse-repository - - - org.eclipse.passage - org.eclipse.passage.parent - 2.3.0-SNAPSHOT - ../../releng/org.eclipse.passage.parent - - - - - - org.eclipse.tycho - tycho-p2-repository-plugin - ${tycho.version} - - true - - - - org.eclipse.tycho - tycho-p2-director-plugin - ${tycho.version} - - - materialize-products - - materialize-products - - - - archive-products - - archive-products - - - - - - - ${project.artifactId} - ${project.artifactId}-${build.label} - - - - - - - - - - org.eclipse.m2e - lifecycle-mapping - 1.0.0 - - - - - - - org.eclipse.tycho.extras - - - tycho-eclipserun-plugin - - - [1.5.1,) - - - eclipse-run - - - - - - - - - - - - - - \ No newline at end of file diff --git a/releng/org.eclipse.passage.lac.aggregator/pom.xml b/releng/org.eclipse.passage.lac.aggregator/pom.xml deleted file mode 100644 index 47d246451..000000000 --- a/releng/org.eclipse.passage.lac.aggregator/pom.xml +++ /dev/null @@ -1,40 +0,0 @@ - - - - 4.0.0 - - org.eclipse.passage.lac.aggregator - pom - - - org.eclipse.passage - org.eclipse.passage.parent - 2.3.0-SNAPSHOT - ../../releng/org.eclipse.passage.parent - - - ../../bundles/org.eclipse.passage.lac - ../../bundles/org.eclipse.passage.lac.jetty - ../../bundles/org.eclipse.passage.lac.server - ../../bundles/org.eclipse.passage.lac.gear - ../../features/org.eclipse.passage.lac.target.feature - ../../features/org.eclipse.passage.lac.execute.feature - ../../releng/org.eclipse.passage.lac.repository - ../../products/org.eclipse.passage.lac.server.product - - - diff --git a/releng/org.eclipse.passage.lac.repository/category.xml b/releng/org.eclipse.passage.lac.repository/category.xml deleted file mode 100644 index 8139e1e0c..000000000 --- a/releng/org.eclipse.passage.lac.repository/category.xml +++ /dev/null @@ -1,44 +0,0 @@ - - - - - - Passage Licensing Agent Components: - a server to respond on behalf of Passage Access Cycle" - - - - - - Passage Licensing Agent Components Developer Resources: - a server to respond on behalf of Passage Access Cycle" - - - - diff --git a/releng/org.eclipse.passage.lac.repository/pom.xml b/releng/org.eclipse.passage.lac.repository/pom.xml deleted file mode 100644 index 1303d5c3e..000000000 --- a/releng/org.eclipse.passage.lac.repository/pom.xml +++ /dev/null @@ -1,53 +0,0 @@ - - - - 4.0.0 - - org.eclipse.passage.lac.repository - eclipse-repository - - - org.eclipse.passage - org.eclipse.passage.parent - 2.3.0-SNAPSHOT - ../../releng/org.eclipse.passage.parent - - - - - - org.eclipse.tycho - tycho-p2-repository-plugin - ${tycho.version} - true - - - package - archive-repository - - archive-repository - - - ${project.artifactId}-${build.label} - - - - - - - -