diff --git a/de.dlr.sc.virsat.external.lib.jersey.apache/.checkstyle b/de.dlr.sc.virsat.external.lib.jersey.apache/.checkstyle new file mode 100644 index 0000000000..18174367fb --- /dev/null +++ b/de.dlr.sc.virsat.external.lib.jersey.apache/.checkstyle @@ -0,0 +1,10 @@ + + + + + + + + + + diff --git a/de.dlr.sc.virsat.external.lib.jersey.apache/.classpath b/de.dlr.sc.virsat.external.lib.jersey.apache/.classpath new file mode 100644 index 0000000000..a3336d2df4 --- /dev/null +++ b/de.dlr.sc.virsat.external.lib.jersey.apache/.classpath @@ -0,0 +1,12 @@ + + + + + + + + + + + + diff --git a/de.dlr.sc.virsat.external.lib.jersey.apache/.project b/de.dlr.sc.virsat.external.lib.jersey.apache/.project new file mode 100644 index 0000000000..740ee16f09 --- /dev/null +++ b/de.dlr.sc.virsat.external.lib.jersey.apache/.project @@ -0,0 +1,40 @@ + + + de.dlr.sc.virsat.external.lib.jersey.apache + + + + + + org.eclipse.jdt.core.javabuilder + + + + + org.eclipse.pde.ManifestBuilder + + + + + org.eclipse.pde.SchemaBuilder + + + + + net.sf.eclipsecs.core.CheckstyleBuilder + + + + + org.eclipse.m2e.core.maven2Builder + + + + + + org.eclipse.m2e.core.maven2Nature + org.eclipse.pde.PluginNature + org.eclipse.jdt.core.javanature + net.sf.eclipsecs.core.CheckstyleNature + + diff --git a/de.dlr.sc.virsat.external.lib.jersey.apache/.settings/edu.umd.cs.findbugs.core.prefs b/de.dlr.sc.virsat.external.lib.jersey.apache/.settings/edu.umd.cs.findbugs.core.prefs new file mode 100644 index 0000000000..eaaad8dbb0 --- /dev/null +++ b/de.dlr.sc.virsat.external.lib.jersey.apache/.settings/edu.umd.cs.findbugs.core.prefs @@ -0,0 +1,144 @@ +#SpotBugs User Preferences +#Tue Jan 21 14:54:00 CET 2020 +detectorAppendingToAnObjectOutputStream=AppendingToAnObjectOutputStream|true +detectorAtomicityProblem=AtomicityProblem|true +detectorBadAppletConstructor=BadAppletConstructor|false +detectorBadResultSetAccess=BadResultSetAccess|true +detectorBadSyntaxForRegularExpression=BadSyntaxForRegularExpression|true +detectorBadUseOfReturnValue=BadUseOfReturnValue|true +detectorBadlyOverriddenAdapter=BadlyOverriddenAdapter|true +detectorBooleanReturnNull=BooleanReturnNull|true +detectorCallToUnsupportedMethod=CallToUnsupportedMethod|false +detectorCheckExpectedWarnings=CheckExpectedWarnings|false +detectorCheckImmutableAnnotation=CheckImmutableAnnotation|true +detectorCheckRelaxingNullnessAnnotation=CheckRelaxingNullnessAnnotation|true +detectorCheckTypeQualifiers=CheckTypeQualifiers|true +detectorCloneIdiom=CloneIdiom|true +detectorComparatorIdiom=ComparatorIdiom|true +detectorConfusedInheritance=ConfusedInheritance|true +detectorConfusionBetweenInheritedAndOuterMethod=ConfusionBetweenInheritedAndOuterMethod|true +detectorCovariantArrayAssignment=CovariantArrayAssignment|false +detectorCrossSiteScripting=CrossSiteScripting|true +detectorDefaultEncodingDetector=DefaultEncodingDetector|true +detectorDoInsideDoPrivileged=DoInsideDoPrivileged|true +detectorDontCatchIllegalMonitorStateException=DontCatchIllegalMonitorStateException|true +detectorDontIgnoreResultOfPutIfAbsent=DontIgnoreResultOfPutIfAbsent|true +detectorDontUseEnum=DontUseEnum|true +detectorDroppedException=DroppedException|true +detectorDumbMethodInvocations=DumbMethodInvocations|true +detectorDumbMethods=DumbMethods|true +detectorDuplicateBranches=DuplicateBranches|true +detectorEmptyZipFileEntry=EmptyZipFileEntry|false +detectorEqualsOperandShouldHaveClassCompatibleWithThis=EqualsOperandShouldHaveClassCompatibleWithThis|true +detectorExplicitSerialization=ExplicitSerialization|true +detectorFinalizerNullsFields=FinalizerNullsFields|true +detectorFindBadCast2=FindBadCast2|true +detectorFindBadForLoop=FindBadForLoop|true +detectorFindCircularDependencies=FindCircularDependencies|false +detectorFindComparatorProblems=FindComparatorProblems|true +detectorFindDeadLocalStores=FindDeadLocalStores|true +detectorFindDoubleCheck=FindDoubleCheck|true +detectorFindEmptySynchronizedBlock=FindEmptySynchronizedBlock|true +detectorFindFieldSelfAssignment=FindFieldSelfAssignment|true +detectorFindFinalizeInvocations=FindFinalizeInvocations|true +detectorFindFloatEquality=FindFloatEquality|true +detectorFindHEmismatch=FindHEmismatch|true +detectorFindInconsistentSync2=FindInconsistentSync2|true +detectorFindJSR166LockMonitorenter=FindJSR166LockMonitorenter|true +detectorFindLocalSelfAssignment2=FindLocalSelfAssignment2|true +detectorFindMaskedFields=FindMaskedFields|true +detectorFindMismatchedWaitOrNotify=FindMismatchedWaitOrNotify|true +detectorFindNakedNotify=FindNakedNotify|true +detectorFindNonShortCircuit=FindNonShortCircuit|true +detectorFindNullDeref=FindNullDeref|true +detectorFindNullDerefsInvolvingNonShortCircuitEvaluation=FindNullDerefsInvolvingNonShortCircuitEvaluation|true +detectorFindOpenStream=FindOpenStream|true +detectorFindPuzzlers=FindPuzzlers|true +detectorFindRefComparison=FindRefComparison|true +detectorFindReturnRef=FindReturnRef|true +detectorFindRoughConstants=FindRoughConstants|true +detectorFindRunInvocations=FindRunInvocations|true +detectorFindSelfComparison=FindSelfComparison|true +detectorFindSelfComparison2=FindSelfComparison2|true +detectorFindSleepWithLockHeld=FindSleepWithLockHeld|true +detectorFindSpinLoop=FindSpinLoop|true +detectorFindSqlInjection=FindSqlInjection|true +detectorFindTwoLockWait=FindTwoLockWait|true +detectorFindUncalledPrivateMethods=FindUncalledPrivateMethods|true +detectorFindUnconditionalWait=FindUnconditionalWait|true +detectorFindUninitializedGet=FindUninitializedGet|true +detectorFindUnrelatedTypesInGenericContainer=FindUnrelatedTypesInGenericContainer|true +detectorFindUnreleasedLock=FindUnreleasedLock|true +detectorFindUnsatisfiedObligation=FindUnsatisfiedObligation|true +detectorFindUnsyncGet=FindUnsyncGet|true +detectorFindUseOfNonSerializableValue=FindUseOfNonSerializableValue|true +detectorFindUselessControlFlow=FindUselessControlFlow|true +detectorFindUselessObjects=FindUselessObjects|true +detectorFormatStringChecker=FormatStringChecker|true +detectorHugeSharedStringConstants=HugeSharedStringConstants|true +detectorIDivResultCastToDouble=IDivResultCastToDouble|true +detectorIncompatMask=IncompatMask|true +detectorInconsistentAnnotations=InconsistentAnnotations|true +detectorInefficientIndexOf=InefficientIndexOf|false +detectorInefficientInitializationInsideLoop=InefficientInitializationInsideLoop|false +detectorInefficientMemberAccess=InefficientMemberAccess|false +detectorInefficientToArray=InefficientToArray|false +detectorInfiniteLoop=InfiniteLoop|true +detectorInfiniteRecursiveLoop=InfiniteRecursiveLoop|true +detectorInheritanceUnsafeGetResource=InheritanceUnsafeGetResource|true +detectorInitializationChain=InitializationChain|true +detectorInitializeNonnullFieldsInConstructor=InitializeNonnullFieldsInConstructor|true +detectorInstantiateStaticClass=InstantiateStaticClass|true +detectorIntCast2LongAsInstant=IntCast2LongAsInstant|true +detectorInvalidJUnitTest=InvalidJUnitTest|true +detectorIteratorIdioms=IteratorIdioms|true +detectorLazyInit=LazyInit|true +detectorLoadOfKnownNullValue=LoadOfKnownNullValue|true +detectorLostLoggerDueToWeakReference=LostLoggerDueToWeakReference|true +detectorMethodReturnCheck=MethodReturnCheck|true +detectorMultithreadedInstanceAccess=MultithreadedInstanceAccess|true +detectorMutableEnum=MutableEnum|true +detectorMutableLock=MutableLock|true +detectorMutableStaticFields=MutableStaticFields|true +detectorNaming=Naming|true +detectorNoteUnconditionalParamDerefs=NoteUnconditionalParamDerefs|true +detectorNumberConstructor=NumberConstructor|true +detectorOptionalReturnNull=OptionalReturnNull|true +detectorOverridingEqualsNotSymmetrical=OverridingEqualsNotSymmetrical|true +detectorPreferZeroLengthArrays=PreferZeroLengthArrays|true +detectorPublicSemaphores=PublicSemaphores|false +detectorQuestionableBooleanAssignment=QuestionableBooleanAssignment|true +detectorReadOfInstanceFieldInMethodInvokedByConstructorInSuperclass=ReadOfInstanceFieldInMethodInvokedByConstructorInSuperclass|true +detectorReadReturnShouldBeChecked=ReadReturnShouldBeChecked|true +detectorRedundantConditions=RedundantConditions|true +detectorRedundantInterfaces=RedundantInterfaces|true +detectorRepeatedConditionals=RepeatedConditionals|true +detectorRuntimeExceptionCapture=RuntimeExceptionCapture|true +detectorSerializableIdiom=SerializableIdiom|true +detectorStartInConstructor=StartInConstructor|true +detectorStaticCalendarDetector=StaticCalendarDetector|true +detectorStringConcatenation=StringConcatenation|true +detectorSuperfluousInstanceOf=SuperfluousInstanceOf|true +detectorSuspiciousThreadInterrupted=SuspiciousThreadInterrupted|true +detectorSwitchFallthrough=SwitchFallthrough|true +detectorSynchronizationOnSharedBuiltinConstant=SynchronizationOnSharedBuiltinConstant|true +detectorSynchronizeAndNullCheckField=SynchronizeAndNullCheckField|true +detectorSynchronizeOnClassLiteralNotGetClass=SynchronizeOnClassLiteralNotGetClass|true +detectorSynchronizingOnContentsOfFieldToProtectField=SynchronizingOnContentsOfFieldToProtectField|true +detectorURLProblems=URLProblems|true +detectorUncallableMethodOfAnonymousClass=UncallableMethodOfAnonymousClass|true +detectorUnnecessaryMath=UnnecessaryMath|true +detectorUnreadFields=UnreadFields|true +detectorUselessSubclassMethod=UselessSubclassMethod|false +detectorVarArgsProblems=VarArgsProblems|true +detectorVolatileUsage=VolatileUsage|true +detectorWaitInLoop=WaitInLoop|true +detectorWrongMapIterator=WrongMapIterator|true +detectorXMLFactoryBypass=XMLFactoryBypass|true +detector_threshold=2 +effort=default +excludefilter0=../spotbugs-exclude.xml|true +filter_settings=Medium|BAD_PRACTICE,CORRECTNESS,MT_CORRECTNESS,PERFORMANCE,STYLE|false|20 +filter_settings_neg=MALICIOUS_CODE,SECURITY,EXPERIMENTAL,NOISE,I18N| +includefilter0=../spotbugs-include.xml|true +run_at_full_build=false diff --git a/de.dlr.sc.virsat.external.lib.jersey.apache/.settings/org.eclipse.core.resources.prefs b/de.dlr.sc.virsat.external.lib.jersey.apache/.settings/org.eclipse.core.resources.prefs new file mode 100644 index 0000000000..99f26c0203 --- /dev/null +++ b/de.dlr.sc.virsat.external.lib.jersey.apache/.settings/org.eclipse.core.resources.prefs @@ -0,0 +1,2 @@ +eclipse.preferences.version=1 +encoding/=UTF-8 diff --git a/de.dlr.sc.virsat.external.lib.jersey.apache/.settings/org.eclipse.core.runtime.prefs b/de.dlr.sc.virsat.external.lib.jersey.apache/.settings/org.eclipse.core.runtime.prefs new file mode 100644 index 0000000000..deae05a977 --- /dev/null +++ b/de.dlr.sc.virsat.external.lib.jersey.apache/.settings/org.eclipse.core.runtime.prefs @@ -0,0 +1,2 @@ +eclipse.preferences.version=1 +line.separator=\r\n diff --git a/de.dlr.sc.virsat.external.lib.jersey.apache/.settings/org.eclipse.jdt.core.prefs b/de.dlr.sc.virsat.external.lib.jersey.apache/.settings/org.eclipse.jdt.core.prefs new file mode 100644 index 0000000000..9f6ece88bd --- /dev/null +++ b/de.dlr.sc.virsat.external.lib.jersey.apache/.settings/org.eclipse.jdt.core.prefs @@ -0,0 +1,8 @@ +eclipse.preferences.version=1 +org.eclipse.jdt.core.compiler.codegen.inlineJsrBytecode=enabled +org.eclipse.jdt.core.compiler.codegen.targetPlatform=1.8 +org.eclipse.jdt.core.compiler.compliance=1.8 +org.eclipse.jdt.core.compiler.problem.assertIdentifier=error +org.eclipse.jdt.core.compiler.problem.enumIdentifier=error +org.eclipse.jdt.core.compiler.release=disabled +org.eclipse.jdt.core.compiler.source=1.8 diff --git a/de.dlr.sc.virsat.external.lib.jersey.apache/.settings/org.eclipse.m2e.core.prefs b/de.dlr.sc.virsat.external.lib.jersey.apache/.settings/org.eclipse.m2e.core.prefs new file mode 100644 index 0000000000..f897a7f1cb --- /dev/null +++ b/de.dlr.sc.virsat.external.lib.jersey.apache/.settings/org.eclipse.m2e.core.prefs @@ -0,0 +1,4 @@ +activeProfiles= +eclipse.preferences.version=1 +resolveWorkspaceProjects=true +version=1 diff --git a/de.dlr.sc.virsat.external.lib.jersey.apache/.settings/org.eclipse.mylyn.team.ui.prefs b/de.dlr.sc.virsat.external.lib.jersey.apache/.settings/org.eclipse.mylyn.team.ui.prefs new file mode 100644 index 0000000000..426f180206 --- /dev/null +++ b/de.dlr.sc.virsat.external.lib.jersey.apache/.settings/org.eclipse.mylyn.team.ui.prefs @@ -0,0 +1,2 @@ +commit.comment.template=Write a Heading here - (Task \#${task.key})\r\n\r\nPut your Message here.\r\n\r\n---\r\nTask \#${task.key}\: ${task.description} +eclipse.preferences.version=1 diff --git a/de.dlr.sc.virsat.external.lib.jersey.apache/.settings/org.eclipse.pde.prefs b/de.dlr.sc.virsat.external.lib.jersey.apache/.settings/org.eclipse.pde.prefs new file mode 100644 index 0000000000..2174e4fd5b --- /dev/null +++ b/de.dlr.sc.virsat.external.lib.jersey.apache/.settings/org.eclipse.pde.prefs @@ -0,0 +1,34 @@ +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=2 +compilers.p.no-required-att=0 +compilers.p.no.automatic.module=1 +compilers.p.not-externalized-att=2 +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/de.dlr.sc.virsat.external.lib.jersey.apache/META-INF/MANIFEST.MF b/de.dlr.sc.virsat.external.lib.jersey.apache/META-INF/MANIFEST.MF new file mode 100644 index 0000000000..9bb1760f4c --- /dev/null +++ b/de.dlr.sc.virsat.external.lib.jersey.apache/META-INF/MANIFEST.MF @@ -0,0 +1,79 @@ +Manifest-Version: 1.0 +Bundle-ManifestVersion: 2 +Bundle-Name: VirSat External Lib - Jersey Apache +Bundle-SymbolicName: de.dlr.sc.virsat.external.lib.jersey.apache +Bundle-Version: 4.14.0.qualifier +Bundle-RequiredExecutionEnvironment: JavaSE-1.8 +Bundle-Vendor: DLR (German Aerospace Center) +Require-Bundle: de.dlr.sc.virsat.external.lib +Bundle-Activator: de.dlr.virsat.external.lib.jersey.apache.Activator +Automatic-Module-Name: de.dlr.sc.virsat.external.lib.jersey.apache +Bundle-ClassPath: ., + externalLib/maven/commons-codec.jar, + externalLib/maven/commons-logging.jar, + externalLib/maven/httpclient.jar, + externalLib/maven/httpcore.jar, + externalLib/maven/org.eclipse.equinox.security.jar +Export-Package: de.dlr.virsat.external.lib.jersey.apache, + org.apache.commons.codec, + org.apache.commons.codec.binary, + org.apache.commons.codec.digest, + org.apache.commons.codec.language, + org.apache.commons.codec.language.bm, + org.apache.commons.codec.net, + org.apache.commons.logging, + org.apache.commons.logging.impl, + org.apache.http, + org.apache.http.annotation, + org.apache.http.auth, + org.apache.http.auth.params, + org.apache.http.client, + org.apache.http.client.config, + org.apache.http.client.entity, + org.apache.http.client.methods, + org.apache.http.client.params, + org.apache.http.client.protocol, + org.apache.http.client.utils, + org.apache.http.concurrent, + org.apache.http.config, + org.apache.http.conn, + org.apache.http.conn.params, + org.apache.http.conn.routing, + org.apache.http.conn.scheme, + org.apache.http.conn.socket, + org.apache.http.conn.ssl, + org.apache.http.conn.util, + org.apache.http.cookie, + org.apache.http.cookie.params, + org.apache.http.entity, + org.apache.http.impl, + org.apache.http.impl.auth, + org.apache.http.impl.bootstrap, + org.apache.http.impl.client, + org.apache.http.impl.conn, + org.apache.http.impl.conn.tsccm, + org.apache.http.impl.cookie, + org.apache.http.impl.entity, + org.apache.http.impl.execchain, + org.apache.http.impl.io, + org.apache.http.impl.pool, + org.apache.http.io, + org.apache.http.message, + org.apache.http.params, + org.apache.http.pool, + org.apache.http.protocol, + org.apache.http.ssl, + org.apache.http.util, + org.eclipse.equinox.internal.security.auth, + org.eclipse.equinox.internal.security.auth.events, + org.eclipse.equinox.internal.security.auth.ext.loader, + org.eclipse.equinox.internal.security.auth.nls, + org.eclipse.equinox.internal.security.credentials, + org.eclipse.equinox.internal.security.storage, + org.eclipse.equinox.internal.security.storage.friends, + org.eclipse.equinox.internal.security.storage.provider, + org.eclipse.equinox.security.auth, + org.eclipse.equinox.security.auth.credentials, + org.eclipse.equinox.security.auth.module, + org.eclipse.equinox.security.storage, + org.eclipse.equinox.security.storage.provider diff --git a/de.dlr.sc.virsat.external.lib.jersey.apache/about.html b/de.dlr.sc.virsat.external.lib.jersey.apache/about.html new file mode 100644 index 0000000000..e2f87ff845 --- /dev/null +++ b/de.dlr.sc.virsat.external.lib.jersey.apache/about.html @@ -0,0 +1,57 @@ + + + + +About + + +

About This Content

+ +

May 28, 2020

+

License

+ +

The German Aerospace Center (DLR) 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 https://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 German Aerospace Center (DLR), 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 this content.

+ +

Third Party Content

+ +

+The Content includes items that have been sourced from third parties as set out below. If you +did not receive this Content directly from the German Aerospace Center (DLR e.V.), the following is provided +for informational purposes only, and you should look to the Redistributor’s license for +terms and conditions of use. Third party licenses are aggregated in the "about_files" folder of this plugin. +

+ +

Directly Maven Included Thrid Party Libraries

+ +The following third party libraries are directly included into this plugin using maven. +Transitive dependency information is given at the end of the page. + +
Apache POI - Version 3.17
+ +

The plug-in includes Apache POI which is distributed under Apache License, Version 2.0. +A copy of the license is contained in the file LICENSE and is also available at +http://www.apache.org/licenses/LICENSE-2.0.txt. +The Apache attribution NOTICE file is included with the Content in accordance with 4d of the Apache License, Version 2.0.

+ +

Original binaries and source are available from http://poi.apache.org.

+ +

Transitive Maven Included Third Party Libraries

