Skip to content

Commit

Permalink
[#1404] FLS: evolve to reduce maintenance cost
Browse files Browse the repository at this point in the history
- remove remains
  • Loading branch information
ruspl-afed authored and eparovyshnaya committed Aug 17, 2024
1 parent d4e3659 commit dba25d8
Show file tree
Hide file tree
Showing 3 changed files with 2 additions and 26 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -12,7 +12,7 @@ Require-Bundle: org.eclipse.equinox.app;bundle-version="0.0.0";visibility:=reexp
org.eclipse.osgi;bundle-version="0.0.0";visibility:=reexport,
org.eclipse.passage.lic.api;bundle-version="0.0.0";visibility:=reexport,
org.eclipse.passage.lic.base;bundle-version="0.0.0";visibility:=reexport
Export-Package: org.eclipse.passage.lic.equinox;x-friends:="org.eclipse.passage.lbc.base",
Export-Package: org.eclipse.passage.lic.equinox;x-internal:=true,
org.eclipse.passage.lic.equinox.acquire;x-internal:=true,
org.eclipse.passage.lic.equinox.conditions;x-internal:=true,
org.eclipse.passage.lic.equinox.io;x-internal:=true,
Expand Down
2 changes: 1 addition & 1 deletion bundles/org.eclipse.passage.lic.oshi/META-INF/MANIFEST.MF
Original file line number Diff line number Diff line change
Expand Up @@ -9,7 +9,7 @@ Bundle-Copyright: %Bundle-Copyright
Bundle-RequiredExecutionEnvironment: JavaSE-17
Require-Bundle: org.eclipse.passage.lic.api;bundle-version="0.0.0",
org.eclipse.passage.lic.base;bundle-version="0.0.0"
Export-Package: org.eclipse.passage.lic.oshi;x-friends:="org.eclipse.passage.lbc.base"
Export-Package: org.eclipse.passage.lic.oshi;x-internal:=true
Bundle-ActivationPolicy: lazy
Import-Package: org.eclipse.osgi.util;version="1.0.0",
oshi;version="[6.2.2,7.0.0)",
Expand Down
24 changes: 0 additions & 24 deletions sites/org.eclipse.passage.repository/category.xml
Original file line number Diff line number Diff line change
Expand Up @@ -68,30 +68,6 @@
id="org.eclipse.passage.lic.jetty.feature.source">
<category name="org.eclipse.passage.lic.category.source" />
</feature>
<category-def
name="org.eclipse.passage.lbc.category"
label="Passage LBC">
<description>
Passage Licensing Back-end Components:
OSGi-based server to manage licensing data"
</description>
</category-def>
<feature
id="org.eclipse.passage.lbc.execute.feature">
<category name="org.eclipse.passage.lbc.category" />
</feature>
<category-def
name="org.eclipse.passage.lbc.category.source"
label="Passage LBC Developer Resources">
<description>
Passage Licensing Back-end Components Developer Resources:
OSGi-based server to manage licensing data"
</description>
</category-def>
<feature
id="org.eclipse.passage.lbc.execute.feature.source">
<category name="org.eclipse.passage.lbc.category.source" />
</feature>
<category-def
name="org.eclipse.passage.ldc.category"
label="Passage LDC">
Expand Down

0 comments on commit dba25d8

Please sign in to comment.