Skip to content

Commit

Permalink
Re-enable Eclipse Passage in SimRel #1020
Browse files Browse the repository at this point in the history
Add com.fasterxml.jackson bundles

Signed-off-by: Alexander Fedorov <[email protected]>
  • Loading branch information
ruspl-afed committed Feb 2, 2022
1 parent e9eb571 commit cdc53c1
Show file tree
Hide file tree
Showing 2 changed files with 23 additions and 6 deletions.
8 changes: 2 additions & 6 deletions bundles/org.eclipse.passage.lic.json/META-INF/MANIFEST.MF
Original file line number Diff line number Diff line change
Expand Up @@ -2,18 +2,14 @@ Manifest-Version: 1.0
Automatic-Module-Name: org.eclipse.passage.lic.json
Bundle-ManifestVersion: 2
Bundle-SymbolicName: org.eclipse.passage.lic.json
Bundle-Version: 1.1.1.qualifier
Bundle-Version: 1.1.100.qualifier
Bundle-Name: %Bundle-Name
Bundle-Vendor: %Bundle-Vendor
Bundle-Copyright: %Bundle-Copyright
Bundle-RequiredExecutionEnvironment: JavaSE-1.8
Require-Bundle: org.apache.httpcomponents.httpcore;bundle-version="0.0.0",
org.apache.httpcomponents.httpclient;bundle-version="0.0.0",
com.fasterxml.jackson.core.jackson-annotations;bundle-version="0.0.0",
Require-Bundle: com.fasterxml.jackson.core.jackson-annotations;bundle-version="0.0.0",
com.fasterxml.jackson.core.jackson-core;bundle-version="0.0.0",
com.fasterxml.jackson.core.jackson-databind;bundle-version="0.0.0",
org.eclipse.osgi.services;bundle-version="0.0.0",
org.eclipse.passage.lic.base;bundle-version="0.0.0",
org.eclipse.passage.lic.net;bundle-version="0.0.0"
Export-Package: org.eclipse.passage.lic.internal.json;x-internal:=true
Bundle-ActivationPolicy: lazy
21 changes: 21 additions & 0 deletions features/org.eclipse.passage.lic.json.feature/feature.xml
Original file line number Diff line number Diff line change
Expand Up @@ -44,4 +44,25 @@
version="0.0.0"
unpack="false"/>

<plugin
id="com.fasterxml.jackson.core.jackson-annotations"
download-size="0"
install-size="0"
version="0.0.0"
unpack="false"/>

<plugin
id="com.fasterxml.jackson.core.jackson-core"
download-size="0"
install-size="0"
version="0.0.0"
unpack="false"/>

<plugin
id="com.fasterxml.jackson.core.jackson-databind"
download-size="0"
install-size="0"
version="0.0.0"
unpack="false"/>

</feature>

0 comments on commit cdc53c1

Please sign in to comment.