+ +The following is provided for informational purposes only, and you should look to the Redistributor’s license for +terms and conditions of use. Transitive maven third party libraries and their licenses are listed in the THIRD-PARTY.txt file: + + + + + diff --git a/de.dlr.sc.virsat.external.lib.jersey.apache/about_files/LICENSE b/de.dlr.sc.virsat.external.lib.jersey.apache/about_files/LICENSE new file mode 100644 index 0000000000..dd2cbd5fbc --- /dev/null +++ b/de.dlr.sc.virsat.external.lib.jersey.apache/about_files/LICENSE @@ -0,0 +1,463 @@ + + Apache License + Version 2.0, January 2004 + http://www.apache.org/licenses/ + + TERMS AND CONDITIONS FOR USE, REPRODUCTION, AND DISTRIBUTION + + 1. Definitions. + + "License" shall mean the terms and conditions for use, reproduction, + and distribution as defined by Sections 1 through 9 of this document. + + "Licensor" shall mean the copyright owner or entity authorized by + the copyright owner that is granting the License. + + "Legal Entity" shall mean the union of the acting entity and all + other entities that control, are controlled by, or are under common + control with that entity. For the purposes of this definition, + "control" means (i) the power, direct or indirect, to cause the + direction or management of such entity, whether by contract or + otherwise, or (ii) ownership of fifty percent (50%) or more of the + outstanding shares, or (iii) beneficial ownership of such entity. + + "You" (or "Your") shall mean an individual or Legal Entity + exercising permissions granted by this License. + + "Source" form shall mean the preferred form for making modifications, + including but not limited to software source code, documentation + source, and configuration files. + + "Object" form shall mean any form resulting from mechanical + transformation or translation of a Source form, including but + not limited to compiled object code, generated documentation, + and conversions to other media types. + + "Work" shall mean the work of authorship, whether in Source or + Object form, made available under the License, as indicated by a + copyright notice that is included in or attached to the work + (an example is provided in the Appendix below). + + "Derivative Works" shall mean any work, whether in Source or Object + form, that is based on (or derived from) the Work and for which the + editorial revisions, annotations, elaborations, or other modifications + represent, as a whole, an original work of authorship. For the purposes + of this License, Derivative Works shall not include works that remain + separable from, or merely link (or bind by name) to the interfaces of, + the Work and Derivative Works thereof. + + "Contribution" shall mean any work of authorship, including + the original version of the Work and any modifications or additions + to that Work or Derivative Works thereof, that is intentionally + submitted to Licensor for inclusion in the Work by the copyright owner + or by an individual or Legal Entity authorized to submit on behalf of + the copyright owner. For the purposes of this definition, "submitted" + means any form of electronic, verbal, or written communication sent + to the Licensor or its representatives, including but not limited to + communication on electronic mailing lists, source code control systems, + and issue tracking systems that are managed by, or on behalf of, the + Licensor for the purpose of discussing and improving the Work, but + excluding communication that is conspicuously marked or otherwise + designated in writing by the copyright owner as "Not a Contribution." + + "Contributor" shall mean Licensor and any individual or Legal Entity + on behalf of whom a Contribution has been received by Licensor and + subsequently incorporated within the Work. + + 2. Grant of Copyright License. Subject to the terms and conditions of + this License, each Contributor hereby grants to You a perpetual, + worldwide, non-exclusive, no-charge, royalty-free, irrevocable + copyright license to reproduce, prepare Derivative Works of, + publicly display, publicly perform, sublicense, and distribute the + Work and such Derivative Works in Source or Object form. + + 3. Grant of Patent License. Subject to the terms and conditions of + this License, each Contributor hereby grants to You a perpetual, + worldwide, non-exclusive, no-charge, royalty-free, irrevocable + (except as stated in this section) patent license to make, have made, + use, offer to sell, sell, import, and otherwise transfer the Work, + where such license applies only to those patent claims licensable + by such Contributor that are necessarily infringed by their + Contribution(s) alone or by combination of their Contribution(s) + with the Work to which such Contribution(s) was submitted. If You + institute patent litigation against any entity (including a + cross-claim or counterclaim in a lawsuit) alleging that the Work + or a Contribution incorporated within the Work constitutes direct + or contributory patent infringement, then any patent licenses + granted to You under this License for that Work shall terminate + as of the date such litigation is filed. + + 4. Redistribution. You may reproduce and distribute copies of the + Work or Derivative Works thereof in any medium, with or without + modifications, and in Source or Object form, provided that You + meet the following conditions: + + (a) You must give any other recipients of the Work or + Derivative Works a copy of this License; and + + (b) You must cause any modified files to carry prominent notices + stating that You changed the files; and + + (c) You must retain, in the Source form of any Derivative Works + that You distribute, all copyright, patent, trademark, and + attribution notices from the Source form of the Work, + excluding those notices that do not pertain to any part of + the Derivative Works; and + + (d) If the Work includes a "NOTICE" text file as part of its + distribution, then any Derivative Works that You distribute must + include a readable copy of the attribution notices contained + within such NOTICE file, excluding those notices that do not + pertain to any part of the Derivative Works, in at least one + of the following places: within a NOTICE text file distributed + as part of the Derivative Works; within the Source form or + documentation, if provided along with the Derivative Works; or, + within a display generated by the Derivative Works, if and + wherever such third-party notices normally appear. The contents + of the NOTICE file are for informational purposes only and + do not modify the License. You may add Your own attribution + notices within Derivative Works that You distribute, alongside + or as an addendum to the NOTICE text from the Work, provided + that such additional attribution notices cannot be construed + as modifying the License. + + You may add Your own copyright statement to Your modifications and + may provide additional or different license terms and conditions + for use, reproduction, or distribution of Your modifications, or + for any such Derivative Works as a whole, provided Your use, + reproduction, and distribution of the Work otherwise complies with + the conditions stated in this License. + + 5. Submission of Contributions. Unless You explicitly state otherwise, + any Contribution intentionally submitted for inclusion in the Work + by You to the Licensor shall be under the terms and conditions of + this License, without any additional terms or conditions. + Notwithstanding the above, nothing herein shall supersede or modify + the terms of any separate license agreement you may have executed + with Licensor regarding such Contributions. + + 6. Trademarks. This License does not grant permission to use the trade + names, trademarks, service marks, or product names of the Licensor, + except as required for reasonable and customary use in describing the + origin of the Work and reproducing the content of the NOTICE file. + + 7. Disclaimer of Warranty. Unless required by applicable law or + agreed to in writing, Licensor provides the Work (and each + Contributor provides its Contributions) on an "AS IS" BASIS, + WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or + implied, including, without limitation, any warranties or conditions + of TITLE, NON-INFRINGEMENT, MERCHANTABILITY, or FITNESS FOR A + PARTICULAR PURPOSE. You are solely responsible for determining the + appropriateness of using or redistributing the Work and assume any + risks associated with Your exercise of permissions under this License. + + 8. Limitation of Liability. In no event and under no legal theory, + whether in tort (including negligence), contract, or otherwise, + unless required by applicable law (such as deliberate and grossly + negligent acts) or agreed to in writing, shall any Contributor be + liable to You for damages, including any direct, indirect, special, + incidental, or consequential damages of any character arising as a + result of this License or out of the use or inability to use the + Work (including but not limited to damages for loss of goodwill, + work stoppage, computer failure or malfunction, or any and all + other commercial damages or losses), even if such Contributor + has been advised of the possibility of such damages. + + 9. Accepting Warranty or Additional Liability. While redistributing + the Work or Derivative Works thereof, You may choose to offer, + and charge a fee for, acceptance of support, warranty, indemnity, + or other liability obligations and/or rights consistent with this + License. However, in accepting such obligations, You may act only + on Your own behalf and on Your sole responsibility, not on behalf + of any other Contributor, and only if You agree to indemnify, + defend, and hold each Contributor harmless for any liability + incurred by, or claims asserted against, such Contributor by reason + of your accepting any such warranty or additional liability. + + END OF TERMS AND CONDITIONS + + APPENDIX: How to apply the Apache License to your work. + + To apply the Apache License to your work, attach the following + boilerplate notice, with the fields enclosed by brackets "[]" + replaced with your own identifying information. (Don't include + the brackets!) The text should be enclosed in the appropriate + comment syntax for the file format. We also recommend that a + file or class name and description of purpose be included on the + same "printed page" as the copyright notice for easier + identification within third-party archives. + + Copyright [yyyy] [name of copyright owner] + + Licensed under the Apache License, Version 2.0 (the "License"); + you may not use this file except in compliance with the License. + You may obtain a copy of the License at + + http://www.apache.org/licenses/LICENSE-2.0 + + Unless required by applicable law or agreed to in writing, software + distributed under the License is distributed on an "AS IS" BASIS, + WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied. + See the License for the specific language governing permissions and + limitations under the License. + + +APACHE POI SUBCOMPONENTS: + +Apache POI includes subcomponents with separate copyright notices and +license terms. Your use of these subcomponents is subject to the terms +and conditions of the following licenses: + + +Office Open XML schemas (ooxml-schemas-1.1.jar) + + The Office Open XML schema definitions used by Apache POI are + a part of the Office Open XML ECMA Specification (ECMA-376, [1]). + As defined in section 9.4 of the ECMA bylaws [2], this specification + is available to all interested parties without restriction: + + 9.4 All documents when approved shall be made available to + all interested parties without restriction. + + Furthermore, both Microsoft and Adobe have granted patent licenses + to this work [3,4,5]. + + [1] http://www.ecma-international.org/publications/standards/Ecma-376.htm + [2] http://www.ecma-international.org/memento/Ecmabylaws.htm + [3] http://www.microsoft.com/openspecifications/en/us/programs/osp/default.aspx + [4] http://www.ecma-international.org/publications/files/ECMA-ST/Ecma%20PATENT/Patent%20statements%20ok/ECMA-376%20Edition%202%20Microsoft%20Patent%20Declaration.pdf + [5] http://www.ecma-international.org/publications/files/ECMA-ST/Ecma%20PATENT/Patent%20statements%20ok/ECMA-376%20Adobe%20Patent%20Declaration.pdf + + +JUnit test library (junit-4.11.jar) + + Common Public License - v 1.0 + + THE ACCOMPANYING PROGRAM IS PROVIDED UNDER THE TERMS OF THIS COMMON + PUBLIC LICENSE ("AGREEMENT"). ANY USE, REPRODUCTION OR DISTRIBUTION + OF THE PROGRAM CONSTITUTES RECIPIENT'S ACCEPTANCE OF THIS AGREEMENT. + + 1. DEFINITIONS + + "Contribution" means: + + a) in the case of the initial Contributor, the initial code and + documentation distributed under this Agreement, and + + b) in the case of each subsequent Contributor: + + i) changes to the Program, and + + ii) additions to the Program; + + where such changes and/or additions to the Program originate from + and are distributed by that particular Contributor. A Contribution + 'originates' from a Contributor if it was added to the Program by + such Contributor itself or anyone acting on such Contributor's behalf. + Contributions do not include additions to the Program which: (i) are + separate modules of software distributed in conjunction with the + Program under their own license agreement, and (ii) are not derivative + works of the Program. + + "Contributor" means any person or entity that distributes the Program. + + "Licensed Patents " mean patent claims licensable by a Contributor which + are necessarily infringed by the use or sale of its Contribution alone + or when combined with the Program. + + "Program" means the Contributions distributed in accordance with this + Agreement. + + "Recipient" means anyone who receives the Program under this Agreement, + including all Contributors. + + 2. GRANT OF RIGHTS + + a) Subject to the terms of this Agreement, each Contributor hereby grants + Recipient a non-exclusive, worldwide, royalty-free copyright license + to reproduce, prepare derivative works of, publicly display, publicly + perform, distribute and sublicense the Contribution of such + Contributor, if any, and such derivative works, in source code and + object code form. + + b) Subject to the terms of this Agreement, each Contributor hereby grants + Recipient a non-exclusive, worldwide, royalty-free patent license under + Licensed Patents to make, use, sell, offer to sell, import and + otherwise transfer the Contribution of such Contributor, if any, in + source code and object code form. This patent license shall apply to + the combination of the Contribution and the Program if, at the time + the Contribution is added by the Contributor, such addition of the + Contribution causes such combination to be covered by the Licensed + Patents. The patent license shall not apply to any other combinations + which include the Contribution. No hardware per se is licensed + hereunder. + + c) Recipient understands that although each Contributor grants the + licenses to its Contributions set forth herein, no assurances are + provided by any Contributor that the Program does not infringe the + patent or other intellectual property rights of any other entity. + Each Contributor disclaims any liability to Recipient for claims + brought by any other entity based on infringement of intellectual + property rights or otherwise. As a condition to exercising the rights + and licenses granted hereunder, each Recipient hereby assumes sole + responsibility to secure any other intellectual property rights + needed, if any. For example, if a third party patent license is + required to allow Recipient to distribute the Program, it is + Recipient's responsibility to acquire that license before + distributing the Program. + + d) Each Contributor represents that to its knowledge it has sufficient + copyright rights in its Contribution, if any, to grant the copyright + license set forth in this Agreement. + + 3. REQUIREMENTS + + A Contributor may choose to distribute the Program in object code form + under its own license agreement, provided that: + + a) it complies with the terms and conditions of this Agreement; and + + b) its license agreement: + + i) effectively disclaims on behalf of all Contributors all warranties + and conditions, express and implied, including warranties or + conditions of title and non-infringement, and implied warranties + or conditions of merchantability and fitness for a particular + purpose; + + ii) effectively excludes on behalf of all Contributors all liability + for damages, including direct, indirect, special, incidental and + consequential damages, such as lost profits; + + iii) states that any provisions which differ from this Agreement are + offered by that Contributor alone and not by any other party; and + + iv) states that source code for the Program is available from such + Contributor, and informs licensees how to obtain it in a + reasonable manner on or through a medium customarily used for + software exchange. + + When the Program is made available in source code form: + + a) it must be made available under this Agreement; and + + b) a copy of this Agreement must be included with each copy of + the Program. + + Contributors may not remove or alter any copyright notices contained + within the Program. + + Each Contributor must identify itself as the originator of its + Contribution, if any, in a manner that reasonably allows subsequent + Recipients to identify the originator of the Contribution. + + 4. COMMERCIAL DISTRIBUTION + + Commercial distributors of software may accept certain responsibilities + with respect to end users, business partners and the like. While this + license is intended to facilitate the commercial use of the Program, + the Contributor who includes the Program in a commercial product offering + should do so in a manner which does not create potential liability for + other Contributors. Therefore, if a Contributor includes the Program + in a commercial product offering, such Contributor ("Commercial + Contributor") hereby agrees to defend and indemnify every other + Contributor ("Indemnified Contributor") against any losses, damages + and costs (collectively "Losses") arising from claims, lawsuits and + other legal actions brought by a third party against the Indemnified + Contributor to the extent caused by the acts or omissions of such + Commercial Contributor in connection with its distribution of the + Program in a commercial product offering. The obligations in this + section do not apply to any claims or Losses relating to any actual + or alleged intellectual property infringement. In order to qualify, + an Indemnified Contributor must: a) promptly notify the Commercial + Contributor in writing of such claim, and b) allow the Commercial + Contributor to control, and cooperate with the Commercial Contributor + in, the defense and any related settlement negotiations. The Indemnified + Contributor may participate in any such claim at its own expense. + + For example, a Contributor might include the Program in a commercial + product offering, Product X. That Contributor is then a Commercial + Contributor. If that Commercial Contributor then makes performance + claims, or offers warranties related to Product X, those performance + claims and warranties are such Commercial Contributor's responsibility + alone. Under this section, the Commercial Contributor would have to + defend claims against the other Contributors related to those + performance claims and warranties, and if a court requires any other + Contributor to pay any damages as a result, the Commercial Contributor + must pay those damages. + + 5. NO WARRANTY + + EXCEPT AS EXPRESSLY SET FORTH IN THIS AGREEMENT, THE PROGRAM IS PROVIDED + ON AN "AS IS" BASIS, WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, EITHER + EXPRESS OR IMPLIED INCLUDING, WITHOUT LIMITATION, ANY WARRANTIES OR + CONDITIONS OF TITLE, NON-INFRINGEMENT, MERCHANTABILITY OR FITNESS FOR + A PARTICULAR PURPOSE. Each Recipient is solely responsible for + determining the appropriateness of using and distributing the Program + and assumes all risks associated with its exercise of rights under this + Agreement, including but not limited to the risks and costs of program + errors, compliance with applicable laws, damage to or loss of data, + programs or equipment, and unavailability or interruption of operations. + + 6. DISCLAIMER OF LIABILITY + + EXCEPT AS EXPRESSLY SET FORTH IN THIS AGREEMENT, NEITHER RECIPIENT NOR + ANY CONTRIBUTORS SHALL HAVE ANY LIABILITY FOR ANY DIRECT, INDIRECT, + INCIDENTAL, SPECIAL, EXEMPLARY, OR CONSEQUENTIAL DAMAGES (INCLUDING + WITHOUT LIMITATION LOST PROFITS), HOWEVER CAUSED AND ON ANY THEORY OF + LIABILITY, WHETHER IN CONTRACT, STRICT LIABILITY, OR TORT (INCLUDING + NEGLIGENCE OR OTHERWISE) ARISING IN ANY WAY OUT OF THE USE OR + DISTRIBUTION OF THE PROGRAM OR THE EXERCISE OF ANY RIGHTS GRANTED + HEREUNDER, EVEN IF ADVISED OF THE POSSIBILITY OF SUCH DAMAGES. + + 7. GENERAL + + If any provision of this Agreement is invalid or unenforceable under + applicable law, it shall not affect the validity or enforceability of + the remainder of the terms of this Agreement, and without further + action by the parties hereto, such provision shall be reformed to the + minimum extent necessary to make such provision valid and enforceable. + + If Recipient institutes patent litigation against a Contributor with + respect to a patent applicable to software (including a cross-claim or + counterclaim in a lawsuit), then any patent licenses granted by that + Contributor to such Recipient under this Agreement shall terminate as of + the date such litigation is filed. In addition, if Recipient institutes + patent litigation against any entity (including a cross-claim or + counterclaim in a lawsuit) alleging that the Program itself (excluding + combinations of the Program with other software or hardware) infringes + such Recipient's patent(s), then such Recipient's rights granted under + Section 2(b) shall terminate as of the date such litigation is filed. + + All Recipient's rights under this Agreement shall terminate if it fails + to comply with any of the material terms or conditions of this Agreement + and does not cure such failure in a reasonable period of time after + becoming aware of such noncompliance. If all Recipient's rights under + this Agreement terminate, Recipient agrees to cease use and distribution + of the Program as soon as reasonably practicable. However, Recipient's + obligations under this Agreement and any licenses granted by Recipient + relating to the Program shall continue and survive. + + Everyone is permitted to copy and distribute copies of this Agreement, + but in order to avoid inconsistency the Agreement is copyrighted and may + only be modified in the following manner. The Agreement Steward reserves + the right to publish new versions (including revisions) of this Agreement + from time to time. No one other than the Agreement Steward has the right + to modify this Agreement. IBM is the initial Agreement Steward. IBM may + assign the responsibility to serve as the Agreement Steward to a suitable + separate entity. Each new version of the Agreement will be given a + distinguishing version number. The Program (including Contributions) may + always be distributed subject to the version of the Agreement under which + it was received. In addition, after a new version of the Agreement is + published, Contributor may elect to distribute the Program (including + its Contributions) under the new version. Except as expressly stated in + Sections 2(a) and 2(b) above, Recipient receives no rights or licenses + to the intellectual property of any Contributor under this Agreement, + whether expressly, by implication, estoppel or otherwise. All rights in + the Program not expressly granted under this Agreement are reserved. + + This Agreement is governed by the laws of the State of New York and the + intellectual property laws of the United States of America. No party to + this Agreement will bring a legal action under this Agreement more than + one year after the cause of action arose. Each party waives its rights + to a jury trial in any resulting litigation. diff --git a/de.dlr.sc.virsat.external.lib.jersey.apache/about_files/NOTICE b/de.dlr.sc.virsat.external.lib.jersey.apache/about_files/NOTICE new file mode 100644 index 0000000000..d721b4e1a5 --- /dev/null +++ b/de.dlr.sc.virsat.external.lib.jersey.apache/about_files/NOTICE @@ -0,0 +1,23 @@ +Apache POI +Copyright 2003-2016 The Apache Software Foundation + +This product includes software developed by +The Apache Software Foundation (http://www.apache.org/). + +This product contains parts that were originally based on software from BEA. +Copyright (c) 2000-2003, BEA Systems, . + +This product contains W3C XML Schema documents. Copyright 2001-2003 (c) +World Wide Web Consortium (Massachusetts Institute of Technology, European +Research Consortium for Informatics and Mathematics, Keio University) + +This product contains the Piccolo XML Parser for Java +(http://piccolo.sourceforge.net/). Copyright 2002 Yuval Oren. + +This product contains the chunks_parse_cmds.tbl file from the vsdump program. +Copyright (C) 2006-2007 Valek Filippov (frob@df.ru) + +This product contains parts of the eID Applet project +(http://eid-applet.googlecode.com). Copyright (c) 2009-2014 +FedICT (federal ICT department of Belgium), e-Contract.be BVBA (https://www.e-contract.be), +Bart Hanssens from FedICT \ No newline at end of file diff --git a/de.dlr.sc.virsat.external.lib.jersey.apache/about_files/THIRD-PARTY.txt b/de.dlr.sc.virsat.external.lib.jersey.apache/about_files/THIRD-PARTY.txt new file mode 100644 index 0000000000..35d98af55e --- /dev/null +++ b/de.dlr.sc.virsat.external.lib.jersey.apache/about_files/THIRD-PARTY.txt @@ -0,0 +1,7 @@ + +Lists of 5 third-party dependencies. + (Apache 2.0) Apache Commons Codec (commons-codec:commons-codec:1.9 - http://commons.apache.org/proper/commons-codec/) + (Apache 2.0) Apache Commons Logging (commons-logging:commons-logging:1.2 - http://commons.apache.org/proper/commons-logging/) + (Apache 2.0) Apache HttpClient (org.apache.httpcomponents:httpclient:4.5.2 - http://hc.apache.org/httpcomponents-client) + (Apache 2.0) Apache HttpCore (org.apache.httpcomponents:httpcore:4.4.4 - http://hc.apache.org/httpcomponents-core-ga) + (Eclipse Public License - v 2.0) Equinox Java Authentication and Authorization Service (JAAS) (org.eclipse.platform:org.eclipse.equinox.security:1.3.500 - http://www.eclipse.org/platform) diff --git a/de.dlr.sc.virsat.external.lib.jersey.apache/build.properties b/de.dlr.sc.virsat.external.lib.jersey.apache/build.properties new file mode 100644 index 0000000000..f29a03a7ea --- /dev/null +++ b/de.dlr.sc.virsat.external.lib.jersey.apache/build.properties @@ -0,0 +1,13 @@ +source.. = src/ +output.. = target/classes/ +bin.includes = META-INF/,\ + about.html,\ + about_files/,\ + externalLib/,\ + pom.xml,\ + externalLib/maven/commons-codec.jar,\ + externalLib/maven/commons-logging.jar,\ + externalLib/maven/httpclient.jar,\ + externalLib/maven/httpcore.jar,\ + externalLib/maven/org.eclipse.equinox.security.jar + \ No newline at end of file diff --git a/de.dlr.sc.virsat.external.lib.jersey.apache/externalLib/maven/commons-codec.jar b/de.dlr.sc.virsat.external.lib.jersey.apache/externalLib/maven/commons-codec.jar new file mode 100644 index 0000000000..ef35f1c50d Binary files /dev/null and b/de.dlr.sc.virsat.external.lib.jersey.apache/externalLib/maven/commons-codec.jar differ diff --git a/de.dlr.sc.virsat.external.lib.jersey.apache/externalLib/maven/commons-logging.jar b/de.dlr.sc.virsat.external.lib.jersey.apache/externalLib/maven/commons-logging.jar new file mode 100644 index 0000000000..93a3b9f6db Binary files /dev/null and b/de.dlr.sc.virsat.external.lib.jersey.apache/externalLib/maven/commons-logging.jar differ diff --git a/de.dlr.sc.virsat.external.lib.jersey.apache/externalLib/maven/httpclient.jar b/de.dlr.sc.virsat.external.lib.jersey.apache/externalLib/maven/httpclient.jar new file mode 100644 index 0000000000..701609fcc8 Binary files /dev/null and b/de.dlr.sc.virsat.external.lib.jersey.apache/externalLib/maven/httpclient.jar differ diff --git a/de.dlr.sc.virsat.external.lib.jersey.apache/externalLib/maven/httpcore.jar b/de.dlr.sc.virsat.external.lib.jersey.apache/externalLib/maven/httpcore.jar new file mode 100644 index 0000000000..ac4a877302 Binary files /dev/null and b/de.dlr.sc.virsat.external.lib.jersey.apache/externalLib/maven/httpcore.jar differ diff --git a/de.dlr.sc.virsat.external.lib.jersey.apache/externalLib/maven/org.eclipse.equinox.security.jar b/de.dlr.sc.virsat.external.lib.jersey.apache/externalLib/maven/org.eclipse.equinox.security.jar new file mode 100644 index 0000000000..8bb24e68a4 Binary files /dev/null and b/de.dlr.sc.virsat.external.lib.jersey.apache/externalLib/maven/org.eclipse.equinox.security.jar differ diff --git a/de.dlr.sc.virsat.external.lib.jersey.apache/pom.xml b/de.dlr.sc.virsat.external.lib.jersey.apache/pom.xml new file mode 100644 index 0000000000..1d6b9cc57a --- /dev/null +++ b/de.dlr.sc.virsat.external.lib.jersey.apache/pom.xml @@ -0,0 +1,40 @@ + + + + + de.dlr.sc.virsat.external.lib.maven.parent + de.dlr.sc.virsat + 4.14.0-SNAPSHOT + ../de.dlr.sc.virsat.external.lib/maven/pom.xml + + + 4.0.0 + de.dlr.sc.virsat.external.lib.jersey.apache + de.dlr.sc.virsat.external.lib.jersey.apache + eclipse-plugin + + + + downloadLibs + + + org.apache.httpcomponents + httpclient + 4.5.2 + + + + org.eclipse.platform + org.eclipse.equinox.security + 1.3.500 + + + + + \ No newline at end of file diff --git a/de.dlr.sc.virsat.external.lib.jersey.apache/src/de/dlr/virsat/external/lib/jersey/apache/Activator.java b/de.dlr.sc.virsat.external.lib.jersey.apache/src/de/dlr/virsat/external/lib/jersey/apache/Activator.java new file mode 100644 index 0000000000..a02f9e991d --- /dev/null +++ b/de.dlr.sc.virsat.external.lib.jersey.apache/src/de/dlr/virsat/external/lib/jersey/apache/Activator.java @@ -0,0 +1,22 @@ +/******************************************************************************* + * Copyright (c) 2008-2019 German Aerospace Center (DLR), Simulation and Software Technology, Germany. + * + * This program and the accompanying materials are made available under the + * terms of the Eclipse Public License 2.0 which is available at + * http://www.eclipse.org/legal/epl-2.0. + * + * SPDX-License-Identifier: EPL-2.0 + *******************************************************************************/ +package de.dlr.virsat.external.lib.jersey.apache; + +import de.dlr.sc.virsat.external.lib.LibPlugin; + +/** + * The plugin root class which is the entry point for the OSGi bundle activation + * @author fisc_ph + * + */ +public class Activator extends LibPlugin { + + +} \ No newline at end of file diff --git a/de.dlr.sc.virsat.external.lib.lyo/.checkstyle b/de.dlr.sc.virsat.external.lib.lyo/.checkstyle new file mode 100644 index 0000000000..18174367fb --- /dev/null +++ b/de.dlr.sc.virsat.external.lib.lyo/.checkstyle @@ -0,0 +1,10 @@ + + + + + + + + + + diff --git a/de.dlr.sc.virsat.external.lib.lyo/.classpath b/de.dlr.sc.virsat.external.lib.lyo/.classpath new file mode 100644 index 0000000000..3de58b79ad --- /dev/null +++ b/de.dlr.sc.virsat.external.lib.lyo/.classpath @@ -0,0 +1,70 @@ + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + diff --git a/de.dlr.sc.virsat.external.lib.lyo/.project b/de.dlr.sc.virsat.external.lib.lyo/.project new file mode 100644 index 0000000000..f21c7a6cb5 --- /dev/null +++ b/de.dlr.sc.virsat.external.lib.lyo/.project @@ -0,0 +1,40 @@ + + + de.dlr.sc.virsat.external.lib.lyo + + + + + + org.eclipse.jdt.core.javabuilder + + + + + org.eclipse.pde.ManifestBuilder + + + + + org.eclipse.pde.SchemaBuilder + + + + + net.sf.eclipsecs.core.CheckstyleBuilder + + + + + org.eclipse.m2e.core.maven2Builder + + + + + + org.eclipse.m2e.core.maven2Nature + org.eclipse.pde.PluginNature + org.eclipse.jdt.core.javanature + net.sf.eclipsecs.core.CheckstyleNature + + diff --git a/de.dlr.sc.virsat.external.lib.lyo/.settings/edu.umd.cs.findbugs.core.prefs b/de.dlr.sc.virsat.external.lib.lyo/.settings/edu.umd.cs.findbugs.core.prefs new file mode 100644 index 0000000000..eaaad8dbb0 --- /dev/null +++ b/de.dlr.sc.virsat.external.lib.lyo/.settings/edu.umd.cs.findbugs.core.prefs @@ -0,0 +1,144 @@ +#SpotBugs User Preferences +#Tue Jan 21 14:54:00 CET 2020 +detectorAppendingToAnObjectOutputStream=AppendingToAnObjectOutputStream|true +detectorAtomicityProblem=AtomicityProblem|true +detectorBadAppletConstructor=BadAppletConstructor|false +detectorBadResultSetAccess=BadResultSetAccess|true +detectorBadSyntaxForRegularExpression=BadSyntaxForRegularExpression|true +detectorBadUseOfReturnValue=BadUseOfReturnValue|true +detectorBadlyOverriddenAdapter=BadlyOverriddenAdapter|true +detectorBooleanReturnNull=BooleanReturnNull|true +detectorCallToUnsupportedMethod=CallToUnsupportedMethod|false +detectorCheckExpectedWarnings=CheckExpectedWarnings|false +detectorCheckImmutableAnnotation=CheckImmutableAnnotation|true +detectorCheckRelaxingNullnessAnnotation=CheckRelaxingNullnessAnnotation|true +detectorCheckTypeQualifiers=CheckTypeQualifiers|true +detectorCloneIdiom=CloneIdiom|true +detectorComparatorIdiom=ComparatorIdiom|true +detectorConfusedInheritance=ConfusedInheritance|true +detectorConfusionBetweenInheritedAndOuterMethod=ConfusionBetweenInheritedAndOuterMethod|true +detectorCovariantArrayAssignment=CovariantArrayAssignment|false +detectorCrossSiteScripting=CrossSiteScripting|true +detectorDefaultEncodingDetector=DefaultEncodingDetector|true +detectorDoInsideDoPrivileged=DoInsideDoPrivileged|true +detectorDontCatchIllegalMonitorStateException=DontCatchIllegalMonitorStateException|true +detectorDontIgnoreResultOfPutIfAbsent=DontIgnoreResultOfPutIfAbsent|true +detectorDontUseEnum=DontUseEnum|true +detectorDroppedException=DroppedException|true +detectorDumbMethodInvocations=DumbMethodInvocations|true +detectorDumbMethods=DumbMethods|true +detectorDuplicateBranches=DuplicateBranches|true +detectorEmptyZipFileEntry=EmptyZipFileEntry|false +detectorEqualsOperandShouldHaveClassCompatibleWithThis=EqualsOperandShouldHaveClassCompatibleWithThis|true +detectorExplicitSerialization=ExplicitSerialization|true +detectorFinalizerNullsFields=FinalizerNullsFields|true +detectorFindBadCast2=FindBadCast2|true +detectorFindBadForLoop=FindBadForLoop|true +detectorFindCircularDependencies=FindCircularDependencies|false +detectorFindComparatorProblems=FindComparatorProblems|true +detectorFindDeadLocalStores=FindDeadLocalStores|true +detectorFindDoubleCheck=FindDoubleCheck|true +detectorFindEmptySynchronizedBlock=FindEmptySynchronizedBlock|true +detectorFindFieldSelfAssignment=FindFieldSelfAssignment|true +detectorFindFinalizeInvocations=FindFinalizeInvocations|true +detectorFindFloatEquality=FindFloatEquality|true +detectorFindHEmismatch=FindHEmismatch|true +detectorFindInconsistentSync2=FindInconsistentSync2|true +detectorFindJSR166LockMonitorenter=FindJSR166LockMonitorenter|true +detectorFindLocalSelfAssignment2=FindLocalSelfAssignment2|true +detectorFindMaskedFields=FindMaskedFields|true +detectorFindMismatchedWaitOrNotify=FindMismatchedWaitOrNotify|true +detectorFindNakedNotify=FindNakedNotify|true +detectorFindNonShortCircuit=FindNonShortCircuit|true +detectorFindNullDeref=FindNullDeref|true +detectorFindNullDerefsInvolvingNonShortCircuitEvaluation=FindNullDerefsInvolvingNonShortCircuitEvaluation|true +detectorFindOpenStream=FindOpenStream|true +detectorFindPuzzlers=FindPuzzlers|true +detectorFindRefComparison=FindRefComparison|true +detectorFindReturnRef=FindReturnRef|true +detectorFindRoughConstants=FindRoughConstants|true +detectorFindRunInvocations=FindRunInvocations|true +detectorFindSelfComparison=FindSelfComparison|true +detectorFindSelfComparison2=FindSelfComparison2|true +detectorFindSleepWithLockHeld=FindSleepWithLockHeld|true +detectorFindSpinLoop=FindSpinLoop|true +detectorFindSqlInjection=FindSqlInjection|true +detectorFindTwoLockWait=FindTwoLockWait|true +detectorFindUncalledPrivateMethods=FindUncalledPrivateMethods|true +detectorFindUnconditionalWait=FindUnconditionalWait|true +detectorFindUninitializedGet=FindUninitializedGet|true +detectorFindUnrelatedTypesInGenericContainer=FindUnrelatedTypesInGenericContainer|true +detectorFindUnreleasedLock=FindUnreleasedLock|true +detectorFindUnsatisfiedObligation=FindUnsatisfiedObligation|true +detectorFindUnsyncGet=FindUnsyncGet|true +detectorFindUseOfNonSerializableValue=FindUseOfNonSerializableValue|true +detectorFindUselessControlFlow=FindUselessControlFlow|true +detectorFindUselessObjects=FindUselessObjects|true +detectorFormatStringChecker=FormatStringChecker|true +detectorHugeSharedStringConstants=HugeSharedStringConstants|true +detectorIDivResultCastToDouble=IDivResultCastToDouble|true +detectorIncompatMask=IncompatMask|true +detectorInconsistentAnnotations=InconsistentAnnotations|true +detectorInefficientIndexOf=InefficientIndexOf|false +detectorInefficientInitializationInsideLoop=InefficientInitializationInsideLoop|false +detectorInefficientMemberAccess=InefficientMemberAccess|false +detectorInefficientToArray=InefficientToArray|false +detectorInfiniteLoop=InfiniteLoop|true +detectorInfiniteRecursiveLoop=InfiniteRecursiveLoop|true +detectorInheritanceUnsafeGetResource=InheritanceUnsafeGetResource|true +detectorInitializationChain=InitializationChain|true +detectorInitializeNonnullFieldsInConstructor=InitializeNonnullFieldsInConstructor|true +detectorInstantiateStaticClass=InstantiateStaticClass|true +detectorIntCast2LongAsInstant=IntCast2LongAsInstant|true +detectorInvalidJUnitTest=InvalidJUnitTest|true +detectorIteratorIdioms=IteratorIdioms|true +detectorLazyInit=LazyInit|true +detectorLoadOfKnownNullValue=LoadOfKnownNullValue|true +detectorLostLoggerDueToWeakReference=LostLoggerDueToWeakReference|true +detectorMethodReturnCheck=MethodReturnCheck|true +detectorMultithreadedInstanceAccess=MultithreadedInstanceAccess|true +detectorMutableEnum=MutableEnum|true +detectorMutableLock=MutableLock|true +detectorMutableStaticFields=MutableStaticFields|true +detectorNaming=Naming|true +detectorNoteUnconditionalParamDerefs=NoteUnconditionalParamDerefs|true +detectorNumberConstructor=NumberConstructor|true +detectorOptionalReturnNull=OptionalReturnNull|true +detectorOverridingEqualsNotSymmetrical=OverridingEqualsNotSymmetrical|true +detectorPreferZeroLengthArrays=PreferZeroLengthArrays|true +detectorPublicSemaphores=PublicSemaphores|false +detectorQuestionableBooleanAssignment=QuestionableBooleanAssignment|true +detectorReadOfInstanceFieldInMethodInvokedByConstructorInSuperclass=ReadOfInstanceFieldInMethodInvokedByConstructorInSuperclass|true +detectorReadReturnShouldBeChecked=ReadReturnShouldBeChecked|true +detectorRedundantConditions=RedundantConditions|true +detectorRedundantInterfaces=RedundantInterfaces|true +detectorRepeatedConditionals=RepeatedConditionals|true +detectorRuntimeExceptionCapture=RuntimeExceptionCapture|true +detectorSerializableIdiom=SerializableIdiom|true +detectorStartInConstructor=StartInConstructor|true +detectorStaticCalendarDetector=StaticCalendarDetector|true +detectorStringConcatenation=StringConcatenation|true +detectorSuperfluousInstanceOf=SuperfluousInstanceOf|true +detectorSuspiciousThreadInterrupted=SuspiciousThreadInterrupted|true +detectorSwitchFallthrough=SwitchFallthrough|true +detectorSynchronizationOnSharedBuiltinConstant=SynchronizationOnSharedBuiltinConstant|true +detectorSynchronizeAndNullCheckField=SynchronizeAndNullCheckField|true +detectorSynchronizeOnClassLiteralNotGetClass=SynchronizeOnClassLiteralNotGetClass|true +detectorSynchronizingOnContentsOfFieldToProtectField=SynchronizingOnContentsOfFieldToProtectField|true +detectorURLProblems=URLProblems|true +detectorUncallableMethodOfAnonymousClass=UncallableMethodOfAnonymousClass|true +detectorUnnecessaryMath=UnnecessaryMath|true +detectorUnreadFields=UnreadFields|true +detectorUselessSubclassMethod=UselessSubclassMethod|false +detectorVarArgsProblems=VarArgsProblems|true +detectorVolatileUsage=VolatileUsage|true +detectorWaitInLoop=WaitInLoop|true +detectorWrongMapIterator=WrongMapIterator|true +detectorXMLFactoryBypass=XMLFactoryBypass|true +detector_threshold=2 +effort=default +excludefilter0=../spotbugs-exclude.xml|true +filter_settings=Medium|BAD_PRACTICE,CORRECTNESS,MT_CORRECTNESS,PERFORMANCE,STYLE|false|20 +filter_settings_neg=MALICIOUS_CODE,SECURITY,EXPERIMENTAL,NOISE,I18N| +includefilter0=../spotbugs-include.xml|true +run_at_full_build=false diff --git a/de.dlr.sc.virsat.external.lib.lyo/.settings/org.eclipse.core.resources.prefs b/de.dlr.sc.virsat.external.lib.lyo/.settings/org.eclipse.core.resources.prefs new file mode 100644 index 0000000000..99f26c0203 --- /dev/null +++ b/de.dlr.sc.virsat.external.lib.lyo/.settings/org.eclipse.core.resources.prefs @@ -0,0 +1,2 @@ +eclipse.preferences.version=1 +encoding/=UTF-8 diff --git a/de.dlr.sc.virsat.external.lib.lyo/.settings/org.eclipse.core.runtime.prefs b/de.dlr.sc.virsat.external.lib.lyo/.settings/org.eclipse.core.runtime.prefs new file mode 100644 index 0000000000..deae05a977 --- /dev/null +++ b/de.dlr.sc.virsat.external.lib.lyo/.settings/org.eclipse.core.runtime.prefs @@ -0,0 +1,2 @@ +eclipse.preferences.version=1 +line.separator=\r\n diff --git a/de.dlr.sc.virsat.external.lib.lyo/.settings/org.eclipse.jdt.core.prefs b/de.dlr.sc.virsat.external.lib.lyo/.settings/org.eclipse.jdt.core.prefs new file mode 100644 index 0000000000..9f6ece88bd --- /dev/null +++ b/de.dlr.sc.virsat.external.lib.lyo/.settings/org.eclipse.jdt.core.prefs @@ -0,0 +1,8 @@ +eclipse.preferences.version=1 +org.eclipse.jdt.core.compiler.codegen.inlineJsrBytecode=enabled +org.eclipse.jdt.core.compiler.codegen.targetPlatform=1.8 +org.eclipse.jdt.core.compiler.compliance=1.8 +org.eclipse.jdt.core.compiler.problem.assertIdentifier=error +org.eclipse.jdt.core.compiler.problem.enumIdentifier=error +org.eclipse.jdt.core.compiler.release=disabled +org.eclipse.jdt.core.compiler.source=1.8 diff --git a/de.dlr.sc.virsat.external.lib.lyo/.settings/org.eclipse.m2e.core.prefs b/de.dlr.sc.virsat.external.lib.lyo/.settings/org.eclipse.m2e.core.prefs new file mode 100644 index 0000000000..f897a7f1cb --- /dev/null +++ b/de.dlr.sc.virsat.external.lib.lyo/.settings/org.eclipse.m2e.core.prefs @@ -0,0 +1,4 @@ +activeProfiles= +eclipse.preferences.version=1 +resolveWorkspaceProjects=true +version=1 diff --git a/de.dlr.sc.virsat.external.lib.lyo/.settings/org.eclipse.mylyn.team.ui.prefs b/de.dlr.sc.virsat.external.lib.lyo/.settings/org.eclipse.mylyn.team.ui.prefs new file mode 100644 index 0000000000..426f180206 --- /dev/null +++ b/de.dlr.sc.virsat.external.lib.lyo/.settings/org.eclipse.mylyn.team.ui.prefs @@ -0,0 +1,2 @@ +commit.comment.template=Write a Heading here - (Task \#${task.key})\r\n\r\nPut your Message here.\r\n\r\n---\r\nTask \#${task.key}\: ${task.description} +eclipse.preferences.version=1 diff --git a/de.dlr.sc.virsat.external.lib.lyo/.settings/org.eclipse.pde.prefs b/de.dlr.sc.virsat.external.lib.lyo/.settings/org.eclipse.pde.prefs new file mode 100644 index 0000000000..2174e4fd5b --- /dev/null +++ b/de.dlr.sc.virsat.external.lib.lyo/.settings/org.eclipse.pde.prefs @@ -0,0 +1,34 @@ +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=2 +compilers.p.no-required-att=0 +compilers.p.no.automatic.module=1 +compilers.p.not-externalized-att=2 +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/de.dlr.sc.virsat.external.lib.lyo/META-INF/MANIFEST.MF b/de.dlr.sc.virsat.external.lib.lyo/META-INF/MANIFEST.MF new file mode 100644 index 0000000000..5acf4a196a --- /dev/null +++ b/de.dlr.sc.virsat.external.lib.lyo/META-INF/MANIFEST.MF @@ -0,0 +1,529 @@ +Manifest-Version: 1.0 +Bundle-ManifestVersion: 2 +Bundle-Name: VirSat External Lib - Lyo +Bundle-SymbolicName: de.dlr.sc.virsat.external.lib.lyo +Bundle-Version: 4.14.0.qualifier +Bundle-RequiredExecutionEnvironment: JavaSE-1.8 +Bundle-Vendor: DLR (German Aerospace Center) +Require-Bundle: de.dlr.sc.virsat.external.lib +Bundle-Activator: de.dlr.virsat.external.lib.lyo.Activator +Automatic-Module-Name: de.dlr.sc.virsat.external.lib.lyo +Bundle-ClassPath: ., + externalLib/maven/activation.jar, + externalLib/maven/classgraph.jar, + externalLib/maven/collection.jar, + externalLib/maven/commons-cli.jar, + externalLib/maven/commons-codec.jar, + externalLib/maven/commons-compress.jar, + externalLib/maven/commons-csv.jar, + externalLib/maven/commons-io.jar, + externalLib/maven/commons-lang3.jar, + externalLib/maven/commons-logging.jar, + externalLib/maven/geronimo-annotation_1.1_spec.jar, + externalLib/maven/geronimo-jaxrs_1.1_spec.jar, + externalLib/maven/httpclient.jar, + externalLib/maven/httpclient-cache.jar, + externalLib/maven/httpcore.jar, + externalLib/maven/jackson-annotations.jar, + externalLib/maven/jackson-core.jar, + externalLib/maven/jackson-databind.jar, + externalLib/maven/jakarta.ws.rs-api.jar, + externalLib/maven/javax.annotation-api.jar, + externalLib/maven/javax.servlet-api.jar, + externalLib/maven/javax.ws.rs-api.jar, + externalLib/maven/jaxb-api.jar, + externalLib/maven/jaxb-impl.jar, + externalLib/maven/jcl-over-slf4j.jar, + externalLib/maven/jena-arq.jar, + externalLib/maven/jena-base.jar, + externalLib/maven/jena-core.jar, + externalLib/maven/jena-dboe-base.jar, + externalLib/maven/jena-dboe-index.jar, + externalLib/maven/jena-dboe-storage.jar, + externalLib/maven/jena-dboe-transaction.jar, + externalLib/maven/jena-dboe-trans-data.jar, + externalLib/maven/jena-iri.jar, + externalLib/maven/jena-rdfconnection.jar, + externalLib/maven/jena-shacl.jar, + externalLib/maven/jena-shaded-guava.jar, + externalLib/maven/jena-tdb.jar, + externalLib/maven/jena-tdb2.jar, + externalLib/maven/jsonld-java.jar, + externalLib/maven/jsr311-api.jar, + externalLib/maven/libthrift.jar, + externalLib/maven/log4j.jar, + externalLib/maven/oauth.jar, + externalLib/maven/oauth-consumer.jar, + externalLib/maven/oauth-httpclient4.jar, + externalLib/maven/oslc4j-core.jar, + externalLib/maven/oslc4j-jena-provider.jar, + externalLib/maven/oslc4j-json4j-provider.jar, + externalLib/maven/oslc-client.jar, + externalLib/maven/oslc-client-base.jar, + externalLib/maven/oslc-domains.jar, + externalLib/maven/oslc-java-client.jar, + externalLib/maven/oslc-java-client-resources.jar, + externalLib/maven/slf4j-api.jar, + externalLib/maven/slf4j-log4j12.jar, + externalLib/maven/stax-api.jar, + externalLib/maven/wink-client.jar, + externalLib/maven/wink-client-apache-httpclient.jar, + externalLib/maven/wink-common.jar, + externalLib/maven/wink-json4j.jar, + externalLib/maven/xercesImpl.jar, + externalLib/maven/xml-apis.jar +Export-Package: com.fasterxml.jackson.annotation, + com.fasterxml.jackson.core, + com.fasterxml.jackson.core.async, + com.fasterxml.jackson.core.base, + com.fasterxml.jackson.core.exc, + com.fasterxml.jackson.core.filter, + com.fasterxml.jackson.core.format, + com.fasterxml.jackson.core.io, + com.fasterxml.jackson.core.json, + com.fasterxml.jackson.core.json.async, + com.fasterxml.jackson.core.sym, + com.fasterxml.jackson.core.type, + com.fasterxml.jackson.core.util, + com.fasterxml.jackson.databind, + com.fasterxml.jackson.databind.annotation, + com.fasterxml.jackson.databind.cfg, + com.fasterxml.jackson.databind.deser, + com.fasterxml.jackson.databind.deser.impl, + com.fasterxml.jackson.databind.deser.std, + com.fasterxml.jackson.databind.exc, + com.fasterxml.jackson.databind.ext, + com.fasterxml.jackson.databind.introspect, + com.fasterxml.jackson.databind.json, + com.fasterxml.jackson.databind.jsonFormatVisitors, + com.fasterxml.jackson.databind.jsonschema, + com.fasterxml.jackson.databind.jsontype, + com.fasterxml.jackson.databind.jsontype.impl, + com.fasterxml.jackson.databind.module, + com.fasterxml.jackson.databind.node, + com.fasterxml.jackson.databind.ser, + com.fasterxml.jackson.databind.ser.impl, + com.fasterxml.jackson.databind.ser.std, + com.fasterxml.jackson.databind.type, + com.fasterxml.jackson.databind.util, + com.github.andrewoma.dexx.collection, + com.github.andrewoma.dexx.collection.internal.adapter, + com.github.andrewoma.dexx.collection.internal.base, + com.github.andrewoma.dexx.collection.internal.builder, + com.github.andrewoma.dexx.collection.internal.hashmap, + com.github.andrewoma.dexx.collection.internal.redblack, + com.github.jsonldjava.core, + com.github.jsonldjava.impl, + com.github.jsonldjava.shaded.com.google.common.annotations, + com.github.jsonldjava.shaded.com.google.common.base, + com.github.jsonldjava.shaded.com.google.common.cache, + com.github.jsonldjava.shaded.com.google.common.collect, + com.github.jsonldjava.shaded.com.google.common.escape, + com.github.jsonldjava.shaded.com.google.common.eventbus, + com.github.jsonldjava.shaded.com.google.common.graph, + com.github.jsonldjava.shaded.com.google.common.hash, + com.github.jsonldjava.shaded.com.google.common.html, + com.github.jsonldjava.shaded.com.google.common.io, + com.github.jsonldjava.shaded.com.google.common.math, + com.github.jsonldjava.shaded.com.google.common.net, + com.github.jsonldjava.shaded.com.google.common.primitives, + com.github.jsonldjava.shaded.com.google.common.reflect, + com.github.jsonldjava.shaded.com.google.common.util.concurrent, + com.github.jsonldjava.shaded.com.google.common.xml, + com.github.jsonldjava.utils, + com.sun.activation.registries, + com.sun.activation.viewers, + com.sun.istack, + com.sun.istack.localization, + com.sun.istack.logging, + com.sun.xml.bind, + com.sun.xml.bind.annotation, + com.sun.xml.bind.api, + com.sun.xml.bind.api.impl, + com.sun.xml.bind.marshaller, + com.sun.xml.bind.unmarshaller, + com.sun.xml.bind.util, + com.sun.xml.bind.v2, + com.sun.xml.bind.v2.bytecode, + com.sun.xml.bind.v2.model.annotation, + com.sun.xml.bind.v2.model.core, + com.sun.xml.bind.v2.model.impl, + com.sun.xml.bind.v2.model.nav, + com.sun.xml.bind.v2.model.runtime, + com.sun.xml.bind.v2.runtime, + com.sun.xml.bind.v2.runtime.output, + com.sun.xml.bind.v2.runtime.property, + com.sun.xml.bind.v2.runtime.reflect, + com.sun.xml.bind.v2.runtime.reflect.opt, + com.sun.xml.bind.v2.runtime.unmarshaller, + com.sun.xml.bind.v2.schemagen, + com.sun.xml.bind.v2.schemagen.episode, + com.sun.xml.bind.v2.schemagen.xmlschema, + com.sun.xml.bind.v2.util, + com.sun.xml.txw2, + com.sun.xml.txw2.annotation, + com.sun.xml.txw2.output, + de.dlr.virsat.external.lib.lyo, + io.github.classgraph, + javax.activation, + javax.annotation, + javax.annotation, + javax.annotation.processing, + javax.annotation.security, + javax.annotation.security, + javax.annotation.sql, + javax.annotation.sql, + javax.servlet, + javax.servlet.annotation, + javax.servlet.descriptor, + javax.servlet.http, + javax.ws.rs, + javax.ws.rs, + javax.ws.rs, + javax.ws.rs, + javax.ws.rs.client, + javax.ws.rs.client, + javax.ws.rs.container, + javax.ws.rs.container, + javax.ws.rs.core, + javax.ws.rs.core, + javax.ws.rs.core, + javax.ws.rs.core, + javax.ws.rs.ext, + javax.ws.rs.ext, + javax.ws.rs.ext, + javax.ws.rs.ext, + javax.ws.rs.sse, + javax.ws.rs.sse, + javax.xml, + javax.xml.bind, + javax.xml.bind.annotation, + javax.xml.bind.annotation.adapters, + javax.xml.bind.attachment, + javax.xml.bind.helpers, + javax.xml.bind.util, + javax.xml.datatype, + javax.xml.namespace, + javax.xml.parsers, + javax.xml.stream, + javax.xml.stream.events, + javax.xml.stream.util, + javax.xml.transform, + javax.xml.transform.dom, + javax.xml.transform.sax, + javax.xml.transform.stream, + javax.xml.validation, + javax.xml.xpath, + net.oauth, + net.oauth.client, + net.oauth.client.httpclient4, + net.oauth.http, + net.oauth.signature, + net.oauth.signature.pem, + nonapi.io.github.classgraph.classloaderhandler, + nonapi.io.github.classgraph.classpath, + nonapi.io.github.classgraph.concurrency, + nonapi.io.github.classgraph.fastzipfilereader, + nonapi.io.github.classgraph.fileslice, + nonapi.io.github.classgraph.fileslice.reader, + nonapi.io.github.classgraph.json, + nonapi.io.github.classgraph.recycler, + nonapi.io.github.classgraph.scanspec, + nonapi.io.github.classgraph.types, + nonapi.io.github.classgraph.utils, + org.apache.commons.cli, + org.apache.commons.codec, + org.apache.commons.codec.binary, + org.apache.commons.codec.cli, + org.apache.commons.codec.digest, + org.apache.commons.codec.language, + org.apache.commons.codec.language.bm, + org.apache.commons.codec.net, + org.apache.commons.compress, + org.apache.commons.compress.archivers, + org.apache.commons.compress.archivers.ar, + org.apache.commons.compress.archivers.arj, + org.apache.commons.compress.archivers.cpio, + org.apache.commons.compress.archivers.dump, + org.apache.commons.compress.archivers.examples, + org.apache.commons.compress.archivers.jar, + org.apache.commons.compress.archivers.sevenz, + org.apache.commons.compress.archivers.tar, + org.apache.commons.compress.archivers.zip, + org.apache.commons.compress.changes, + org.apache.commons.compress.compressors, + org.apache.commons.compress.compressors.brotli, + org.apache.commons.compress.compressors.bzip2, + org.apache.commons.compress.compressors.deflate, + org.apache.commons.compress.compressors.deflate64, + org.apache.commons.compress.compressors.gzip, + org.apache.commons.compress.compressors.lz4, + org.apache.commons.compress.compressors.lz77support, + org.apache.commons.compress.compressors.lzma, + org.apache.commons.compress.compressors.lzw, + org.apache.commons.compress.compressors.pack200, + org.apache.commons.compress.compressors.snappy, + org.apache.commons.compress.compressors.xz, + org.apache.commons.compress.compressors.z, + org.apache.commons.compress.compressors.zstandard, + org.apache.commons.compress.parallel, + org.apache.commons.compress.utils, + org.apache.commons.csv, + org.apache.commons.io, + org.apache.commons.io.comparator, + org.apache.commons.io.filefilter, + org.apache.commons.io.input, + org.apache.commons.io.monitor, + org.apache.commons.io.output, + org.apache.commons.io.serialization, + org.apache.commons.lang3, + org.apache.commons.lang3.arch, + org.apache.commons.lang3.builder, + org.apache.commons.lang3.compare, + org.apache.commons.lang3.concurrent, + org.apache.commons.lang3.concurrent.locks, + org.apache.commons.lang3.event, + org.apache.commons.lang3.exception, + org.apache.commons.lang3.function, + org.apache.commons.lang3.math, + org.apache.commons.lang3.mutable, + org.apache.commons.lang3.reflect, + org.apache.commons.lang3.stream, + org.apache.commons.lang3.text, + org.apache.commons.lang3.text.translate, + org.apache.commons.lang3.time, + org.apache.commons.lang3.tuple, + org.apache.commons.logging, + org.apache.commons.logging, + org.apache.commons.logging.impl, + org.apache.commons.logging.impl, + org.apache.geronimo.osgi.locator, + org.apache.html.dom, + org.apache.http, + org.apache.http.annotation, + org.apache.http.auth, + org.apache.http.auth.params, + org.apache.http.client, + org.apache.http.client.cache, + org.apache.http.client.config, + org.apache.http.client.entity, + org.apache.http.client.methods, + org.apache.http.client.params, + org.apache.http.client.protocol, + org.apache.http.client.utils, + org.apache.http.concurrent, + org.apache.http.config, + org.apache.http.conn, + org.apache.http.conn.params, + org.apache.http.conn.routing, + org.apache.http.conn.scheme, + org.apache.http.conn.socket, + org.apache.http.conn.ssl, + org.apache.http.conn.util, + org.apache.http.cookie, + org.apache.http.cookie.params, + org.apache.http.entity, + org.apache.http.impl, + org.apache.http.impl.auth, + org.apache.http.impl.bootstrap, + org.apache.http.impl.client, + org.apache.http.impl.client.cache, + org.apache.http.impl.client.cache.ehcache, + org.apache.http.impl.client.cache.memcached, + org.apache.http.impl.conn, + org.apache.http.impl.conn.tsccm, + org.apache.http.impl.cookie, + org.apache.http.impl.entity, + org.apache.http.impl.execchain, + org.apache.http.impl.io, + org.apache.http.impl.pool, + org.apache.http.io, + org.apache.http.message, + org.apache.http.params, + org.apache.http.pool, + org.apache.http.protocol, + org.apache.http.ssl, + org.apache.http.util, + org.apache.jena, + org.apache.jena.assembler, + org.apache.jena.assembler.assemblers, + org.apache.jena.assembler.exceptions, + org.apache.jena.atlas, + org.apache.jena.atlas.csv, + org.apache.jena.atlas.data, + org.apache.jena.atlas.event, + org.apache.jena.atlas.io, + org.apache.jena.atlas.iterator, + org.apache.jena.atlas.json, + org.apache.jena.atlas.json.io, + org.apache.jena.atlas.json.io.parser, + org.apache.jena.atlas.json.io.parserjavacc, + org.apache.jena.atlas.json.io.parserjavacc.javacc, + org.apache.jena.atlas.lib, + org.apache.jena.atlas.lib.cache, + org.apache.jena.atlas.lib.persistent, + org.apache.jena.atlas.lib.tuple, + org.apache.jena.atlas.logging, + org.apache.jena.atlas.logging.java, + org.apache.jena.atlas.test, + org.apache.jena.atlas.web, + org.apache.jena.base, + org.apache.jena.datatypes, + org.apache.jena.datatypes.xsd, + org.apache.jena.datatypes.xsd.impl, + org.apache.jena.dboe, + org.apache.jena.dboe.base, + org.apache.jena.dboe.base.block, + org.apache.jena.dboe.base.buffer, + org.apache.jena.dboe.base.file, + org.apache.jena.dboe.base.page, + org.apache.jena.dboe.base.record, + org.apache.jena.dboe.base.recordbuffer, + org.apache.jena.dboe.index, + org.apache.jena.dboe.storage, + org.apache.jena.dboe.storage.prefixes, + org.apache.jena.dboe.storage.simple, + org.apache.jena.dboe.storage.system, + org.apache.jena.dboe.sys, + org.apache.jena.dboe.test, + org.apache.jena.dboe.trans.bplustree, + org.apache.jena.dboe.trans.bplustree.rewriter, + org.apache.jena.dboe.trans.data, + org.apache.jena.dboe.transaction, + org.apache.jena.dboe.transaction.txn, + org.apache.jena.dboe.transaction.txn.journal, + org.apache.jena.enhanced, + org.apache.jena.ext.com.google.common.annotations, + org.apache.jena.ext.com.google.common.base, + org.apache.jena.ext.com.google.common.base.internal, + org.apache.jena.ext.com.google.common.cache, + org.apache.jena.ext.com.google.common.collect, + org.apache.jena.ext.com.google.common.escape, + org.apache.jena.ext.com.google.common.eventbus, + org.apache.jena.ext.com.google.common.graph, + org.apache.jena.ext.com.google.common.hash, + org.apache.jena.ext.com.google.common.html, + org.apache.jena.ext.com.google.common.io, + org.apache.jena.ext.com.google.common.math, + org.apache.jena.ext.com.google.common.net, + org.apache.jena.ext.com.google.common.primitives, + org.apache.jena.ext.com.google.common.reflect, + org.apache.jena.ext.com.google.common.util.concurrent, + org.apache.jena.ext.com.google.common.xml, + org.apache.jena.ext.com.google.thirdparty.publicsuffix, + org.apache.jena.ext.xerces, + org.apache.jena.ext.xerces.impl, + org.apache.jena.ext.xerces.impl.dv, + org.apache.jena.ext.xerces.impl.dv.util, + org.apache.jena.ext.xerces.impl.dv.xs, + org.apache.jena.ext.xerces.impl.validation, + org.apache.jena.ext.xerces.impl.xpath.regex, + org.apache.jena.ext.xerces.impl.xs, + org.apache.jena.ext.xerces.impl.xs.util, + org.apache.jena.ext.xerces.jaxp.datatype, + org.apache.jena.ext.xerces.util, + org.apache.jena.ext.xerces.xni, + org.apache.jena.ext.xerces.xs, + org.apache.jena.ext.xerces.xs.datatypes, + org.apache.jena.graph, + org.apache.jena.graph.compose, + org.apache.jena.graph.impl, + org.apache.jena.iri, + org.apache.jena.iri.impl, + org.apache.jena.mem, + org.apache.jena.n3, + org.apache.jena.n3.turtle, + org.apache.jena.n3.turtle.parser, + org.apache.jena.ontology, + org.apache.jena.ontology.impl, + org.apache.jena.query, + org.apache.jena.rdf.listeners, + org.apache.jena.rdf.model, + org.apache.jena.rdf.model.impl, + org.apache.jena.rdfconnection, + org.apache.jena.rdfconnection.examples, + org.apache.jena.rdfxml.xmlinput, + org.apache.jena.rdfxml.xmlinput.impl, + org.apache.jena.rdfxml.xmlinput.states, + org.apache.jena.rdfxml.xmloutput, + org.apache.jena.rdfxml.xmloutput.impl, + org.apache.jena.reasoner, + org.apache.jena.reasoner.rulesys, + org.apache.jena.reasoner.rulesys.builtins, + org.apache.jena.reasoner.rulesys.impl, + org.apache.jena.reasoner.transitiveReasoner, + org.apache.jena.riot, + org.apache.jena.riot.adapters, + org.apache.jena.riot.checker, + org.apache.jena.riot.lang, + org.apache.jena.riot.lang.extra, + org.apache.jena.riot.lang.extra.javacc, + org.apache.jena.riot.other, + org.apache.jena.riot.out, + org.apache.jena.riot.out.quoted, + org.apache.jena.riot.process, + org.apache.jena.riot.process.inf, + org.apache.jena.riot.process.normalize, + org.apache.jena.riot.resultset, + org.apache.jena.riot.resultset.rw, + org.apache.jena.riot.system, + org.apache.jena.riot.system.stream, + org.apache.jena.riot.thrift, + org.apache.jena.riot.thrift.wire, + org.apache.jena.riot.tokens, + org.apache.jena.riot.web, + org.apache.jena.riot.writer, + org.apache.jena.shacl, + org.apache.jena.shacl.engine, + org.apache.jena.shacl.engine.constraint, + org.apache.jena.shacl.engine.exec, + org.apache.jena.shacl.examples, + org.apache.jena.shacl.lib, + org.apache.jena.shacl.parser, + org.apache.jena.shacl.sys, + org.apache.jena.shacl.validation, + org.apache.jena.shacl.vocabulary, + org.apache.jena.shared, + org.apache.jena.shared.impl, + org.apache.jena.shared.uuid, + org.apache.jena.sparql, + org.apache.jena.sparql.algebra, + org.apache.jena.sparql.algebra.op, + org.apache.jena.sparql.algebra.optimize, + org.apache.jena.sparql.algebra.table, + org.apache.jena.sparql.algebra.walker, + org.apache.jena.sparql.core, + org.apache.jena.sparql.core.assembler, + org.apache.jena.sparql.core.describe, + org.apache.jena.sparql.core.mem, + org.apache.jena.sparql.engine, + org.apache.jena.sparql.engine.binding, + org.apache.jena.sparql.engine.http, + org.apache.jena.sparql.engine.index, + org.apache.jena.sparql.engine.iterator, + org.apache.jena.sparql.engine.join, + org.apache.jena.sparql.engine.main, + org.apache.jena.sparql.engine.main.iterator, + org.apache.jena.sparql.engine.optimizer, + org.apache.jena.sparql.engine.optimizer.reorder, + org.apache.jena.sparql.engine.ref, + org.apache.jena.sparql.expr, + org.apache.jena.sparql.expr.aggregate, + org.apache.jena.sparql.expr.aggregate.lib, + org.apache.jena.sparql.expr.nodevalue, + org.apache.jena.sparql.function, + org.apache.jena.sparql.function.js, + org.apache.jena.sparql.function.library, + org.apache.jena.sparql.function.library.leviathan, + org.apache.jena.sparql.function.user, + org.apache.jena.sparql.graph, + org.apache.jena.sparql.lang, + org.apache.jena.sparql.lang.arq, + org.apache.jena.sparql.lang.sparql_10, + org.apache.jena.sparql.lang.sparql_11, + org.apache.jena.sparql.lib, + org.apache.jena.sparql.mgt, + org.apache.jena.sparql.modify, + org.apache.jena.sparql.modify.request, + org.apache.jena.sparql.path, + org.apache.jena.sparql.path.eval diff --git a/de.dlr.sc.virsat.external.lib.lyo/about.html b/de.dlr.sc.virsat.external.lib.lyo/about.html new file mode 100644 index 0000000000..e2f87ff845 --- /dev/null +++ b/de.dlr.sc.virsat.external.lib.lyo/about.html @@ -0,0 +1,57 @@ + + + + +About + + +

About This Content

+ +

May 28, 2020

+

License

+ +

The German Aerospace Center (DLR) 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 https://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 German Aerospace Center (DLR), 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 this content.

+ +

Third Party Content

+ +

+The Content includes items that have been sourced from third parties as set out below. If you +did not receive this Content directly from the German Aerospace Center (DLR e.V.), the following is provided +for informational purposes only, and you should look to the Redistributor’s license for +terms and conditions of use. Third party licenses are aggregated in the "about_files" folder of this plugin. +

+ +

Directly Maven Included Thrid Party Libraries

+ +The following third party libraries are directly included into this plugin using maven. +Transitive dependency information is given at the end of the page. + +
Apache POI - Version 3.17
+ +

The plug-in includes Apache POI which is distributed under Apache License, Version 2.0. +A copy of the license is contained in the file LICENSE and is also available at +http://www.apache.org/licenses/LICENSE-2.0.txt. +The Apache attribution NOTICE file is included with the Content in accordance with 4d of the Apache License, Version 2.0.

+ +

Original binaries and source are available from http://poi.apache.org.

+ +

Transitive Maven Included Third Party Libraries

+ +The following is provided for informational purposes only, and you should look to the Redistributor’s license for +terms and conditions of use. Transitive maven third party libraries and their licenses are listed in the THIRD-PARTY.txt file: + + + + + diff --git a/de.dlr.sc.virsat.external.lib.lyo/about_files/LICENSE b/de.dlr.sc.virsat.external.lib.lyo/about_files/LICENSE new file mode 100644 index 0000000000..dd2cbd5fbc --- /dev/null +++ b/de.dlr.sc.virsat.external.lib.lyo/about_files/LICENSE @@ -0,0 +1,463 @@ + + Apache License + Version 2.0, January 2004 + http://www.apache.org/licenses/ + + TERMS AND CONDITIONS FOR USE, REPRODUCTION, AND DISTRIBUTION + + 1. Definitions. + + "License" shall mean the terms and conditions for use, reproduction, + and distribution as defined by Sections 1 through 9 of this document. + + "Licensor" shall mean the copyright owner or entity authorized by + the copyright owner that is granting the License. + + "Legal Entity" shall mean the union of the acting entity and all + other entities that control, are controlled by, or are under common + control with that entity. For the purposes of this definition, + "control" means (i) the power, direct or indirect, to cause the + direction or management of such entity, whether by contract or + otherwise, or (ii) ownership of fifty percent (50%) or more of the + outstanding shares, or (iii) beneficial ownership of such entity. + + "You" (or "Your") shall mean an individual or Legal Entity + exercising permissions granted by this License. + + "Source" form shall mean the preferred form for making modifications, + including but not limited to software source code, documentation + source, and configuration files. + + "Object" form shall mean any form resulting from mechanical + transformation or translation of a Source form, including but + not limited to compiled object code, generated documentation, + and conversions to other media types. + + "Work" shall mean the work of authorship, whether in Source or + Object form, made available under the License, as indicated by a + copyright notice that is included in or attached to the work + (an example is provided in the Appendix below). + + "Derivative Works" shall mean any work, whether in Source or Object + form, that is based on (or derived from) the Work and for which the + editorial revisions, annotations, elaborations, or other modifications + represent, as a whole, an original work of authorship. For the purposes + of this License, Derivative Works shall not include works that remain + separable from, or merely link (or bind by name) to the interfaces of, + the Work and Derivative Works thereof. + + "Contribution" shall mean any work of authorship, including + the original version of the Work and any modifications or additions + to that Work or Derivative Works thereof, that is intentionally + submitted to Licensor for inclusion in the Work by the copyright owner + or by an individual or Legal Entity authorized to submit on behalf of + the copyright owner. For the purposes of this definition, "submitted" + means any form of electronic, verbal, or written communication sent + to the Licensor or its representatives, including but not limited to + communication on electronic mailing lists, source code control systems, + and issue tracking systems that are managed by, or on behalf of, the + Licensor for the purpose of discussing and improving the Work, but + excluding communication that is conspicuously marked or otherwise + designated in writing by the copyright owner as "Not a Contribution." + + "Contributor" shall mean Licensor and any individual or Legal Entity + on behalf of whom a Contribution has been received by Licensor and + subsequently incorporated within the Work. + + 2. Grant of Copyright License. Subject to the terms and conditions of + this License, each Contributor hereby grants to You a perpetual, + worldwide, non-exclusive, no-charge, royalty-free, irrevocable + copyright license to reproduce, prepare Derivative Works of, + publicly display, publicly perform, sublicense, and distribute the + Work and such Derivative Works in Source or Object form. + + 3. Grant of Patent License. Subject to the terms and conditions of + this License, each Contributor hereby grants to You a perpetual, + worldwide, non-exclusive, no-charge, royalty-free, irrevocable + (except as stated in this section) patent license to make, have made, + use, offer to sell, sell, import, and otherwise transfer the Work, + where such license applies only to those patent claims licensable + by such Contributor that are necessarily infringed by their + Contribution(s) alone or by combination of their Contribution(s) + with the Work to which such Contribution(s) was submitted. If You + institute patent litigation against any entity (including a + cross-claim or counterclaim in a lawsuit) alleging that the Work + or a Contribution incorporated within the Work constitutes direct + or contributory patent infringement, then any patent licenses + granted to You under this License for that Work shall terminate + as of the date such litigation is filed. + + 4. Redistribution. You may reproduce and distribute copies of the + Work or Derivative Works thereof in any medium, with or without + modifications, and in Source or Object form, provided that You + meet the following conditions: + + (a) You must give any other recipients of the Work or + Derivative Works a copy of this License; and + + (b) You must cause any modified files to carry prominent notices + stating that You changed the files; and + + (c) You must retain, in the Source form of any Derivative Works + that You distribute, all copyright, patent, trademark, and + attribution notices from the Source form of the Work, + excluding those notices that do not pertain to any part of + the Derivative Works; and + + (d) If the Work includes a "NOTICE" text file as part of its + distribution, then any Derivative Works that You distribute must + include a readable copy of the attribution notices contained + within such NOTICE file, excluding those notices that do not + pertain to any part of the Derivative Works, in at least one + of the following places: within a NOTICE text file distributed + as part of the Derivative Works; within the Source form or + documentation, if provided along with the Derivative Works; or, + within a display generated by the Derivative Works, if and + wherever such third-party notices normally appear. The contents + of the NOTICE file are for informational purposes only and + do not modify the License. You may add Your own attribution + notices within Derivative Works that You distribute, alongside + or as an addendum to the NOTICE text from the Work, provided + that such additional attribution notices cannot be construed + as modifying the License. + + You may add Your own copyright statement to Your modifications and + may provide additional or different license terms and conditions + for use, reproduction, or distribution of Your modifications, or + for any such Derivative Works as a whole, provided Your use, + reproduction, and distribution of the Work otherwise complies with + the conditions stated in this License. + + 5. Submission of Contributions. Unless You explicitly state otherwise, + any Contribution intentionally submitted for inclusion in the Work + by You to the Licensor shall be under the terms and conditions of + this License, without any additional terms or conditions. + Notwithstanding the above, nothing herein shall supersede or modify + the terms of any separate license agreement you may have executed + with Licensor regarding such Contributions. + + 6. Trademarks. This License does not grant permission to use the trade + names, trademarks, service marks, or product names of the Licensor, + except as required for reasonable and customary use in describing the + origin of the Work and reproducing the content of the NOTICE file. + + 7. Disclaimer of Warranty. Unless required by applicable law or + agreed to in writing, Licensor provides the Work (and each + Contributor provides its Contributions) on an "AS IS" BASIS, + WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or + implied, including, without limitation, any warranties or conditions + of TITLE, NON-INFRINGEMENT, MERCHANTABILITY, or FITNESS FOR A + PARTICULAR PURPOSE. You are solely responsible for determining the + appropriateness of using or redistributing the Work and assume any + risks associated with Your exercise of permissions under this License. + + 8. Limitation of Liability. In no event and under no legal theory, + whether in tort (including negligence), contract, or otherwise, + unless required by applicable law (such as deliberate and grossly + negligent acts) or agreed to in writing, shall any Contributor be + liable to You for damages, including any direct, indirect, special, + incidental, or consequential damages of any character arising as a + result of this License or out of the use or inability to use the + Work (including but not limited to damages for loss of goodwill, + work stoppage, computer failure or malfunction, or any and all + other commercial damages or losses), even if such Contributor + has been advised of the possibility of such damages. + + 9. Accepting Warranty or Additional Liability. While redistributing + the Work or Derivative Works thereof, You may choose to offer, + and charge a fee for, acceptance of support, warranty, indemnity, + or other liability obligations and/or rights consistent with this + License. However, in accepting such obligations, You may act only + on Your own behalf and on Your sole responsibility, not on behalf + of any other Contributor, and only if You agree to indemnify, + defend, and hold each Contributor harmless for any liability + incurred by, or claims asserted against, such Contributor by reason + of your accepting any such warranty or additional liability. + + END OF TERMS AND CONDITIONS + + APPENDIX: How to apply the Apache License to your work. + + To apply the Apache License to your work, attach the following + boilerplate notice, with the fields enclosed by brackets "[]" + replaced with your own identifying information. (Don't include + the brackets!) The text should be enclosed in the appropriate + comment syntax for the file format. We also recommend that a + file or class name and description of purpose be included on the + same "printed page" as the copyright notice for easier + identification within third-party archives. + + Copyright [yyyy] [name of copyright owner] + + Licensed under the Apache License, Version 2.0 (the "License"); + you may not use this file except in compliance with the License. + You may obtain a copy of the License at + + http://www.apache.org/licenses/LICENSE-2.0 + + Unless required by applicable law or agreed to in writing, software + distributed under the License is distributed on an "AS IS" BASIS, + WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied. + See the License for the specific language governing permissions and + limitations under the License. + + +APACHE POI SUBCOMPONENTS: + +Apache POI includes subcomponents with separate copyright notices and +license terms. Your use of these subcomponents is subject to the terms +and conditions of the following licenses: + + +Office Open XML schemas (ooxml-schemas-1.1.jar) + + The Office Open XML schema definitions used by Apache POI are + a part of the Office Open XML ECMA Specification (ECMA-376, [1]). + As defined in section 9.4 of the ECMA bylaws [2], this specification + is available to all interested parties without restriction: + + 9.4 All documents when approved shall be made available to + all interested parties without restriction. + + Furthermore, both Microsoft and Adobe have granted patent licenses + to this work [3,4,5]. + + [1] http://www.ecma-international.org/publications/standards/Ecma-376.htm + [2] http://www.ecma-international.org/memento/Ecmabylaws.htm + [3] http://www.microsoft.com/openspecifications/en/us/programs/osp/default.aspx + [4] http://www.ecma-international.org/publications/files/ECMA-ST/Ecma%20PATENT/Patent%20statements%20ok/ECMA-376%20Edition%202%20Microsoft%20Patent%20Declaration.pdf + [5] http://www.ecma-international.org/publications/files/ECMA-ST/Ecma%20PATENT/Patent%20statements%20ok/ECMA-376%20Adobe%20Patent%20Declaration.pdf + + +JUnit test library (junit-4.11.jar) + + Common Public License - v 1.0 + + THE ACCOMPANYING PROGRAM IS PROVIDED UNDER THE TERMS OF THIS COMMON + PUBLIC LICENSE ("AGREEMENT"). ANY USE, REPRODUCTION OR DISTRIBUTION + OF THE PROGRAM CONSTITUTES RECIPIENT'S ACCEPTANCE OF THIS AGREEMENT. + + 1. DEFINITIONS + + "Contribution" means: + + a) in the case of the initial Contributor, the initial code and + documentation distributed under this Agreement, and + + b) in the case of each subsequent Contributor: + + i) changes to the Program, and + + ii) additions to the Program; + + where such changes and/or additions to the Program originate from + and are distributed by that particular Contributor. A Contribution + 'originates' from a Contributor if it was added to the Program by + such Contributor itself or anyone acting on such Contributor's behalf. + Contributions do not include additions to the Program which: (i) are + separate modules of software distributed in conjunction with the + Program under their own license agreement, and (ii) are not derivative + works of the Program. + + "Contributor" means any person or entity that distributes the Program. + + "Licensed Patents " mean patent claims licensable by a Contributor which + are necessarily infringed by the use or sale of its Contribution alone + or when combined with the Program. + + "Program" means the Contributions distributed in accordance with this + Agreement. + + "Recipient" means anyone who receives the Program under this Agreement, + including all Contributors. + + 2. GRANT OF RIGHTS + + a) Subject to the terms of this Agreement, each Contributor hereby grants + Recipient a non-exclusive, worldwide, royalty-free copyright license + to reproduce, prepare derivative works of, publicly display, publicly + perform, distribute and sublicense the Contribution of such + Contributor, if any, and such derivative works, in source code and + object code form. + + b) Subject to the terms of this Agreement, each Contributor hereby grants + Recipient a non-exclusive, worldwide, royalty-free patent license under + Licensed Patents to make, use, sell, offer to sell, import and + otherwise transfer the Contribution of such Contributor, if any, in + source code and object code form. This patent license shall apply to + the combination of the Contribution and the Program if, at the time + the Contribution is added by the Contributor, such addition of the + Contribution causes such combination to be covered by the Licensed + Patents. The patent license shall not apply to any other combinations + which include the Contribution. No hardware per se is licensed + hereunder. + + c) Recipient understands that although each Contributor grants the + licenses to its Contributions set forth herein, no assurances are + provided by any Contributor that the Program does not infringe the + patent or other intellectual property rights of any other entity. + Each Contributor disclaims any liability to Recipient for claims + brought by any other entity based on infringement of intellectual + property rights or otherwise. As a condition to exercising the rights + and licenses granted hereunder, each Recipient hereby assumes sole + responsibility to secure any other intellectual property rights + needed, if any. For example, if a third party patent license is + required to allow Recipient to distribute the Program, it is + Recipient's responsibility to acquire that license before + distributing the Program. + + d) Each Contributor represents that to its knowledge it has sufficient + copyright rights in its Contribution, if any, to grant the copyright + license set forth in this Agreement. + + 3. REQUIREMENTS + + A Contributor may choose to distribute the Program in object code form + under its own license agreement, provided that: + + a) it complies with the terms and conditions of this Agreement; and + + b) its license agreement: + + i) effectively disclaims on behalf of all Contributors all warranties + and conditions, express and implied, including warranties or + conditions of title and non-infringement, and implied warranties + or conditions of merchantability and fitness for a particular + purpose; + + ii) effectively excludes on behalf of all Contributors all liability + for damages, including direct, indirect, special, incidental and + consequential damages, such as lost profits; + + iii) states that any provisions which differ from this Agreement are + offered by that Contributor alone and not by any other party; and + + iv) states that source code for the Program is available from such + Contributor, and informs licensees how to obtain it in a + reasonable manner on or through a medium customarily used for + software exchange. + + When the Program is made available in source code form: + + a) it must be made available under this Agreement; and + + b) a copy of this Agreement must be included with each copy of + the Program. + + Contributors may not remove or alter any copyright notices contained + within the Program. + + Each Contributor must identify itself as the originator of its + Contribution, if any, in a manner that reasonably allows subsequent + Recipients to identify the originator of the Contribution. + + 4. COMMERCIAL DISTRIBUTION + + Commercial distributors of software may accept certain responsibilities + with respect to end users, business partners and the like. While this + license is intended to facilitate the commercial use of the Program, + the Contributor who includes the Program in a commercial product offering + should do so in a manner which does not create potential liability for + other Contributors. Therefore, if a Contributor includes the Program + in a commercial product offering, such Contributor ("Commercial + Contributor") hereby agrees to defend and indemnify every other + Contributor ("Indemnified Contributor") against any losses, damages + and costs (collectively "Losses") arising from claims, lawsuits and + other legal actions brought by a third party against the Indemnified + Contributor to the extent caused by the acts or omissions of such + Commercial Contributor in connection with its distribution of the + Program in a commercial product offering. The obligations in this + section do not apply to any claims or Losses relating to any actual + or alleged intellectual property infringement. In order to qualify, + an Indemnified Contributor must: a) promptly notify the Commercial + Contributor in writing of such claim, and b) allow the Commercial + Contributor to control, and cooperate with the Commercial Contributor + in, the defense and any related settlement negotiations. The Indemnified + Contributor may participate in any such claim at its own expense. + + For example, a Contributor might include the Program in a commercial + product offering, Product X. That Contributor is then a Commercial + Contributor. If that Commercial Contributor then makes performance + claims, or offers warranties related to Product X, those performance + claims and warranties are such Commercial Contributor's responsibility + alone. Under this section, the Commercial Contributor would have to + defend claims against the other Contributors related to those + performance claims and warranties, and if a court requires any other + Contributor to pay any damages as a result, the Commercial Contributor + must pay those damages. + + 5. NO WARRANTY + + EXCEPT AS EXPRESSLY SET FORTH IN THIS AGREEMENT, THE PROGRAM IS PROVIDED + ON AN "AS IS" BASIS, WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, EITHER + EXPRESS OR IMPLIED INCLUDING, WITHOUT LIMITATION, ANY WARRANTIES OR + CONDITIONS OF TITLE, NON-INFRINGEMENT, MERCHANTABILITY OR FITNESS FOR + A PARTICULAR PURPOSE. Each Recipient is solely responsible for + determining the appropriateness of using and distributing the Program + and assumes all risks associated with its exercise of rights under this + Agreement, including but not limited to the risks and costs of program + errors, compliance with applicable laws, damage to or loss of data, + programs or equipment, and unavailability or interruption of operations. + + 6. DISCLAIMER OF LIABILITY + + EXCEPT AS EXPRESSLY SET FORTH IN THIS AGREEMENT, NEITHER RECIPIENT NOR + ANY CONTRIBUTORS SHALL HAVE ANY LIABILITY FOR ANY DIRECT, INDIRECT, + INCIDENTAL, SPECIAL, EXEMPLARY, OR CONSEQUENTIAL DAMAGES (INCLUDING + WITHOUT LIMITATION LOST PROFITS), HOWEVER CAUSED AND ON ANY THEORY OF + LIABILITY, WHETHER IN CONTRACT, STRICT LIABILITY, OR TORT (INCLUDING + NEGLIGENCE OR OTHERWISE) ARISING IN ANY WAY OUT OF THE USE OR + DISTRIBUTION OF THE PROGRAM OR THE EXERCISE OF ANY RIGHTS GRANTED + HEREUNDER, EVEN IF ADVISED OF THE POSSIBILITY OF SUCH DAMAGES. + + 7. GENERAL + + If any provision of this Agreement is invalid or unenforceable under + applicable law, it shall not affect the validity or enforceability of + the remainder of the terms of this Agreement, and without further + action by the parties hereto, such provision shall be reformed to the + minimum extent necessary to make such provision valid and enforceable. + + If Recipient institutes patent litigation against a Contributor with + respect to a patent applicable to software (including a cross-claim or + counterclaim in a lawsuit), then any patent licenses granted by that + Contributor to such Recipient under this Agreement shall terminate as of + the date such litigation is filed. In addition, if Recipient institutes + patent litigation against any entity (including a cross-claim or + counterclaim in a lawsuit) alleging that the Program itself (excluding + combinations of the Program with other software or hardware) infringes + such Recipient's patent(s), then such Recipient's rights granted under + Section 2(b) shall terminate as of the date such litigation is filed. + + All Recipient's rights under this Agreement shall terminate if it fails + to comply with any of the material terms or conditions of this Agreement + and does not cure such failure in a reasonable period of time after + becoming aware of such noncompliance. If all Recipient's rights under + this Agreement terminate, Recipient agrees to cease use and distribution + of the Program as soon as reasonably practicable. However, Recipient's + obligations under this Agreement and any licenses granted by Recipient + relating to the Program shall continue and survive. + + Everyone is permitted to copy and distribute copies of this Agreement, + but in order to avoid inconsistency the Agreement is copyrighted and may + only be modified in the following manner. The Agreement Steward reserves + the right to publish new versions (including revisions) of this Agreement + from time to time. No one other than the Agreement Steward has the right + to modify this Agreement. IBM is the initial Agreement Steward. IBM may + assign the responsibility to serve as the Agreement Steward to a suitable + separate entity. Each new version of the Agreement will be given a + distinguishing version number. The Program (including Contributions) may + always be distributed subject to the version of the Agreement under which + it was received. In addition, after a new version of the Agreement is + published, Contributor may elect to distribute the Program (including + its Contributions) under the new version. Except as expressly stated in + Sections 2(a) and 2(b) above, Recipient receives no rights or licenses + to the intellectual property of any Contributor under this Agreement, + whether expressly, by implication, estoppel or otherwise. All rights in + the Program not expressly granted under this Agreement are reserved. + + This Agreement is governed by the laws of the State of New York and the + intellectual property laws of the United States of America. No party to + this Agreement will bring a legal action under this Agreement more than + one year after the cause of action arose. Each party waives its rights + to a jury trial in any resulting litigation. diff --git a/de.dlr.sc.virsat.external.lib.lyo/about_files/NOTICE b/de.dlr.sc.virsat.external.lib.lyo/about_files/NOTICE new file mode 100644 index 0000000000..d721b4e1a5 --- /dev/null +++ b/de.dlr.sc.virsat.external.lib.lyo/about_files/NOTICE @@ -0,0 +1,23 @@ +Apache POI +Copyright 2003-2016 The Apache Software Foundation + +This product includes software developed by +The Apache Software Foundation (http://www.apache.org/). + +This product contains parts that were originally based on software from BEA. +Copyright (c) 2000-2003, BEA Systems, . + +This product contains W3C XML Schema documents. Copyright 2001-2003 (c) +World Wide Web Consortium (Massachusetts Institute of Technology, European +Research Consortium for Informatics and Mathematics, Keio University) + +This product contains the Piccolo XML Parser for Java +(http://piccolo.sourceforge.net/). Copyright 2002 Yuval Oren. + +This product contains the chunks_parse_cmds.tbl file from the vsdump program. +Copyright (C) 2006-2007 Valek Filippov (frob@df.ru) + +This product contains parts of the eID Applet project +(http://eid-applet.googlecode.com). Copyright (c) 2009-2014 +FedICT (federal ICT department of Belgium), e-Contract.be BVBA (https://www.e-contract.be), +Bart Hanssens from FedICT \ No newline at end of file diff --git a/de.dlr.sc.virsat.external.lib.lyo/about_files/THIRD-PARTY.txt b/de.dlr.sc.virsat.external.lib.lyo/about_files/THIRD-PARTY.txt new file mode 100644 index 0000000000..8e539cb37b --- /dev/null +++ b/de.dlr.sc.virsat.external.lib.lyo/about_files/THIRD-PARTY.txt @@ -0,0 +1,66 @@ + +Lists of 64 third-party dependencies. + (Apache 2.0) Jackson-annotations (com.fasterxml.jackson.core:jackson-annotations:2.10.1 - http://github.com/FasterXML/jackson) + (Apache 2.0) Jackson-core (com.fasterxml.jackson.core:jackson-core:2.10.1 - https://github.com/FasterXML/jackson-core) + (Apache 2.0) jackson-databind (com.fasterxml.jackson.core:jackson-databind:2.10.1 - http://github.com/FasterXML/jackson) + (MIT License) dexx (com.github.andrewoma.dexx:collection:0.7 - https://github.com/andrewoma/dexx) + (Revised BSD License) JSONLD Java :: Core (com.github.jsonld-java:jsonld-java:0.12.5 - http://github.com/jsonld-java/jsonld-java/jsonld-java/) + (CDDL 1.0) (GPL2 w/ CPE) JAXB RI (com.sun.xml.bind:jaxb-impl:2.2.1.1 - https://jaxb.dev.java.net/) + (Apache 2.0) Apache Commons CLI (commons-cli:commons-cli:1.4 - http://commons.apache.org/proper/commons-cli/) + (Apache 2.0) Apache Commons Codec (commons-codec:commons-codec:1.11 - http://commons.apache.org/proper/commons-codec/) + (Apache 2.0) Apache Commons IO (commons-io:commons-io:2.6 - http://commons.apache.org/proper/commons-io/) + (Apache 2.0) Apache Commons Logging (commons-logging:commons-logging:1.2 - http://commons.apache.org/proper/commons-logging/) + (The MIT License (MIT)) ClassGraph (io.github.classgraph:classgraph:4.8.102 - https://github.com/classgraph/classgraph) + (EPL 2.0) (GPL2 w/ CPE) javax.ws.rs-api (jakarta.ws.rs:jakarta.ws.rs-api:2.1.2 - https://github.com/eclipse-ee4j/jaxrs-api) + (Common Development and Distribution License (CDDL) v1.0) JavaBeans Activation Framework (JAF) (javax.activation:activation:1.1 - http://java.sun.com/products/javabeans/jaf/index.jsp) + (CDDL + GPLv2 with classpath exception) javax.annotation API (javax.annotation:javax.annotation-api:1.3.2 - http://jcp.org/en/jsr/detail?id=250) + (CDDL + GPLv2 with classpath exception) Java Servlet API (javax.servlet:javax.servlet-api:3.1.0 - http://servlet-spec.java.net) + (EPL 2.0) (GPL2 w/ CPE) javax.ws.rs-api (javax.ws.rs:javax.ws.rs-api:2.1.1 - https://github.com/eclipse-ee4j/jaxrs-api) + (CDDL License) jsr311-api (javax.ws.rs:jsr311-api:1.1.1 - https://jsr311.dev.java.net) + (CDDL 1.0) (GPL2 w/ CPE) JAXB API bundle for GlassFish V3 (javax.xml.bind:jaxb-api:2.2.1 - https://jaxb.dev.java.net/) + (COMMON DEVELOPMENT AND DISTRIBUTION LICENSE (CDDL) Version 1.0) (GNU General Public Library) Streaming API for XML (javax.xml.stream:stax-api:1.0-2 - no url defined) + (Apache 2.0) Apache Log4j (log4j:log4j:1.2.17 - http://logging.apache.org/log4j/1.2/) + (Apache 2.0) OAuth Core (net.oauth.core:oauth:20100527 - http://oauth.net/code/oauth-core-parent/oauth/) + (Apache 2.0) OAuth Core: Consumer (net.oauth.core:oauth-consumer:20100527 - http://oauth.net/code/oauth-core-parent/oauth-consumer/) + (Apache 2.0) OAuth Core: HttpClient4 (net.oauth.core:oauth-httpclient4:20090913 - http://oauth.net/code/oauth-core-parent/oauth-httpclient4/) + (Apache 2.0) Apache Commons Compress (org.apache.commons:commons-compress:1.19 - https://commons.apache.org/proper/commons-compress/) + (Apache 2.0) Apache Commons CSV (org.apache.commons:commons-csv:1.7 - http://commons.apache.org/proper/commons-csv/) + (Apache 2.0) Apache Commons Lang (org.apache.commons:commons-lang3:3.11 - https://commons.apache.org/proper/commons-lang/) + (Apache 2.0) Annotation 1.1 (org.apache.geronimo.specs:geronimo-annotation_1.1_spec:1.0 - http://geronimo.apache.org/maven/specs/geronimo-annotation_1.1_spec/1.0) + (Apache 2.0) Apache Geronimo JAX-RS 1.1 API (org.apache.geronimo.specs:geronimo-jaxrs_1.1_spec:1.0 - http://geronimo.apache.org/maven/specs/geronimo-jaxrs_1.1_spec/1.0) + (Apache 2.0) Apache HttpClient (org.apache.httpcomponents:httpclient:4.5.13 - http://hc.apache.org/httpcomponents-client) + (Apache 2.0) Apache HttpClient Cache (org.apache.httpcomponents:httpclient-cache:4.5.10 - http://hc.apache.org/httpcomponents-client) + (Apache 2.0) Apache HttpCore (org.apache.httpcomponents:httpcore:4.4.1 - http://hc.apache.org/httpcomponents-core-ga) + (Apache 2.0) Apache Jena - Libraries POM (org.apache.jena:apache-jena-libs:3.14.0 - https://jena.apache.org/apache-jena-libs/) + (Apache 2.0) Apache Jena - ARQ (SPARQL 1.1 Query Engine) (org.apache.jena:jena-arq:3.14.0 - https://jena.apache.org/jena-arq/) + (Apache 2.0) Apache Jena - Base Common Environment (org.apache.jena:jena-base:3.14.0 - https://jena.apache.org/jena-base/) + (Apache 2.0) Apache Jena - Core (org.apache.jena:jena-core:3.14.0 - https://jena.apache.org/jena-core/) + (Apache 2.0) Apache Jena - DBOE Base (org.apache.jena:jena-dboe-base:3.14.0 - https://jena.apache.org/jena-dboe-base/) + (Apache 2.0) Apache Jena - DBOE Indexes (org.apache.jena:jena-dboe-index:3.14.0 - https://jena.apache.org/jena-dboe-index/) + (Apache 2.0) Apache Jena - DBOE Storage (org.apache.jena:jena-dboe-storage:3.14.0 - https://jena.apache.org/jena-dboe-storage/) + (Apache 2.0) Apache Jena - DBOE Transactional Datastructures (org.apache.jena:jena-dboe-trans-data:3.14.0 - https://jena.apache.org/jena-dboe-trans-data/) + (Apache 2.0) Apache Jena - DBOE Transactions (org.apache.jena:jena-dboe-transaction:3.14.0 - https://jena.apache.org/jena-dboe-transaction/) + (Apache 2.0) Apache Jena - IRI (org.apache.jena:jena-iri:3.14.0 - https://jena.apache.org/jena-iri/) + (Apache 2.0 License) Apache Jena - RDF Connection (org.apache.jena:jena-rdfconnection:3.14.0 - https://jena.apache.org/jena-rdfconnection/) + (Apache 2.0) Apache Jena - SHACL (org.apache.jena:jena-shacl:3.14.0 - https://jena.apache.org/jena-shacl/) + (Apache 2.0) Apache Jena - Shadowed external libraries (org.apache.jena:jena-shaded-guava:3.14.0 - https://jena.apache.org/jena-shaded-guava/) + (Apache 2.0) Apache Jena - TDB1 (Native Triple Store) (org.apache.jena:jena-tdb:3.14.0 - https://jena.apache.org/jena-tdb/) + (Apache 2.0) Apache Jena - TDB2 (org.apache.jena:jena-tdb2:3.14.0 - https://jena.apache.org/jena-tdb2/) + (Apache 2.0) Apache Thrift (org.apache.thrift:libthrift:0.13.0 - http://thrift.apache.org) + (Apache 2.0) Apache Wink Client (org.apache.wink:wink-client:1.4 - http://www.apache.org/wink/wink-client/) + (Apache 2.0) Apache Wink Client :: Apache Http Client (org.apache.wink:wink-client-apache-httpclient:1.4 - http://www.apache.org/wink/wink-client-apache-httpclient/) + (Apache 2.0) Apache Wink Common (org.apache.wink:wink-common:1.4 - http://www.apache.org/wink/wink-common/) + (Apache 2.0) Apache Wink :: JSON4J (org.apache.wink:wink-json4j:1.2.1-incubating - http://www.apache.org/wink/wink-json4j/) + (EPL 2.0) (Eclipse Distribution License 1.0) Lyo :: Domains (org.eclipse.lyo:oslc-domains:4.0.0 - https://eclipse.org/lyo/domains/oslc-domains) + (EPL 2.0) (Eclipse Distribution License 1.0) Lyo :: Client :: OSLC JAX-RS 2.0 (new) (org.eclipse.lyo.clients:oslc-client:4.0.0 - https://eclipse.org/lyo/clients-parent/oslc-client) + (EPL 2.0) (Eclipse Distribution License 1.0) Lyo :: Client :: Base (org.eclipse.lyo.clients:oslc-client-base:4.0.0 - https://eclipse.org/lyo/clients-parent/oslc-client-base) + (EPL 2.0) (Eclipse Distribution License 1.0) Lyo :: Client :: OSLC Wink (legacy) (org.eclipse.lyo.clients:oslc-java-client:4.0.0 - https://eclipse.org/lyo/clients-parent/oslc-java-client) + (EPL 2.0) (Eclipse Distribution License 1.0) Lyo :: Client :: Resources (legacy) (org.eclipse.lyo.clients:oslc-java-client-resources:4.0.0 - https://eclipse.org/lyo/clients-parent/oslc-java-client-resources) + (EPL 2.0) (Eclipse Distribution License 1.0) Lyo :: Core :: OSLC (org.eclipse.lyo.oslc4j.core:oslc4j-core:4.0.0 - https://eclipse.org/lyo/core/oslc4j-core) + (EPL 2.0) (Eclipse Distribution License 1.0) Lyo :: Core :: Jena Provider (org.eclipse.lyo.oslc4j.core:oslc4j-jena-provider:4.0.0 - https://eclipse.org/lyo/core/oslc4j-jena-provider) + (EPL 2.0) (Eclipse Distribution License 1.0) Lyo :: Core :: JSON4J Provider (legacy) (org.eclipse.lyo.oslc4j.core:oslc4j-json4j-provider:4.0.0 - https://eclipse.org/lyo/core/oslc4j-json4j-provider) + (MIT License) JCL 1.2 implemented over SLF4J (org.slf4j:jcl-over-slf4j:1.7.26 - http://www.slf4j.org) + (MIT License) SLF4J API Module (org.slf4j:slf4j-api:1.7.5 - http://www.slf4j.org) + (MIT License) SLF4J LOG4J-12 Binding (org.slf4j:slf4j-log4j12:1.7.5 - http://www.slf4j.org) + (Apache 2.0) Xerces2-j (xerces:xercesImpl:2.12.0 - https://xerces.apache.org/xerces2-j/) + (Apache 2.0) XML Commons External Components XML APIs (xml-apis:xml-apis:1.3.04 - http://xml.apache.org/commons/components/external/) diff --git a/de.dlr.sc.virsat.external.lib.lyo/build.properties b/de.dlr.sc.virsat.external.lib.lyo/build.properties new file mode 100644 index 0000000000..e01395f011 --- /dev/null +++ b/de.dlr.sc.virsat.external.lib.lyo/build.properties @@ -0,0 +1,71 @@ +source.. = src/ +output.. = target/classes/ +bin.includes = META-INF/,\ + about.html,\ + about_files/,\ + externalLib/,\ + pom.xml,\ + externalLib/maven/activation.jar,\ + externalLib/maven/classgraph.jar,\ + externalLib/maven/collection.jar,\ + externalLib/maven/commons-cli.jar,\ + externalLib/maven/commons-codec.jar,\ + externalLib/maven/commons-compress.jar,\ + externalLib/maven/commons-csv.jar,\ + externalLib/maven/commons-io.jar,\ + externalLib/maven/commons-lang3.jar,\ + externalLib/maven/commons-logging.jar,\ + externalLib/maven/geronimo-annotation_1.1_spec.jar,\ + externalLib/maven/geronimo-jaxrs_1.1_spec.jar,\ + externalLib/maven/httpclient.jar,\ + externalLib/maven/httpclient-cache.jar,\ + externalLib/maven/httpcore.jar,\ + externalLib/maven/jackson-annotations.jar,\ + externalLib/maven/jackson-core.jar,\ + externalLib/maven/jackson-databind.jar,\ + externalLib/maven/jakarta.ws.rs-api.jar,\ + externalLib/maven/javax.annotation-api.jar,\ + externalLib/maven/javax.servlet-api.jar,\ + externalLib/maven/javax.ws.rs-api.jar,\ + externalLib/maven/jaxb-api.jar,\ + externalLib/maven/jaxb-impl.jar,\ + externalLib/maven/jcl-over-slf4j.jar,\ + externalLib/maven/jena-arq.jar,\ + externalLib/maven/jena-base.jar,\ + externalLib/maven/jena-core.jar,\ + externalLib/maven/jena-dboe-base.jar,\ + externalLib/maven/jena-dboe-index.jar,\ + externalLib/maven/jena-dboe-storage.jar,\ + externalLib/maven/jena-dboe-transaction.jar,\ + externalLib/maven/jena-dboe-trans-data.jar,\ + externalLib/maven/jena-iri.jar,\ + externalLib/maven/jena-rdfconnection.jar,\ + externalLib/maven/jena-shacl.jar,\ + externalLib/maven/jena-shaded-guava.jar,\ + externalLib/maven/jena-tdb.jar,\ + externalLib/maven/jena-tdb2.jar,\ + externalLib/maven/jsonld-java.jar,\ + externalLib/maven/jsr311-api.jar,\ + externalLib/maven/libthrift.jar,\ + externalLib/maven/log4j.jar,\ + externalLib/maven/oauth.jar,\ + externalLib/maven/oauth-consumer.jar,\ + externalLib/maven/oauth-httpclient4.jar,\ + externalLib/maven/oslc4j-core.jar,\ + externalLib/maven/oslc4j-jena-provider.jar,\ + externalLib/maven/oslc4j-json4j-provider.jar,\ + externalLib/maven/oslc-client.jar,\ + externalLib/maven/oslc-client-base.jar,\ + externalLib/maven/oslc-domains.jar,\ + externalLib/maven/oslc-java-client.jar,\ + externalLib/maven/oslc-java-client-resources.jar,\ + externalLib/maven/slf4j-api.jar,\ + externalLib/maven/slf4j-log4j12.jar,\ + externalLib/maven/stax-api.jar,\ + externalLib/maven/wink-client.jar,\ + externalLib/maven/wink-client-apache-httpclient.jar,\ + externalLib/maven/wink-common.jar,\ + externalLib/maven/wink-json4j.jar,\ + externalLib/maven/xercesImpl.jar,\ + externalLib/maven/xml-apis.jar + \ No newline at end of file diff --git a/de.dlr.sc.virsat.external.lib.lyo/externalLib/maven/activation.jar b/de.dlr.sc.virsat.external.lib.lyo/externalLib/maven/activation.jar new file mode 100644 index 0000000000..53f82a1c4c Binary files /dev/null and b/de.dlr.sc.virsat.external.lib.lyo/externalLib/maven/activation.jar differ diff --git a/de.dlr.sc.virsat.external.lib.lyo/externalLib/maven/apache-jena-libs.pom b/de.dlr.sc.virsat.external.lib.lyo/externalLib/maven/apache-jena-libs.pom new file mode 100644 index 0000000000..f148030baf --- /dev/null +++ b/de.dlr.sc.virsat.external.lib.lyo/externalLib/maven/apache-jena-libs.pom @@ -0,0 +1,67 @@ + + + + + + 4.0.0 + + apache-jena-libs + pom + Apache Jena - Libraries POM + 3.14.0 + + + org.apache.jena + jena + 3.14.0 + .. + + + + A POM artifact that references all the standard Jena Libraries with a single dependency. + + + + + + org.apache.jena + jena-shacl + 3.14.0 + + + + org.apache.jena + jena-tdb + 3.14.0 + + + + org.apache.jena + jena-tdb2 + 3.14.0 + + + + org.apache.jena + jena-rdfconnection + 3.14.0 + + + + + diff --git a/de.dlr.sc.virsat.external.lib.lyo/externalLib/maven/classgraph.jar b/de.dlr.sc.virsat.external.lib.lyo/externalLib/maven/classgraph.jar new file mode 100644 index 0000000000..0e1a0dfc17 Binary files /dev/null and b/de.dlr.sc.virsat.external.lib.lyo/externalLib/maven/classgraph.jar differ diff --git a/de.dlr.sc.virsat.external.lib.lyo/externalLib/maven/collection.jar b/de.dlr.sc.virsat.external.lib.lyo/externalLib/maven/collection.jar new file mode 100644 index 0000000000..aa5de6b95f Binary files /dev/null and b/de.dlr.sc.virsat.external.lib.lyo/externalLib/maven/collection.jar differ diff --git a/de.dlr.sc.virsat.external.lib.lyo/externalLib/maven/commons-cli.jar b/de.dlr.sc.virsat.external.lib.lyo/externalLib/maven/commons-cli.jar new file mode 100644 index 0000000000..22deb3089e Binary files /dev/null and b/de.dlr.sc.virsat.external.lib.lyo/externalLib/maven/commons-cli.jar differ diff --git a/de.dlr.sc.virsat.external.lib.lyo/externalLib/maven/commons-codec.jar b/de.dlr.sc.virsat.external.lib.lyo/externalLib/maven/commons-codec.jar new file mode 100644 index 0000000000..22451206dd Binary files /dev/null and b/de.dlr.sc.virsat.external.lib.lyo/externalLib/maven/commons-codec.jar differ diff --git a/de.dlr.sc.virsat.external.lib.lyo/externalLib/maven/commons-compress.jar b/de.dlr.sc.virsat.external.lib.lyo/externalLib/maven/commons-compress.jar new file mode 100644 index 0000000000..5c9f52a290 Binary files /dev/null and b/de.dlr.sc.virsat.external.lib.lyo/externalLib/maven/commons-compress.jar differ diff --git a/de.dlr.sc.virsat.external.lib.lyo/externalLib/maven/commons-csv.jar b/de.dlr.sc.virsat.external.lib.lyo/externalLib/maven/commons-csv.jar new file mode 100644 index 0000000000..e27c527405 Binary files /dev/null and b/de.dlr.sc.virsat.external.lib.lyo/externalLib/maven/commons-csv.jar differ diff --git a/de.dlr.sc.virsat.external.lib.lyo/externalLib/maven/commons-io.jar b/de.dlr.sc.virsat.external.lib.lyo/externalLib/maven/commons-io.jar new file mode 100644 index 0000000000..00556b119d Binary files /dev/null and b/de.dlr.sc.virsat.external.lib.lyo/externalLib/maven/commons-io.jar differ diff --git a/de.dlr.sc.virsat.external.lib.lyo/externalLib/maven/commons-lang3.jar b/de.dlr.sc.virsat.external.lib.lyo/externalLib/maven/commons-lang3.jar new file mode 100644 index 0000000000..bbaa8a61c8 Binary files /dev/null and b/de.dlr.sc.virsat.external.lib.lyo/externalLib/maven/commons-lang3.jar differ diff --git a/de.dlr.sc.virsat.external.lib.lyo/externalLib/maven/commons-logging.jar b/de.dlr.sc.virsat.external.lib.lyo/externalLib/maven/commons-logging.jar new file mode 100644 index 0000000000..93a3b9f6db Binary files /dev/null and b/de.dlr.sc.virsat.external.lib.lyo/externalLib/maven/commons-logging.jar differ diff --git a/de.dlr.sc.virsat.external.lib.lyo/externalLib/maven/geronimo-annotation_1.1_spec.jar b/de.dlr.sc.virsat.external.lib.lyo/externalLib/maven/geronimo-annotation_1.1_spec.jar new file mode 100644 index 0000000000..b1bb5a0c4e Binary files /dev/null and b/de.dlr.sc.virsat.external.lib.lyo/externalLib/maven/geronimo-annotation_1.1_spec.jar differ diff --git a/de.dlr.sc.virsat.external.lib.lyo/externalLib/maven/geronimo-jaxrs_1.1_spec.jar b/de.dlr.sc.virsat.external.lib.lyo/externalLib/maven/geronimo-jaxrs_1.1_spec.jar new file mode 100644 index 0000000000..89c5649c72 Binary files /dev/null and b/de.dlr.sc.virsat.external.lib.lyo/externalLib/maven/geronimo-jaxrs_1.1_spec.jar differ diff --git a/de.dlr.sc.virsat.external.lib.lyo/externalLib/maven/httpclient-cache.jar b/de.dlr.sc.virsat.external.lib.lyo/externalLib/maven/httpclient-cache.jar new file mode 100644 index 0000000000..2fdb8fcb55 Binary files /dev/null and b/de.dlr.sc.virsat.external.lib.lyo/externalLib/maven/httpclient-cache.jar differ diff --git a/de.dlr.sc.virsat.external.lib.lyo/externalLib/maven/httpclient.jar b/de.dlr.sc.virsat.external.lib.lyo/externalLib/maven/httpclient.jar new file mode 100644 index 0000000000..218ee25f2b Binary files /dev/null and b/de.dlr.sc.virsat.external.lib.lyo/externalLib/maven/httpclient.jar differ diff --git a/de.dlr.sc.virsat.external.lib.lyo/externalLib/maven/httpcore.jar b/de.dlr.sc.virsat.external.lib.lyo/externalLib/maven/httpcore.jar new file mode 100644 index 0000000000..99715b6a9f Binary files /dev/null and b/de.dlr.sc.virsat.external.lib.lyo/externalLib/maven/httpcore.jar differ diff --git a/de.dlr.sc.virsat.external.lib.lyo/externalLib/maven/jackson-annotations.jar b/de.dlr.sc.virsat.external.lib.lyo/externalLib/maven/jackson-annotations.jar new file mode 100644 index 0000000000..a10399ce3e Binary files /dev/null and b/de.dlr.sc.virsat.external.lib.lyo/externalLib/maven/jackson-annotations.jar differ diff --git a/de.dlr.sc.virsat.external.lib.lyo/externalLib/maven/jackson-core.jar b/de.dlr.sc.virsat.external.lib.lyo/externalLib/maven/jackson-core.jar new file mode 100644 index 0000000000..1640a4e08f Binary files /dev/null and b/de.dlr.sc.virsat.external.lib.lyo/externalLib/maven/jackson-core.jar differ diff --git a/de.dlr.sc.virsat.external.lib.lyo/externalLib/maven/jackson-databind.jar b/de.dlr.sc.virsat.external.lib.lyo/externalLib/maven/jackson-databind.jar new file mode 100644 index 0000000000..abe3748dbd Binary files /dev/null and b/de.dlr.sc.virsat.external.lib.lyo/externalLib/maven/jackson-databind.jar differ diff --git a/de.dlr.sc.virsat.external.lib.lyo/externalLib/maven/jakarta.ws.rs-api.jar b/de.dlr.sc.virsat.external.lib.lyo/externalLib/maven/jakarta.ws.rs-api.jar new file mode 100644 index 0000000000..1c9b7e5b71 Binary files /dev/null and b/de.dlr.sc.virsat.external.lib.lyo/externalLib/maven/jakarta.ws.rs-api.jar differ diff --git a/de.dlr.sc.virsat.external.lib.lyo/externalLib/maven/javax.annotation-api.jar b/de.dlr.sc.virsat.external.lib.lyo/externalLib/maven/javax.annotation-api.jar new file mode 100644 index 0000000000..a8a470a71a Binary files /dev/null and b/de.dlr.sc.virsat.external.lib.lyo/externalLib/maven/javax.annotation-api.jar differ diff --git a/de.dlr.sc.virsat.external.lib.lyo/externalLib/maven/javax.servlet-api.jar b/de.dlr.sc.virsat.external.lib.lyo/externalLib/maven/javax.servlet-api.jar new file mode 100644 index 0000000000..6b14c3d267 Binary files /dev/null and b/de.dlr.sc.virsat.external.lib.lyo/externalLib/maven/javax.servlet-api.jar differ diff --git a/de.dlr.sc.virsat.external.lib.lyo/externalLib/maven/javax.ws.rs-api.jar b/de.dlr.sc.virsat.external.lib.lyo/externalLib/maven/javax.ws.rs-api.jar new file mode 100644 index 0000000000..3eabbf0874 Binary files /dev/null and b/de.dlr.sc.virsat.external.lib.lyo/externalLib/maven/javax.ws.rs-api.jar differ diff --git a/de.dlr.sc.virsat.external.lib.lyo/externalLib/maven/jaxb-api.jar b/de.dlr.sc.virsat.external.lib.lyo/externalLib/maven/jaxb-api.jar new file mode 100644 index 0000000000..3480c41ea4 Binary files /dev/null and b/de.dlr.sc.virsat.external.lib.lyo/externalLib/maven/jaxb-api.jar differ diff --git a/de.dlr.sc.virsat.external.lib.lyo/externalLib/maven/jaxb-impl.jar b/de.dlr.sc.virsat.external.lib.lyo/externalLib/maven/jaxb-impl.jar new file mode 100644 index 0000000000..5dad6803ab Binary files /dev/null and b/de.dlr.sc.virsat.external.lib.lyo/externalLib/maven/jaxb-impl.jar differ diff --git a/de.dlr.sc.virsat.external.lib.lyo/externalLib/maven/jcl-over-slf4j.jar b/de.dlr.sc.virsat.external.lib.lyo/externalLib/maven/jcl-over-slf4j.jar new file mode 100644 index 0000000000..b060a0db4b Binary files /dev/null and b/de.dlr.sc.virsat.external.lib.lyo/externalLib/maven/jcl-over-slf4j.jar differ diff --git a/de.dlr.sc.virsat.external.lib.lyo/externalLib/maven/jena-arq.jar b/de.dlr.sc.virsat.external.lib.lyo/externalLib/maven/jena-arq.jar new file mode 100644 index 0000000000..f11476a7ce Binary files /dev/null and b/de.dlr.sc.virsat.external.lib.lyo/externalLib/maven/jena-arq.jar differ diff --git a/de.dlr.sc.virsat.external.lib.lyo/externalLib/maven/jena-base.jar b/de.dlr.sc.virsat.external.lib.lyo/externalLib/maven/jena-base.jar new file mode 100644 index 0000000000..73afd022d7 Binary files /dev/null and b/de.dlr.sc.virsat.external.lib.lyo/externalLib/maven/jena-base.jar differ diff --git a/de.dlr.sc.virsat.external.lib.lyo/externalLib/maven/jena-core.jar b/de.dlr.sc.virsat.external.lib.lyo/externalLib/maven/jena-core.jar new file mode 100644 index 0000000000..d68a98fdfc Binary files /dev/null and b/de.dlr.sc.virsat.external.lib.lyo/externalLib/maven/jena-core.jar differ diff --git a/de.dlr.sc.virsat.external.lib.lyo/externalLib/maven/jena-dboe-base.jar b/de.dlr.sc.virsat.external.lib.lyo/externalLib/maven/jena-dboe-base.jar new file mode 100644 index 0000000000..b750770087 Binary files /dev/null and b/de.dlr.sc.virsat.external.lib.lyo/externalLib/maven/jena-dboe-base.jar differ diff --git a/de.dlr.sc.virsat.external.lib.lyo/externalLib/maven/jena-dboe-index.jar b/de.dlr.sc.virsat.external.lib.lyo/externalLib/maven/jena-dboe-index.jar new file mode 100644 index 0000000000..119ee9ed17 Binary files /dev/null and b/de.dlr.sc.virsat.external.lib.lyo/externalLib/maven/jena-dboe-index.jar differ diff --git a/de.dlr.sc.virsat.external.lib.lyo/externalLib/maven/jena-dboe-storage.jar b/de.dlr.sc.virsat.external.lib.lyo/externalLib/maven/jena-dboe-storage.jar new file mode 100644 index 0000000000..27a414e731 Binary files /dev/null and b/de.dlr.sc.virsat.external.lib.lyo/externalLib/maven/jena-dboe-storage.jar differ diff --git a/de.dlr.sc.virsat.external.lib.lyo/externalLib/maven/jena-dboe-trans-data.jar b/de.dlr.sc.virsat.external.lib.lyo/externalLib/maven/jena-dboe-trans-data.jar new file mode 100644 index 0000000000..7cead6f55b Binary files /dev/null and b/de.dlr.sc.virsat.external.lib.lyo/externalLib/maven/jena-dboe-trans-data.jar differ diff --git a/de.dlr.sc.virsat.external.lib.lyo/externalLib/maven/jena-dboe-transaction.jar b/de.dlr.sc.virsat.external.lib.lyo/externalLib/maven/jena-dboe-transaction.jar new file mode 100644 index 0000000000..a801b962c7 Binary files /dev/null and b/de.dlr.sc.virsat.external.lib.lyo/externalLib/maven/jena-dboe-transaction.jar differ diff --git a/de.dlr.sc.virsat.external.lib.lyo/externalLib/maven/jena-iri.jar b/de.dlr.sc.virsat.external.lib.lyo/externalLib/maven/jena-iri.jar new file mode 100644 index 0000000000..1613b7e8dc Binary files /dev/null and b/de.dlr.sc.virsat.external.lib.lyo/externalLib/maven/jena-iri.jar differ diff --git a/de.dlr.sc.virsat.external.lib.lyo/externalLib/maven/jena-rdfconnection.jar b/de.dlr.sc.virsat.external.lib.lyo/externalLib/maven/jena-rdfconnection.jar new file mode 100644 index 0000000000..65617f6e29 Binary files /dev/null and b/de.dlr.sc.virsat.external.lib.lyo/externalLib/maven/jena-rdfconnection.jar differ diff --git a/de.dlr.sc.virsat.external.lib.lyo/externalLib/maven/jena-shacl.jar b/de.dlr.sc.virsat.external.lib.lyo/externalLib/maven/jena-shacl.jar new file mode 100644 index 0000000000..538e495b0b Binary files /dev/null and b/de.dlr.sc.virsat.external.lib.lyo/externalLib/maven/jena-shacl.jar differ diff --git a/de.dlr.sc.virsat.external.lib.lyo/externalLib/maven/jena-shaded-guava.jar b/de.dlr.sc.virsat.external.lib.lyo/externalLib/maven/jena-shaded-guava.jar new file mode 100644 index 0000000000..351dd47a99 Binary files /dev/null and b/de.dlr.sc.virsat.external.lib.lyo/externalLib/maven/jena-shaded-guava.jar differ diff --git a/de.dlr.sc.virsat.external.lib.lyo/externalLib/maven/jena-tdb.jar b/de.dlr.sc.virsat.external.lib.lyo/externalLib/maven/jena-tdb.jar new file mode 100644 index 0000000000..3eaac47e89 Binary files /dev/null and b/de.dlr.sc.virsat.external.lib.lyo/externalLib/maven/jena-tdb.jar differ diff --git a/de.dlr.sc.virsat.external.lib.lyo/externalLib/maven/jena-tdb2.jar b/de.dlr.sc.virsat.external.lib.lyo/externalLib/maven/jena-tdb2.jar new file mode 100644 index 0000000000..9cb2e0a2b8 Binary files /dev/null and b/de.dlr.sc.virsat.external.lib.lyo/externalLib/maven/jena-tdb2.jar differ diff --git a/de.dlr.sc.virsat.external.lib.lyo/externalLib/maven/jsonld-java.jar b/de.dlr.sc.virsat.external.lib.lyo/externalLib/maven/jsonld-java.jar new file mode 100644 index 0000000000..3c57c0b98f Binary files /dev/null and b/de.dlr.sc.virsat.external.lib.lyo/externalLib/maven/jsonld-java.jar differ diff --git a/de.dlr.sc.virsat.external.lib.lyo/externalLib/maven/jsr311-api.jar b/de.dlr.sc.virsat.external.lib.lyo/externalLib/maven/jsr311-api.jar new file mode 100644 index 0000000000..ec8bc81854 Binary files /dev/null and b/de.dlr.sc.virsat.external.lib.lyo/externalLib/maven/jsr311-api.jar differ diff --git a/de.dlr.sc.virsat.external.lib.lyo/externalLib/maven/libthrift.jar b/de.dlr.sc.virsat.external.lib.lyo/externalLib/maven/libthrift.jar new file mode 100644 index 0000000000..18a1e95b34 Binary files /dev/null and b/de.dlr.sc.virsat.external.lib.lyo/externalLib/maven/libthrift.jar differ diff --git a/de.dlr.sc.virsat.external.lib.lyo/externalLib/maven/log4j.jar b/de.dlr.sc.virsat.external.lib.lyo/externalLib/maven/log4j.jar new file mode 100644 index 0000000000..1d425cf7d7 Binary files /dev/null and b/de.dlr.sc.virsat.external.lib.lyo/externalLib/maven/log4j.jar differ diff --git a/de.dlr.sc.virsat.external.lib.lyo/externalLib/maven/oauth-consumer.jar b/de.dlr.sc.virsat.external.lib.lyo/externalLib/maven/oauth-consumer.jar new file mode 100644 index 0000000000..7e68700dc6 Binary files /dev/null and b/de.dlr.sc.virsat.external.lib.lyo/externalLib/maven/oauth-consumer.jar differ diff --git a/de.dlr.sc.virsat.external.lib.lyo/externalLib/maven/oauth-httpclient4.jar b/de.dlr.sc.virsat.external.lib.lyo/externalLib/maven/oauth-httpclient4.jar new file mode 100644 index 0000000000..8baa5c25ec Binary files /dev/null and b/de.dlr.sc.virsat.external.lib.lyo/externalLib/maven/oauth-httpclient4.jar differ diff --git a/de.dlr.sc.virsat.external.lib.lyo/externalLib/maven/oauth.jar b/de.dlr.sc.virsat.external.lib.lyo/externalLib/maven/oauth.jar new file mode 100644 index 0000000000..e65795379f Binary files /dev/null and b/de.dlr.sc.virsat.external.lib.lyo/externalLib/maven/oauth.jar differ diff --git a/de.dlr.sc.virsat.external.lib.lyo/externalLib/maven/oslc-client-base.jar b/de.dlr.sc.virsat.external.lib.lyo/externalLib/maven/oslc-client-base.jar new file mode 100644 index 0000000000..242093c2c9 Binary files /dev/null and b/de.dlr.sc.virsat.external.lib.lyo/externalLib/maven/oslc-client-base.jar differ diff --git a/de.dlr.sc.virsat.external.lib.lyo/externalLib/maven/oslc-client.jar b/de.dlr.sc.virsat.external.lib.lyo/externalLib/maven/oslc-client.jar new file mode 100644 index 0000000000..d129ab0691 Binary files /dev/null and b/de.dlr.sc.virsat.external.lib.lyo/externalLib/maven/oslc-client.jar differ diff --git a/de.dlr.sc.virsat.external.lib.lyo/externalLib/maven/oslc-domains.jar b/de.dlr.sc.virsat.external.lib.lyo/externalLib/maven/oslc-domains.jar new file mode 100644 index 0000000000..27401dec05 Binary files /dev/null and b/de.dlr.sc.virsat.external.lib.lyo/externalLib/maven/oslc-domains.jar differ diff --git a/de.dlr.sc.virsat.external.lib.lyo/externalLib/maven/oslc-java-client-resources.jar b/de.dlr.sc.virsat.external.lib.lyo/externalLib/maven/oslc-java-client-resources.jar new file mode 100644 index 0000000000..1539686b95 Binary files /dev/null and b/de.dlr.sc.virsat.external.lib.lyo/externalLib/maven/oslc-java-client-resources.jar differ diff --git a/de.dlr.sc.virsat.external.lib.lyo/externalLib/maven/oslc-java-client.jar b/de.dlr.sc.virsat.external.lib.lyo/externalLib/maven/oslc-java-client.jar new file mode 100644 index 0000000000..7b55eb336e Binary files /dev/null and b/de.dlr.sc.virsat.external.lib.lyo/externalLib/maven/oslc-java-client.jar differ diff --git a/de.dlr.sc.virsat.external.lib.lyo/externalLib/maven/oslc4j-core.jar b/de.dlr.sc.virsat.external.lib.lyo/externalLib/maven/oslc4j-core.jar new file mode 100644 index 0000000000..d242892d4f Binary files /dev/null and b/de.dlr.sc.virsat.external.lib.lyo/externalLib/maven/oslc4j-core.jar differ diff --git a/de.dlr.sc.virsat.external.lib.lyo/externalLib/maven/oslc4j-jena-provider.jar b/de.dlr.sc.virsat.external.lib.lyo/externalLib/maven/oslc4j-jena-provider.jar new file mode 100644 index 0000000000..db7fe3bfef Binary files /dev/null and b/de.dlr.sc.virsat.external.lib.lyo/externalLib/maven/oslc4j-jena-provider.jar differ diff --git a/de.dlr.sc.virsat.external.lib.lyo/externalLib/maven/oslc4j-json4j-provider.jar b/de.dlr.sc.virsat.external.lib.lyo/externalLib/maven/oslc4j-json4j-provider.jar new file mode 100644 index 0000000000..6da13e63ec Binary files /dev/null and b/de.dlr.sc.virsat.external.lib.lyo/externalLib/maven/oslc4j-json4j-provider.jar differ diff --git a/de.dlr.sc.virsat.external.lib.lyo/externalLib/maven/slf4j-api.jar b/de.dlr.sc.virsat.external.lib.lyo/externalLib/maven/slf4j-api.jar new file mode 100644 index 0000000000..8f004d3906 Binary files /dev/null and b/de.dlr.sc.virsat.external.lib.lyo/externalLib/maven/slf4j-api.jar differ diff --git a/de.dlr.sc.virsat.external.lib.lyo/externalLib/maven/slf4j-log4j12.jar b/de.dlr.sc.virsat.external.lib.lyo/externalLib/maven/slf4j-log4j12.jar new file mode 100644 index 0000000000..f5298b5e9d Binary files /dev/null and b/de.dlr.sc.virsat.external.lib.lyo/externalLib/maven/slf4j-log4j12.jar differ diff --git a/de.dlr.sc.virsat.external.lib.lyo/externalLib/maven/stax-api.jar b/de.dlr.sc.virsat.external.lib.lyo/externalLib/maven/stax-api.jar new file mode 100644 index 0000000000..015169dc71 Binary files /dev/null and b/de.dlr.sc.virsat.external.lib.lyo/externalLib/maven/stax-api.jar differ diff --git a/de.dlr.sc.virsat.external.lib.lyo/externalLib/maven/wink-client-apache-httpclient.jar b/de.dlr.sc.virsat.external.lib.lyo/externalLib/maven/wink-client-apache-httpclient.jar new file mode 100644 index 0000000000..10ffc0c814 Binary files /dev/null and b/de.dlr.sc.virsat.external.lib.lyo/externalLib/maven/wink-client-apache-httpclient.jar differ diff --git a/de.dlr.sc.virsat.external.lib.lyo/externalLib/maven/wink-client.jar b/de.dlr.sc.virsat.external.lib.lyo/externalLib/maven/wink-client.jar new file mode 100644 index 0000000000..4df9dec87e Binary files /dev/null and b/de.dlr.sc.virsat.external.lib.lyo/externalLib/maven/wink-client.jar differ diff --git a/de.dlr.sc.virsat.external.lib.lyo/externalLib/maven/wink-common.jar b/de.dlr.sc.virsat.external.lib.lyo/externalLib/maven/wink-common.jar new file mode 100644 index 0000000000..d4c12dae64 Binary files /dev/null and b/de.dlr.sc.virsat.external.lib.lyo/externalLib/maven/wink-common.jar differ diff --git a/de.dlr.sc.virsat.external.lib.lyo/externalLib/maven/wink-json4j.jar b/de.dlr.sc.virsat.external.lib.lyo/externalLib/maven/wink-json4j.jar new file mode 100644 index 0000000000..94eee417b9 Binary files /dev/null and b/de.dlr.sc.virsat.external.lib.lyo/externalLib/maven/wink-json4j.jar differ diff --git a/de.dlr.sc.virsat.external.lib.lyo/externalLib/maven/xercesImpl.jar b/de.dlr.sc.virsat.external.lib.lyo/externalLib/maven/xercesImpl.jar new file mode 100644 index 0000000000..b69d01dac3 Binary files /dev/null and b/de.dlr.sc.virsat.external.lib.lyo/externalLib/maven/xercesImpl.jar differ diff --git a/de.dlr.sc.virsat.external.lib.lyo/externalLib/maven/xml-apis.jar b/de.dlr.sc.virsat.external.lib.lyo/externalLib/maven/xml-apis.jar new file mode 100644 index 0000000000..d42c0ea6cf Binary files /dev/null and b/de.dlr.sc.virsat.external.lib.lyo/externalLib/maven/xml-apis.jar differ diff --git a/de.dlr.sc.virsat.external.lib.lyo/pom.xml b/de.dlr.sc.virsat.external.lib.lyo/pom.xml new file mode 100644 index 0000000000..e775f43867 --- /dev/null +++ b/de.dlr.sc.virsat.external.lib.lyo/pom.xml @@ -0,0 +1,117 @@ + + + + de.dlr.sc.virsat.external.lib.maven.parent + de.dlr.sc.virsat + 4.14.0-SNAPSHOT + ../de.dlr.sc.virsat.external.lib/maven/pom.xml + + + 4.0.0 + de.dlr.sc.virsat.external.lib.lyo + de.dlr.sc.virsat.external.lib.lyo + eclipse-plugin + + + 4.0.0 + + + + + lyo-releases + Eclipse Lyo Releases + https://repo.eclipse.org/content/repositories/lyo-releases/ + + false + + + + lyo-snapshots + Eclipse Lyo Snapshots + https://repo.eclipse.org/content/repositories/lyo-snapshots/ + + false + + + + + + + org.eclipse.lyo.oslc4j.core + oslc4j-core + ${lyo.version} + + + org.eclipse.lyo.clients + oslc-client + ${lyo.version} + + + org.eclipse.lyo.clients + oslc-java-client + ${lyo.version} + + + org.eclipse.lyo.clients + oslc-java-client-resources + ${lyo.version} + + + javax.servlet + javax.servlet-api + 3.1.0 + + + javax.ws.rs + javax.ws.rs-api + 2.1.1 + + + commons-io + commons-io + 2.6 + + + org.slf4j + slf4j-api + 1.7.5 + + + org.slf4j + slf4j-log4j12 + 1.7.5 + runtime + + + org.apache.commons + commons-lang3 + 3.11 + + + org.apache.thrift + libthrift + 0.13.0 + + + jakarta.ws.rs + jakarta.ws.rs-api + 2.1.2 + + + io.github.classgraph + classgraph + 4.8.102 + + + org.eclipse.lyo + oslc-domains + ${lyo.version} + + + \ No newline at end of file diff --git a/de.dlr.sc.virsat.external.lib.lyo/src/de/dlr/virsat/external/lib/lyo/Activator.java b/de.dlr.sc.virsat.external.lib.lyo/src/de/dlr/virsat/external/lib/lyo/Activator.java new file mode 100644 index 0000000000..d9ff1c92b4 --- /dev/null +++ b/de.dlr.sc.virsat.external.lib.lyo/src/de/dlr/virsat/external/lib/lyo/Activator.java @@ -0,0 +1,22 @@ +/******************************************************************************* + * Copyright (c) 2008-2019 German Aerospace Center (DLR), Simulation and Software Technology, Germany. + * + * This program and the accompanying materials are made available under the + * terms of the Eclipse Public License 2.0 which is available at + * http://www.eclipse.org/legal/epl-2.0. + * + * SPDX-License-Identifier: EPL-2.0 + *******************************************************************************/ +package de.dlr.virsat.external.lib.lyo; + +import de.dlr.sc.virsat.external.lib.LibPlugin; + +/** + * The plugin root class which is the entry point for the OSGi bundle activation + * @author fisc_ph + * + */ +public class Activator extends LibPlugin { + + +} \ No newline at end of file diff --git a/de.dlr.sc.virsat.external.lib.mockito/.checkstyle b/de.dlr.sc.virsat.external.lib.mockito/.checkstyle new file mode 100644 index 0000000000..18174367fb --- /dev/null +++ b/de.dlr.sc.virsat.external.lib.mockito/.checkstyle @@ -0,0 +1,10 @@ + + + + + + + + + + diff --git a/de.dlr.sc.virsat.external.lib.mockito/.classpath b/de.dlr.sc.virsat.external.lib.mockito/.classpath new file mode 100644 index 0000000000..beae95035d --- /dev/null +++ b/de.dlr.sc.virsat.external.lib.mockito/.classpath @@ -0,0 +1,12 @@ + + + + + + + + + + + + diff --git a/de.dlr.sc.virsat.external.lib.mockito/.project b/de.dlr.sc.virsat.external.lib.mockito/.project new file mode 100644 index 0000000000..74b282f8cd --- /dev/null +++ b/de.dlr.sc.virsat.external.lib.mockito/.project @@ -0,0 +1,40 @@ + + + de.dlr.sc.virsat.external.lib.mockito + + + + + + org.eclipse.jdt.core.javabuilder + + + + + org.eclipse.pde.ManifestBuilder + + + + + org.eclipse.pde.SchemaBuilder + + + + + net.sf.eclipsecs.core.CheckstyleBuilder + + + + + org.eclipse.m2e.core.maven2Builder + + + + + + org.eclipse.m2e.core.maven2Nature + org.eclipse.pde.PluginNature + org.eclipse.jdt.core.javanature + net.sf.eclipsecs.core.CheckstyleNature + + diff --git a/de.dlr.sc.virsat.external.lib.mockito/.settings/edu.umd.cs.findbugs.core.prefs b/de.dlr.sc.virsat.external.lib.mockito/.settings/edu.umd.cs.findbugs.core.prefs new file mode 100644 index 0000000000..eaaad8dbb0 --- /dev/null +++ b/de.dlr.sc.virsat.external.lib.mockito/.settings/edu.umd.cs.findbugs.core.prefs @@ -0,0 +1,144 @@ +#SpotBugs User Preferences +#Tue Jan 21 14:54:00 CET 2020 +detectorAppendingToAnObjectOutputStream=AppendingToAnObjectOutputStream|true +detectorAtomicityProblem=AtomicityProblem|true +detectorBadAppletConstructor=BadAppletConstructor|false +detectorBadResultSetAccess=BadResultSetAccess|true +detectorBadSyntaxForRegularExpression=BadSyntaxForRegularExpression|true +detectorBadUseOfReturnValue=BadUseOfReturnValue|true +detectorBadlyOverriddenAdapter=BadlyOverriddenAdapter|true +detectorBooleanReturnNull=BooleanReturnNull|true +detectorCallToUnsupportedMethod=CallToUnsupportedMethod|false +detectorCheckExpectedWarnings=CheckExpectedWarnings|false +detectorCheckImmutableAnnotation=CheckImmutableAnnotation|true +detectorCheckRelaxingNullnessAnnotation=CheckRelaxingNullnessAnnotation|true +detectorCheckTypeQualifiers=CheckTypeQualifiers|true +detectorCloneIdiom=CloneIdiom|true +detectorComparatorIdiom=ComparatorIdiom|true +detectorConfusedInheritance=ConfusedInheritance|true +detectorConfusionBetweenInheritedAndOuterMethod=ConfusionBetweenInheritedAndOuterMethod|true +detectorCovariantArrayAssignment=CovariantArrayAssignment|false +detectorCrossSiteScripting=CrossSiteScripting|true +detectorDefaultEncodingDetector=DefaultEncodingDetector|true +detectorDoInsideDoPrivileged=DoInsideDoPrivileged|true +detectorDontCatchIllegalMonitorStateException=DontCatchIllegalMonitorStateException|true +detectorDontIgnoreResultOfPutIfAbsent=DontIgnoreResultOfPutIfAbsent|true +detectorDontUseEnum=DontUseEnum|true +detectorDroppedException=DroppedException|true +detectorDumbMethodInvocations=DumbMethodInvocations|true +detectorDumbMethods=DumbMethods|true +detectorDuplicateBranches=DuplicateBranches|true +detectorEmptyZipFileEntry=EmptyZipFileEntry|false +detectorEqualsOperandShouldHaveClassCompatibleWithThis=EqualsOperandShouldHaveClassCompatibleWithThis|true +detectorExplicitSerialization=ExplicitSerialization|true +detectorFinalizerNullsFields=FinalizerNullsFields|true +detectorFindBadCast2=FindBadCast2|true +detectorFindBadForLoop=FindBadForLoop|true +detectorFindCircularDependencies=FindCircularDependencies|false +detectorFindComparatorProblems=FindComparatorProblems|true +detectorFindDeadLocalStores=FindDeadLocalStores|true +detectorFindDoubleCheck=FindDoubleCheck|true +detectorFindEmptySynchronizedBlock=FindEmptySynchronizedBlock|true +detectorFindFieldSelfAssignment=FindFieldSelfAssignment|true +detectorFindFinalizeInvocations=FindFinalizeInvocations|true +detectorFindFloatEquality=FindFloatEquality|true +detectorFindHEmismatch=FindHEmismatch|true +detectorFindInconsistentSync2=FindInconsistentSync2|true +detectorFindJSR166LockMonitorenter=FindJSR166LockMonitorenter|true +detectorFindLocalSelfAssignment2=FindLocalSelfAssignment2|true +detectorFindMaskedFields=FindMaskedFields|true +detectorFindMismatchedWaitOrNotify=FindMismatchedWaitOrNotify|true +detectorFindNakedNotify=FindNakedNotify|true +detectorFindNonShortCircuit=FindNonShortCircuit|true +detectorFindNullDeref=FindNullDeref|true +detectorFindNullDerefsInvolvingNonShortCircuitEvaluation=FindNullDerefsInvolvingNonShortCircuitEvaluation|true +detectorFindOpenStream=FindOpenStream|true +detectorFindPuzzlers=FindPuzzlers|true +detectorFindRefComparison=FindRefComparison|true +detectorFindReturnRef=FindReturnRef|true +detectorFindRoughConstants=FindRoughConstants|true +detectorFindRunInvocations=FindRunInvocations|true +detectorFindSelfComparison=FindSelfComparison|true +detectorFindSelfComparison2=FindSelfComparison2|true +detectorFindSleepWithLockHeld=FindSleepWithLockHeld|true +detectorFindSpinLoop=FindSpinLoop|true +detectorFindSqlInjection=FindSqlInjection|true +detectorFindTwoLockWait=FindTwoLockWait|true +detectorFindUncalledPrivateMethods=FindUncalledPrivateMethods|true +detectorFindUnconditionalWait=FindUnconditionalWait|true +detectorFindUninitializedGet=FindUninitializedGet|true +detectorFindUnrelatedTypesInGenericContainer=FindUnrelatedTypesInGenericContainer|true +detectorFindUnreleasedLock=FindUnreleasedLock|true +detectorFindUnsatisfiedObligation=FindUnsatisfiedObligation|true +detectorFindUnsyncGet=FindUnsyncGet|true +detectorFindUseOfNonSerializableValue=FindUseOfNonSerializableValue|true +detectorFindUselessControlFlow=FindUselessControlFlow|true +detectorFindUselessObjects=FindUselessObjects|true +detectorFormatStringChecker=FormatStringChecker|true +detectorHugeSharedStringConstants=HugeSharedStringConstants|true +detectorIDivResultCastToDouble=IDivResultCastToDouble|true +detectorIncompatMask=IncompatMask|true +detectorInconsistentAnnotations=InconsistentAnnotations|true +detectorInefficientIndexOf=InefficientIndexOf|false +detectorInefficientInitializationInsideLoop=InefficientInitializationInsideLoop|false +detectorInefficientMemberAccess=InefficientMemberAccess|false +detectorInefficientToArray=InefficientToArray|false +detectorInfiniteLoop=InfiniteLoop|true +detectorInfiniteRecursiveLoop=InfiniteRecursiveLoop|true +detectorInheritanceUnsafeGetResource=InheritanceUnsafeGetResource|true +detectorInitializationChain=InitializationChain|true +detectorInitializeNonnullFieldsInConstructor=InitializeNonnullFieldsInConstructor|true +detectorInstantiateStaticClass=InstantiateStaticClass|true +detectorIntCast2LongAsInstant=IntCast2LongAsInstant|true +detectorInvalidJUnitTest=InvalidJUnitTest|true +detectorIteratorIdioms=IteratorIdioms|true +detectorLazyInit=LazyInit|true +detectorLoadOfKnownNullValue=LoadOfKnownNullValue|true +detectorLostLoggerDueToWeakReference=LostLoggerDueToWeakReference|true +detectorMethodReturnCheck=MethodReturnCheck|true +detectorMultithreadedInstanceAccess=MultithreadedInstanceAccess|true +detectorMutableEnum=MutableEnum|true +detectorMutableLock=MutableLock|true +detectorMutableStaticFields=MutableStaticFields|true +detectorNaming=Naming|true +detectorNoteUnconditionalParamDerefs=NoteUnconditionalParamDerefs|true +detectorNumberConstructor=NumberConstructor|true +detectorOptionalReturnNull=OptionalReturnNull|true +detectorOverridingEqualsNotSymmetrical=OverridingEqualsNotSymmetrical|true +detectorPreferZeroLengthArrays=PreferZeroLengthArrays|true +detectorPublicSemaphores=PublicSemaphores|false +detectorQuestionableBooleanAssignment=QuestionableBooleanAssignment|true +detectorReadOfInstanceFieldInMethodInvokedByConstructorInSuperclass=ReadOfInstanceFieldInMethodInvokedByConstructorInSuperclass|true +detectorReadReturnShouldBeChecked=ReadReturnShouldBeChecked|true +detectorRedundantConditions=RedundantConditions|true +detectorRedundantInterfaces=RedundantInterfaces|true +detectorRepeatedConditionals=RepeatedConditionals|true +detectorRuntimeExceptionCapture=RuntimeExceptionCapture|true +detectorSerializableIdiom=SerializableIdiom|true +detectorStartInConstructor=StartInConstructor|true +detectorStaticCalendarDetector=StaticCalendarDetector|true +detectorStringConcatenation=StringConcatenation|true +detectorSuperfluousInstanceOf=SuperfluousInstanceOf|true +detectorSuspiciousThreadInterrupted=SuspiciousThreadInterrupted|true +detectorSwitchFallthrough=SwitchFallthrough|true +detectorSynchronizationOnSharedBuiltinConstant=SynchronizationOnSharedBuiltinConstant|true +detectorSynchronizeAndNullCheckField=SynchronizeAndNullCheckField|true +detectorSynchronizeOnClassLiteralNotGetClass=SynchronizeOnClassLiteralNotGetClass|true +detectorSynchronizingOnContentsOfFieldToProtectField=SynchronizingOnContentsOfFieldToProtectField|true +detectorURLProblems=URLProblems|true +detectorUncallableMethodOfAnonymousClass=UncallableMethodOfAnonymousClass|true +detectorUnnecessaryMath=UnnecessaryMath|true +detectorUnreadFields=UnreadFields|true +detectorUselessSubclassMethod=UselessSubclassMethod|false +detectorVarArgsProblems=VarArgsProblems|true +detectorVolatileUsage=VolatileUsage|true +detectorWaitInLoop=WaitInLoop|true +detectorWrongMapIterator=WrongMapIterator|true +detectorXMLFactoryBypass=XMLFactoryBypass|true +detector_threshold=2 +effort=default +excludefilter0=../spotbugs-exclude.xml|true +filter_settings=Medium|BAD_PRACTICE,CORRECTNESS,MT_CORRECTNESS,PERFORMANCE,STYLE|false|20 +filter_settings_neg=MALICIOUS_CODE,SECURITY,EXPERIMENTAL,NOISE,I18N| +includefilter0=../spotbugs-include.xml|true +run_at_full_build=false diff --git a/de.dlr.sc.virsat.external.lib.mockito/.settings/org.eclipse.core.resources.prefs b/de.dlr.sc.virsat.external.lib.mockito/.settings/org.eclipse.core.resources.prefs new file mode 100644 index 0000000000..99f26c0203 --- /dev/null +++ b/de.dlr.sc.virsat.external.lib.mockito/.settings/org.eclipse.core.resources.prefs @@ -0,0 +1,2 @@ +eclipse.preferences.version=1 +encoding/=UTF-8 diff --git a/de.dlr.sc.virsat.external.lib.mockito/.settings/org.eclipse.core.runtime.prefs b/de.dlr.sc.virsat.external.lib.mockito/.settings/org.eclipse.core.runtime.prefs new file mode 100644 index 0000000000..deae05a977 --- /dev/null +++ b/de.dlr.sc.virsat.external.lib.mockito/.settings/org.eclipse.core.runtime.prefs @@ -0,0 +1,2 @@ +eclipse.preferences.version=1 +line.separator=\r\n diff --git a/de.dlr.sc.virsat.external.lib.mockito/.settings/org.eclipse.jdt.core.prefs b/de.dlr.sc.virsat.external.lib.mockito/.settings/org.eclipse.jdt.core.prefs new file mode 100644 index 0000000000..9f6ece88bd --- /dev/null +++ b/de.dlr.sc.virsat.external.lib.mockito/.settings/org.eclipse.jdt.core.prefs @@ -0,0 +1,8 @@ +eclipse.preferences.version=1 +org.eclipse.jdt.core.compiler.codegen.inlineJsrBytecode=enabled +org.eclipse.jdt.core.compiler.codegen.targetPlatform=1.8 +org.eclipse.jdt.core.compiler.compliance=1.8 +org.eclipse.jdt.core.compiler.problem.assertIdentifier=error +org.eclipse.jdt.core.compiler.problem.enumIdentifier=error +org.eclipse.jdt.core.compiler.release=disabled +org.eclipse.jdt.core.compiler.source=1.8 diff --git a/de.dlr.sc.virsat.external.lib.mockito/.settings/org.eclipse.m2e.core.prefs b/de.dlr.sc.virsat.external.lib.mockito/.settings/org.eclipse.m2e.core.prefs new file mode 100644 index 0000000000..f897a7f1cb --- /dev/null +++ b/de.dlr.sc.virsat.external.lib.mockito/.settings/org.eclipse.m2e.core.prefs @@ -0,0 +1,4 @@ +activeProfiles= +eclipse.preferences.version=1 +resolveWorkspaceProjects=true +version=1 diff --git a/de.dlr.sc.virsat.external.lib.mockito/.settings/org.eclipse.mylyn.team.ui.prefs b/de.dlr.sc.virsat.external.lib.mockito/.settings/org.eclipse.mylyn.team.ui.prefs new file mode 100644 index 0000000000..426f180206 --- /dev/null +++ b/de.dlr.sc.virsat.external.lib.mockito/.settings/org.eclipse.mylyn.team.ui.prefs @@ -0,0 +1,2 @@ +commit.comment.template=Write a Heading here - (Task \#${task.key})\r\n\r\nPut your Message here.\r\n\r\n---\r\nTask \#${task.key}\: ${task.description} +eclipse.preferences.version=1 diff --git a/de.dlr.sc.virsat.external.lib.mockito/.settings/org.eclipse.pde.prefs b/de.dlr.sc.virsat.external.lib.mockito/.settings/org.eclipse.pde.prefs new file mode 100644 index 0000000000..2174e4fd5b --- /dev/null +++ b/de.dlr.sc.virsat.external.lib.mockito/.settings/org.eclipse.pde.prefs @@ -0,0 +1,34 @@ +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=2 +compilers.p.no-required-att=0 +compilers.p.no.automatic.module=1 +compilers.p.not-externalized-att=2 +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/de.dlr.sc.virsat.external.lib.mockito/META-INF/MANIFEST.MF b/de.dlr.sc.virsat.external.lib.mockito/META-INF/MANIFEST.MF new file mode 100644 index 0000000000..dda7f8c93a --- /dev/null +++ b/de.dlr.sc.virsat.external.lib.mockito/META-INF/MANIFEST.MF @@ -0,0 +1,129 @@ +Manifest-Version: 1.0 +Bundle-ManifestVersion: 2 +Bundle-Name: VirSat External Lib - Mockito +Bundle-SymbolicName: de.dlr.sc.virsat.external.lib.mockito +Bundle-Version: 4.14.0.qualifier +Bundle-RequiredExecutionEnvironment: JavaSE-1.8 +Bundle-Vendor: DLR (German Aerospace Center) +Require-Bundle: de.dlr.sc.virsat.external.lib +Bundle-Activator: de.dlr.virsat.external.lib.mockito.Activator +Automatic-Module-Name: de.dlr.sc.virsat.external.lib.mockito +Bundle-ClassPath: ., + externalLib/maven/byte-buddy.jar, + externalLib/maven/byte-buddy-agent.jar, + externalLib/maven/mockito-core.jar, + externalLib/maven/mockito-inline.jar, + externalLib/maven/objenesis.jar +Export-Package: de.dlr.virsat.external.lib.mockito, + net.bytebuddy, + net.bytebuddy.agent, + net.bytebuddy.agent.builder, + net.bytebuddy.asm, + net.bytebuddy.build, + net.bytebuddy.description, + net.bytebuddy.description.annotation, + net.bytebuddy.description.enumeration, + net.bytebuddy.description.field, + net.bytebuddy.description.method, + net.bytebuddy.description.modifier, + net.bytebuddy.description.type, + net.bytebuddy.dynamic, + net.bytebuddy.dynamic.loading, + net.bytebuddy.dynamic.scaffold, + net.bytebuddy.dynamic.scaffold.inline, + net.bytebuddy.dynamic.scaffold.subclass, + net.bytebuddy.implementation, + net.bytebuddy.implementation.attribute, + net.bytebuddy.implementation.auxiliary, + net.bytebuddy.implementation.bind, + net.bytebuddy.implementation.bind.annotation, + net.bytebuddy.implementation.bytecode, + net.bytebuddy.implementation.bytecode.assign, + net.bytebuddy.implementation.bytecode.assign.primitive, + net.bytebuddy.implementation.bytecode.assign.reference, + net.bytebuddy.implementation.bytecode.collection, + net.bytebuddy.implementation.bytecode.constant, + net.bytebuddy.implementation.bytecode.member, + net.bytebuddy.jar.asm, + net.bytebuddy.jar.asm.commons, + net.bytebuddy.jar.asm.signature, + net.bytebuddy.matcher, + net.bytebuddy.pool, + net.bytebuddy.utility, + net.bytebuddy.utility.dispatcher, + net.bytebuddy.utility.privilege, + net.bytebuddy.utility.visitor, + org.mockito, + org.mockito.codegen, + org.mockito.configuration, + org.mockito.creation.instance, + org.mockito.exceptions.base, + org.mockito.exceptions.misusing, + org.mockito.exceptions.stacktrace, + org.mockito.exceptions.verification, + org.mockito.exceptions.verification.junit, + org.mockito.exceptions.verification.opentest4j, + org.mockito.hamcrest, + org.mockito.internal, + org.mockito.internal.configuration, + org.mockito.internal.configuration.injection, + org.mockito.internal.configuration.injection.filter, + org.mockito.internal.configuration.injection.scanner, + org.mockito.internal.configuration.plugins, + org.mockito.internal.creation, + org.mockito.internal.creation.bytebuddy, + org.mockito.internal.creation.instance, + org.mockito.internal.creation.proxy, + org.mockito.internal.creation.settings, + org.mockito.internal.creation.util, + org.mockito.internal.debugging, + org.mockito.internal.exceptions, + org.mockito.internal.exceptions.stacktrace, + org.mockito.internal.exceptions.util, + org.mockito.internal.framework, + org.mockito.internal.hamcrest, + org.mockito.internal.handler, + org.mockito.internal.invocation, + org.mockito.internal.invocation.finder, + org.mockito.internal.invocation.mockref, + org.mockito.internal.junit, + org.mockito.internal.listeners, + org.mockito.internal.matchers, + org.mockito.internal.matchers.apachecommons, + org.mockito.internal.matchers.text, + org.mockito.internal.progress, + org.mockito.internal.reporting, + org.mockito.internal.runners, + org.mockito.internal.runners.util, + org.mockito.internal.session, + org.mockito.internal.stubbing, + org.mockito.internal.stubbing.answers, + org.mockito.internal.stubbing.defaultanswers, + org.mockito.internal.util, + org.mockito.internal.util.collections, + org.mockito.internal.util.concurrent, + org.mockito.internal.util.io, + org.mockito.internal.util.reflection, + org.mockito.internal.verification, + org.mockito.internal.verification.api, + org.mockito.internal.verification.argumentmatching, + org.mockito.internal.verification.checkers, + org.mockito.invocation, + org.mockito.junit, + org.mockito.listeners, + org.mockito.mock, + org.mockito.plugins, + org.mockito.quality, + org.mockito.session, + org.mockito.stubbing, + org.mockito.verification, + org.objenesis, + org.objenesis.instantiator, + org.objenesis.instantiator.android, + org.objenesis.instantiator.annotations, + org.objenesis.instantiator.basic, + org.objenesis.instantiator.gcj, + org.objenesis.instantiator.perc, + org.objenesis.instantiator.sun, + org.objenesis.instantiator.util, + org.objenesis.strategy diff --git a/de.dlr.sc.virsat.external.lib.mockito/about.html b/de.dlr.sc.virsat.external.lib.mockito/about.html new file mode 100644 index 0000000000..e2f87ff845 --- /dev/null +++ b/de.dlr.sc.virsat.external.lib.mockito/about.html @@ -0,0 +1,57 @@ + + + + +About + + +

About This Content

+ +

May 28, 2020

+

License

+ +

The German Aerospace Center (DLR) 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 https://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 German Aerospace Center (DLR), 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 this content.

+ +

Third Party Content

+ +

+The Content includes items that have been sourced from third parties as set out below. If you +did not receive this Content directly from the German Aerospace Center (DLR e.V.), the following is provided +for informational purposes only, and you should look to the Redistributor’s license for +terms and conditions of use. Third party licenses are aggregated in the "about_files" folder of this plugin. +

+ +

Directly Maven Included Thrid Party Libraries

+ +The following third party libraries are directly included into this plugin using maven. +Transitive dependency information is given at the end of the page. + +
Apache POI - Version 3.17
+ +

The plug-in includes Apache POI which is distributed under Apache License, Version 2.0. +A copy of the license is contained in the file LICENSE and is also available at +http://www.apache.org/licenses/LICENSE-2.0.txt. +The Apache attribution NOTICE file is included with the Content in accordance with 4d of the Apache License, Version 2.0.

+ +

Original binaries and source are available from http://poi.apache.org.

+ +

Transitive Maven Included Third Party Libraries

+ +The following is provided for informational purposes only, and you should look to the Redistributor’s license for +terms and conditions of use. Transitive maven third party libraries and their licenses are listed in the THIRD-PARTY.txt file: + + + + + diff --git a/de.dlr.sc.virsat.external.lib.mockito/about_files/LICENSE b/de.dlr.sc.virsat.external.lib.mockito/about_files/LICENSE new file mode 100644 index 0000000000..dd2cbd5fbc --- /dev/null +++ b/de.dlr.sc.virsat.external.lib.mockito/about_files/LICENSE @@ -0,0 +1,463 @@ + + Apache License + Version 2.0, January 2004 + http://www.apache.org/licenses/ + + TERMS AND CONDITIONS FOR USE, REPRODUCTION, AND DISTRIBUTION + + 1. Definitions. + + "License" shall mean the terms and conditions for use, reproduction, + and distribution as defined by Sections 1 through 9 of this document. + + "Licensor" shall mean the copyright owner or entity authorized by + the copyright owner that is granting the License. + + "Legal Entity" shall mean the union of the acting entity and all + other entities that control, are controlled by, or are under common + control with that entity. For the purposes of this definition, + "control" means (i) the power, direct or indirect, to cause the + direction or management of such entity, whether by contract or + otherwise, or (ii) ownership of fifty percent (50%) or more of the + outstanding shares, or (iii) beneficial ownership of such entity. + + "You" (or "Your") shall mean an individual or Legal Entity + exercising permissions granted by this License. + + "Source" form shall mean the preferred form for making modifications, + including but not limited to software source code, documentation + source, and configuration files. + + "Object" form shall mean any form resulting from mechanical + transformation or translation of a Source form, including but + not limited to compiled object code, generated documentation, + and conversions to other media types. + + "Work" shall mean the work of authorship, whether in Source or + Object form, made available under the License, as indicated by a + copyright notice that is included in or attached to the work + (an example is provided in the Appendix below). + + "Derivative Works" shall mean any work, whether in Source or Object + form, that is based on (or derived from) the Work and for which the + editorial revisions, annotations, elaborations, or other modifications + represent, as a whole, an original work of authorship. For the purposes + of this License, Derivative Works shall not include works that remain + separable from, or merely link (or bind by name) to the interfaces of, + the Work and Derivative Works thereof. + + "Contribution" shall mean any work of authorship, including + the original version of the Work and any modifications or additions + to that Work or Derivative Works thereof, that is intentionally + submitted to Licensor for inclusion in the Work by the copyright owner + or by an individual or Legal Entity authorized to submit on behalf of + the copyright owner. For the purposes of this definition, "submitted" + means any form of electronic, verbal, or written communication sent + to the Licensor or its representatives, including but not limited to + communication on electronic mailing lists, source code control systems, + and issue tracking systems that are managed by, or on behalf of, the + Licensor for the purpose of discussing and improving the Work, but + excluding communication that is conspicuously marked or otherwise + designated in writing by the copyright owner as "Not a Contribution." + + "Contributor" shall mean Licensor and any individual or Legal Entity + on behalf of whom a Contribution has been received by Licensor and + subsequently incorporated within the Work. + + 2. Grant of Copyright License. Subject to the terms and conditions of + this License, each Contributor hereby grants to You a perpetual, + worldwide, non-exclusive, no-charge, royalty-free, irrevocable + copyright license to reproduce, prepare Derivative Works of, + publicly display, publicly perform, sublicense, and distribute the + Work and such Derivative Works in Source or Object form. + + 3. Grant of Patent License. Subject to the terms and conditions of + this License, each Contributor hereby grants to You a perpetual, + worldwide, non-exclusive, no-charge, royalty-free, irrevocable + (except as stated in this section) patent license to make, have made, + use, offer to sell, sell, import, and otherwise transfer the Work, + where such license applies only to those patent claims licensable + by such Contributor that are necessarily infringed by their + Contribution(s) alone or by combination of their Contribution(s) + with the Work to which such Contribution(s) was submitted. If You + institute patent litigation against any entity (including a + cross-claim or counterclaim in a lawsuit) alleging that the Work + or a Contribution incorporated within the Work constitutes direct + or contributory patent infringement, then any patent licenses + granted to You under this License for that Work shall terminate + as of the date such litigation is filed. + + 4. Redistribution. You may reproduce and distribute copies of the + Work or Derivative Works thereof in any medium, with or without + modifications, and in Source or Object form, provided that You + meet the following conditions: + + (a) You must give any other recipients of the Work or + Derivative Works a copy of this License; and + + (b) You must cause any modified files to carry prominent notices + stating that You changed the files; and + + (c) You must retain, in the Source form of any Derivative Works + that You distribute, all copyright, patent, trademark, and + attribution notices from the Source form of the Work, + excluding those notices that do not pertain to any part of + the Derivative Works; and + + (d) If the Work includes a "NOTICE" text file as part of its + distribution, then any Derivative Works that You distribute must + include a readable copy of the attribution notices contained + within such NOTICE file, excluding those notices that do not + pertain to any part of the Derivative Works, in at least one + of the following places: within a NOTICE text file distributed + as part of the Derivative Works; within the Source form or + documentation, if provided along with the Derivative Works; or, + within a display generated by the Derivative Works, if and + wherever such third-party notices normally appear. The contents + of the NOTICE file are for informational purposes only and + do not modify the License. You may add Your own attribution + notices within Derivative Works that You distribute, alongside + or as an addendum to the NOTICE text from the Work, provided + that such additional attribution notices cannot be construed + as modifying the License. + + You may add Your own copyright statement to Your modifications and + may provide additional or different license terms and conditions + for use, reproduction, or distribution of Your modifications, or + for any such Derivative Works as a whole, provided Your use, + reproduction, and distribution of the Work otherwise complies with + the conditions stated in this License. + + 5. Submission of Contributions. Unless You explicitly state otherwise, + any Contribution intentionally submitted for inclusion in the Work + by You to the Licensor shall be under the terms and conditions of + this License, without any additional terms or conditions. + Notwithstanding the above, nothing herein shall supersede or modify + the terms of any separate license agreement you may have executed + with Licensor regarding such Contributions. + + 6. Trademarks. This License does not grant permission to use the trade + names, trademarks, service marks, or product names of the Licensor, + except as required for reasonable and customary use in describing the + origin of the Work and reproducing the content of the NOTICE file. + + 7. Disclaimer of Warranty. Unless required by applicable law or + agreed to in writing, Licensor provides the Work (and each + Contributor provides its Contributions) on an "AS IS" BASIS, + WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or + implied, including, without limitation, any warranties or conditions + of TITLE, NON-INFRINGEMENT, MERCHANTABILITY, or FITNESS FOR A + PARTICULAR PURPOSE. You are solely responsible for determining the + appropriateness of using or redistributing the Work and assume any + risks associated with Your exercise of permissions under this License. + + 8. Limitation of Liability. In no event and under no legal theory, + whether in tort (including negligence), contract, or otherwise, + unless required by applicable law (such as deliberate and grossly + negligent acts) or agreed to in writing, shall any Contributor be + liable to You for damages, including any direct, indirect, special, + incidental, or consequential damages of any character arising as a + result of this License or out of the use or inability to use the + Work (including but not limited to damages for loss of goodwill, + work stoppage, computer failure or malfunction, or any and all + other commercial damages or losses), even if such Contributor + has been advised of the possibility of such damages. + + 9. Accepting Warranty or Additional Liability. While redistributing + the Work or Derivative Works thereof, You may choose to offer, + and charge a fee for, acceptance of support, warranty, indemnity, + or other liability obligations and/or rights consistent with this + License. However, in accepting such obligations, You may act only + on Your own behalf and on Your sole responsibility, not on behalf + of any other Contributor, and only if You agree to indemnify, + defend, and hold each Contributor harmless for any liability + incurred by, or claims asserted against, such Contributor by reason + of your accepting any such warranty or additional liability. + + END OF TERMS AND CONDITIONS + + APPENDIX: How to apply the Apache License to your work. + + To apply the Apache License to your work, attach the following + boilerplate notice, with the fields enclosed by brackets "[]" + replaced with your own identifying information. (Don't include + the brackets!) The text should be enclosed in the appropriate + comment syntax for the file format. We also recommend that a + file or class name and description of purpose be included on the + same "printed page" as the copyright notice for easier + identification within third-party archives. + + Copyright [yyyy] [name of copyright owner] + + Licensed under the Apache License, Version 2.0 (the "License"); + you may not use this file except in compliance with the License. + You may obtain a copy of the License at + + http://www.apache.org/licenses/LICENSE-2.0 + + Unless required by applicable law or agreed to in writing, software + distributed under the License is distributed on an "AS IS" BASIS, + WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied. + See the License for the specific language governing permissions and + limitations under the License. + + +APACHE POI SUBCOMPONENTS: + +Apache POI includes subcomponents with separate copyright notices and +license terms. Your use of these subcomponents is subject to the terms +and conditions of the following licenses: + + +Office Open XML schemas (ooxml-schemas-1.1.jar) + + The Office Open XML schema definitions used by Apache POI are + a part of the Office Open XML ECMA Specification (ECMA-376, [1]). + As defined in section 9.4 of the ECMA bylaws [2], this specification + is available to all interested parties without restriction: + + 9.4 All documents when approved shall be made available to + all interested parties without restriction. + + Furthermore, both Microsoft and Adobe have granted patent licenses + to this work [3,4,5]. + + [1] http://www.ecma-international.org/publications/standards/Ecma-376.htm + [2] http://www.ecma-international.org/memento/Ecmabylaws.htm + [3] http://www.microsoft.com/openspecifications/en/us/programs/osp/default.aspx + [4] http://www.ecma-international.org/publications/files/ECMA-ST/Ecma%20PATENT/Patent%20statements%20ok/ECMA-376%20Edition%202%20Microsoft%20Patent%20Declaration.pdf + [5] http://www.ecma-international.org/publications/files/ECMA-ST/Ecma%20PATENT/Patent%20statements%20ok/ECMA-376%20Adobe%20Patent%20Declaration.pdf + + +JUnit test library (junit-4.11.jar) + + Common Public License - v 1.0 + + THE ACCOMPANYING PROGRAM IS PROVIDED UNDER THE TERMS OF THIS COMMON + PUBLIC LICENSE ("AGREEMENT"). ANY USE, REPRODUCTION OR DISTRIBUTION + OF THE PROGRAM CONSTITUTES RECIPIENT'S ACCEPTANCE OF THIS AGREEMENT. + + 1. DEFINITIONS + + "Contribution" means: + + a) in the case of the initial Contributor, the initial code and + documentation distributed under this Agreement, and + + b) in the case of each subsequent Contributor: + + i) changes to the Program, and + + ii) additions to the Program; + + where such changes and/or additions to the Program originate from + and are distributed by that particular Contributor. A Contribution + 'originates' from a Contributor if it was added to the Program by + such Contributor itself or anyone acting on such Contributor's behalf. + Contributions do not include additions to the Program which: (i) are + separate modules of software distributed in conjunction with the + Program under their own license agreement, and (ii) are not derivative + works of the Program. + + "Contributor" means any person or entity that distributes the Program. + + "Licensed Patents " mean patent claims licensable by a Contributor which + are necessarily infringed by the use or sale of its Contribution alone + or when combined with the Program. + + "Program" means the Contributions distributed in accordance with this + Agreement. + + "Recipient" means anyone who receives the Program under this Agreement, + including all Contributors. + + 2. GRANT OF RIGHTS + + a) Subject to the terms of this Agreement, each Contributor hereby grants + Recipient a non-exclusive, worldwide, royalty-free copyright license + to reproduce, prepare derivative works of, publicly display, publicly + perform, distribute and sublicense the Contribution of such + Contributor, if any, and such derivative works, in source code and + object code form. + + b) Subject to the terms of this Agreement, each Contributor hereby grants + Recipient a non-exclusive, worldwide, royalty-free patent license under + Licensed Patents to make, use, sell, offer to sell, import and + otherwise transfer the Contribution of such Contributor, if any, in + source code and object code form. This patent license shall apply to + the combination of the Contribution and the Program if, at the time + the Contribution is added by the Contributor, such addition of the + Contribution causes such combination to be covered by the Licensed + Patents. The patent license shall not apply to any other combinations + which include the Contribution. No hardware per se is licensed + hereunder. + + c) Recipient understands that although each Contributor grants the + licenses to its Contributions set forth herein, no assurances are + provided by any Contributor that the Program does not infringe the + patent or other intellectual property rights of any other entity. + Each Contributor disclaims any liability to Recipient for claims + brought by any other entity based on infringement of intellectual + property rights or otherwise. As a condition to exercising the rights + and licenses granted hereunder, each Recipient hereby assumes sole + responsibility to secure any other intellectual property rights + needed, if any. For example, if a third party patent license is + required to allow Recipient to distribute the Program, it is + Recipient's responsibility to acquire that license before + distributing the Program. + + d) Each Contributor represents that to its knowledge it has sufficient + copyright rights in its Contribution, if any, to grant the copyright + license set forth in this Agreement. + + 3. REQUIREMENTS + + A Contributor may choose to distribute the Program in object code form + under its own license agreement, provided that: + + a) it complies with the terms and conditions of this Agreement; and + + b) its license agreement: + + i) effectively disclaims on behalf of all Contributors all warranties + and conditions, express and implied, including warranties or + conditions of title and non-infringement, and implied warranties + or conditions of merchantability and fitness for a particular + purpose; + + ii) effectively excludes on behalf of all Contributors all liability + for damages, including direct, indirect, special, incidental and + consequential damages, such as lost profits; + + iii) states that any provisions which differ from this Agreement are + offered by that Contributor alone and not by any other party; and + + iv) states that source code for the Program is available from such + Contributor, and informs licensees how to obtain it in a + reasonable manner on or through a medium customarily used for + software exchange. + + When the Program is made available in source code form: + + a) it must be made available under this Agreement; and + + b) a copy of this Agreement must be included with each copy of + the Program. + + Contributors may not remove or alter any copyright notices contained + within the Program. + + Each Contributor must identify itself as the originator of its + Contribution, if any, in a manner that reasonably allows subsequent + Recipients to identify the originator of the Contribution. + + 4. COMMERCIAL DISTRIBUTION + + Commercial distributors of software may accept certain responsibilities + with respect to end users, business partners and the like. While this + license is intended to facilitate the commercial use of the Program, + the Contributor who includes the Program in a commercial product offering + should do so in a manner which does not create potential liability for + other Contributors. Therefore, if a Contributor includes the Program + in a commercial product offering, such Contributor ("Commercial + Contributor") hereby agrees to defend and indemnify every other + Contributor ("Indemnified Contributor") against any losses, damages + and costs (collectively "Losses") arising from claims, lawsuits and + other legal actions brought by a third party against the Indemnified + Contributor to the extent caused by the acts or omissions of such + Commercial Contributor in connection with its distribution of the + Program in a commercial product offering. The obligations in this + section do not apply to any claims or Losses relating to any actual + or alleged intellectual property infringement. In order to qualify, + an Indemnified Contributor must: a) promptly notify the Commercial + Contributor in writing of such claim, and b) allow the Commercial + Contributor to control, and cooperate with the Commercial Contributor + in, the defense and any related settlement negotiations. The Indemnified + Contributor may participate in any such claim at its own expense. + + For example, a Contributor might include the Program in a commercial + product offering, Product X. That Contributor is then a Commercial + Contributor. If that Commercial Contributor then makes performance + claims, or offers warranties related to Product X, those performance + claims and warranties are such Commercial Contributor's responsibility + alone. Under this section, the Commercial Contributor would have to + defend claims against the other Contributors related to those + performance claims and warranties, and if a court requires any other + Contributor to pay any damages as a result, the Commercial Contributor + must pay those damages. + + 5. NO WARRANTY + + EXCEPT AS EXPRESSLY SET FORTH IN THIS AGREEMENT, THE PROGRAM IS PROVIDED + ON AN "AS IS" BASIS, WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, EITHER + EXPRESS OR IMPLIED INCLUDING, WITHOUT LIMITATION, ANY WARRANTIES OR + CONDITIONS OF TITLE, NON-INFRINGEMENT, MERCHANTABILITY OR FITNESS FOR + A PARTICULAR PURPOSE. Each Recipient is solely responsible for + determining the appropriateness of using and distributing the Program + and assumes all risks associated with its exercise of rights under this + Agreement, including but not limited to the risks and costs of program + errors, compliance with applicable laws, damage to or loss of data, + programs or equipment, and unavailability or interruption of operations. + + 6. DISCLAIMER OF LIABILITY + + EXCEPT AS EXPRESSLY SET FORTH IN THIS AGREEMENT, NEITHER RECIPIENT NOR + ANY CONTRIBUTORS SHALL HAVE ANY LIABILITY FOR ANY DIRECT, INDIRECT, + INCIDENTAL, SPECIAL, EXEMPLARY, OR CONSEQUENTIAL DAMAGES (INCLUDING + WITHOUT LIMITATION LOST PROFITS), HOWEVER CAUSED AND ON ANY THEORY OF + LIABILITY, WHETHER IN CONTRACT, STRICT LIABILITY, OR TORT (INCLUDING + NEGLIGENCE OR OTHERWISE) ARISING IN ANY WAY OUT OF THE USE OR + DISTRIBUTION OF THE PROGRAM OR THE EXERCISE OF ANY RIGHTS GRANTED + HEREUNDER, EVEN IF ADVISED OF THE POSSIBILITY OF SUCH DAMAGES. + + 7. GENERAL + + If any provision of this Agreement is invalid or unenforceable under + applicable law, it shall not affect the validity or enforceability of + the remainder of the terms of this Agreement, and without further + action by the parties hereto, such provision shall be reformed to the + minimum extent necessary to make such provision valid and enforceable. + + If Recipient institutes patent litigation against a Contributor with + respect to a patent applicable to software (including a cross-claim or + counterclaim in a lawsuit), then any patent licenses granted by that + Contributor to such Recipient under this Agreement shall terminate as of + the date such litigation is filed. In addition, if Recipient institutes + patent litigation against any entity (including a cross-claim or + counterclaim in a lawsuit) alleging that the Program itself (excluding + combinations of the Program with other software or hardware) infringes + such Recipient's patent(s), then such Recipient's rights granted under + Section 2(b) shall terminate as of the date such litigation is filed. + + All Recipient's rights under this Agreement shall terminate if it fails + to comply with any of the material terms or conditions of this Agreement + and does not cure such failure in a reasonable period of time after + becoming aware of such noncompliance. If all Recipient's rights under + this Agreement terminate, Recipient agrees to cease use and distribution + of the Program as soon as reasonably practicable. However, Recipient's + obligations under this Agreement and any licenses granted by Recipient + relating to the Program shall continue and survive. + + Everyone is permitted to copy and distribute copies of this Agreement, + but in order to avoid inconsistency the Agreement is copyrighted and may + only be modified in the following manner. The Agreement Steward reserves + the right to publish new versions (including revisions) of this Agreement + from time to time. No one other than the Agreement Steward has the right + to modify this Agreement. IBM is the initial Agreement Steward. IBM may + assign the responsibility to serve as the Agreement Steward to a suitable + separate entity. Each new version of the Agreement will be given a + distinguishing version number. The Program (including Contributions) may + always be distributed subject to the version of the Agreement under which + it was received. In addition, after a new version of the Agreement is + published, Contributor may elect to distribute the Program (including + its Contributions) under the new version. Except as expressly stated in + Sections 2(a) and 2(b) above, Recipient receives no rights or licenses + to the intellectual property of any Contributor under this Agreement, + whether expressly, by implication, estoppel or otherwise. All rights in + the Program not expressly granted under this Agreement are reserved. + + This Agreement is governed by the laws of the State of New York and the + intellectual property laws of the United States of America. No party to + this Agreement will bring a legal action under this Agreement more than + one year after the cause of action arose. Each party waives its rights + to a jury trial in any resulting litigation. diff --git a/de.dlr.sc.virsat.external.lib.mockito/about_files/NOTICE b/de.dlr.sc.virsat.external.lib.mockito/about_files/NOTICE new file mode 100644 index 0000000000..d721b4e1a5 --- /dev/null +++ b/de.dlr.sc.virsat.external.lib.mockito/about_files/NOTICE @@ -0,0 +1,23 @@ +Apache POI +Copyright 2003-2016 The Apache Software Foundation + +This product includes software developed by +The Apache Software Foundation (http://www.apache.org/). + +This product contains parts that were originally based on software from BEA. +Copyright (c) 2000-2003, BEA Systems, . + +This product contains W3C XML Schema documents. Copyright 2001-2003 (c) +World Wide Web Consortium (Massachusetts Institute of Technology, European +Research Consortium for Informatics and Mathematics, Keio University) + +This product contains the Piccolo XML Parser for Java +(http://piccolo.sourceforge.net/). Copyright 2002 Yuval Oren. + +This product contains the chunks_parse_cmds.tbl file from the vsdump program. +Copyright (C) 2006-2007 Valek Filippov (frob@df.ru) + +This product contains parts of the eID Applet project +(http://eid-applet.googlecode.com). Copyright (c) 2009-2014 +FedICT (federal ICT department of Belgium), e-Contract.be BVBA (https://www.e-contract.be), +Bart Hanssens from FedICT \ No newline at end of file diff --git a/de.dlr.sc.virsat.external.lib.mockito/about_files/THIRD-PARTY.txt b/de.dlr.sc.virsat.external.lib.mockito/about_files/THIRD-PARTY.txt new file mode 100644 index 0000000000..af4039ff87 --- /dev/null +++ b/de.dlr.sc.virsat.external.lib.mockito/about_files/THIRD-PARTY.txt @@ -0,0 +1,7 @@ + +Lists of 5 third-party dependencies. + (Apache 2.0) Byte Buddy (without dependencies) (net.bytebuddy:byte-buddy:1.12.4 - https://bytebuddy.net/byte-buddy) + (Apache 2.0) Byte Buddy agent (net.bytebuddy:byte-buddy-agent:1.12.4 - https://bytebuddy.net/byte-buddy-agent) + (The MIT License) mockito-core (org.mockito:mockito-core:4.2.0 - https://github.com/mockito/mockito) + (The MIT License) mockito-inline (org.mockito:mockito-inline:4.2.0 - https://github.com/mockito/mockito) + (Apache 2.0) Objenesis (org.objenesis:objenesis:3.2 - http://objenesis.org/objenesis) diff --git a/de.dlr.sc.virsat.external.lib.mockito/build.properties b/de.dlr.sc.virsat.external.lib.mockito/build.properties new file mode 100644 index 0000000000..cd242ca89c --- /dev/null +++ b/de.dlr.sc.virsat.external.lib.mockito/build.properties @@ -0,0 +1,13 @@ +source.. = src/ +output.. = target/classes/ +bin.includes = META-INF/,\ + about.html,\ + about_files/,\ + externalLib/,\ + pom.xml,\ + externalLib/maven/byte-buddy.jar,\ + externalLib/maven/byte-buddy-agent.jar,\ + externalLib/maven/mockito-core.jar,\ + externalLib/maven/mockito-inline.jar,\ + externalLib/maven/objenesis.jar + \ No newline at end of file diff --git a/de.dlr.sc.virsat.external.lib.mockito/externalLib/maven/byte-buddy-agent.jar b/de.dlr.sc.virsat.external.lib.mockito/externalLib/maven/byte-buddy-agent.jar new file mode 100644 index 0000000000..925d8694fd Binary files /dev/null and b/de.dlr.sc.virsat.external.lib.mockito/externalLib/maven/byte-buddy-agent.jar differ diff --git a/de.dlr.sc.virsat.external.lib.mockito/externalLib/maven/byte-buddy.jar b/de.dlr.sc.virsat.external.lib.mockito/externalLib/maven/byte-buddy.jar new file mode 100644 index 0000000000..490efacf4b Binary files /dev/null and b/de.dlr.sc.virsat.external.lib.mockito/externalLib/maven/byte-buddy.jar differ diff --git a/de.dlr.sc.virsat.external.lib.mockito/externalLib/maven/mockito-core.jar b/de.dlr.sc.virsat.external.lib.mockito/externalLib/maven/mockito-core.jar new file mode 100644 index 0000000000..2fedb0f4f2 Binary files /dev/null and b/de.dlr.sc.virsat.external.lib.mockito/externalLib/maven/mockito-core.jar differ diff --git a/de.dlr.sc.virsat.external.lib.mockito/externalLib/maven/mockito-inline.jar b/de.dlr.sc.virsat.external.lib.mockito/externalLib/maven/mockito-inline.jar new file mode 100644 index 0000000000..33dd71b507 Binary files /dev/null and b/de.dlr.sc.virsat.external.lib.mockito/externalLib/maven/mockito-inline.jar differ diff --git a/de.dlr.sc.virsat.external.lib.mockito/externalLib/maven/objenesis.jar b/de.dlr.sc.virsat.external.lib.mockito/externalLib/maven/objenesis.jar new file mode 100644 index 0000000000..1888e2ea10 Binary files /dev/null and b/de.dlr.sc.virsat.external.lib.mockito/externalLib/maven/objenesis.jar differ diff --git a/de.dlr.sc.virsat.external.lib.mockito/pom.xml b/de.dlr.sc.virsat.external.lib.mockito/pom.xml new file mode 100644 index 0000000000..1a677ac0f2 --- /dev/null +++ b/de.dlr.sc.virsat.external.lib.mockito/pom.xml @@ -0,0 +1,45 @@ + + + + + de.dlr.sc.virsat.external.lib.maven.parent + de.dlr.sc.virsat + 4.14.0-SNAPSHOT + ../de.dlr.sc.virsat.external.lib/maven/pom.xml + + + 4.0.0 + de.dlr.sc.virsat.external.lib.mockito + de.dlr.sc.virsat.external.lib.mockito + eclipse-plugin + + + + + downloadLibs + + + + org.mockito + mockito-core + 4.2.0 + test + + + + + org.mockito + mockito-inline + 4.2.0 + test + + + + + \ No newline at end of file diff --git a/de.dlr.sc.virsat.external.lib.mockito/src/de/dlr/virsat/external/lib/mockito/Activator.java b/de.dlr.sc.virsat.external.lib.mockito/src/de/dlr/virsat/external/lib/mockito/Activator.java new file mode 100644 index 0000000000..80da6372b4 --- /dev/null +++ b/de.dlr.sc.virsat.external.lib.mockito/src/de/dlr/virsat/external/lib/mockito/Activator.java @@ -0,0 +1,22 @@ +/******************************************************************************* + * Copyright (c) 2008-2019 German Aerospace Center (DLR), Simulation and Software Technology, Germany. + * + * This program and the accompanying materials are made available under the + * terms of the Eclipse Public License 2.0 which is available at + * http://www.eclipse.org/legal/epl-2.0. + * + * SPDX-License-Identifier: EPL-2.0 + *******************************************************************************/ +package de.dlr.virsat.external.lib.mockito; + +import de.dlr.sc.virsat.external.lib.LibPlugin; + +/** + * The plugin root class which is the entry point for the OSGi bundle activation + * @author fisc_ph + * + */ +public class Activator extends LibPlugin { + + +} \ No newline at end of file diff --git a/de.dlr.sc.virsat.uiengine.ui/.settings/org.eclipse.jdt.core.prefs b/de.dlr.sc.virsat.uiengine.ui/.settings/org.eclipse.jdt.core.prefs index 295926d964..e2860e997d 100644 --- a/de.dlr.sc.virsat.uiengine.ui/.settings/org.eclipse.jdt.core.prefs +++ b/de.dlr.sc.virsat.uiengine.ui/.settings/org.eclipse.jdt.core.prefs @@ -4,4 +4,5 @@ org.eclipse.jdt.core.compiler.codegen.targetPlatform=1.8 org.eclipse.jdt.core.compiler.compliance=1.8 org.eclipse.jdt.core.compiler.problem.assertIdentifier=error org.eclipse.jdt.core.compiler.problem.enumIdentifier=error +org.eclipse.jdt.core.compiler.release=disabled org.eclipse.jdt.core.compiler.source=1.8 diff --git a/pom.xml b/pom.xml index 129794c901..a13026fad5 100644 --- a/pom.xml +++ b/pom.xml @@ -43,8 +43,11 @@ de.dlr.sc.virsat.external.lib.commons.math de.dlr.sc.virsat.external.lib.jfreechart de.dlr.sc.virsat.external.lib.json-simple + de.dlr.sc.virsat.external.lib.lyo de.dlr.sc.virsat.external.lib.matlabfile + de.dlr.sc.virsat.external.lib.mockito de.dlr.sc.virsat.external.lib.jersey + de.dlr.sc.virsat.external.lib.jersey.apache de.dlr.sc.virsat.external.lib.swagger de.dlr.sc.virsat.external.lib.protobuf de.dlr.sc.virsat.external.lib.vtk.linux.x86_64