Skip to content

Commit

Permalink
FLS: product licensing requirement #1175
Browse files Browse the repository at this point in the history
revert PDE invasion

Signed-off-by: eparovyshnaia <[email protected]>
  • Loading branch information
eparovyshnaya committed Dec 5, 2022
1 parent 40b34de commit 07a3372
Show file tree
Hide file tree
Showing 2 changed files with 10 additions and 10 deletions.
8 changes: 0 additions & 8 deletions bundles/org.eclipse.passage.lbc.fls/plugin.xml
Original file line number Diff line number Diff line change
Expand Up @@ -34,12 +34,4 @@
</property>
</product>
</extension>
<extension
id="product"
point="org.eclipse.core.runtime.products">
<product
application="org.eclipse.passage.lbc.fls.application"
name="Passage Floating License Server">
</product>
</extension>
</plugin>
12 changes: 10 additions & 2 deletions bundles/org.eclipse.passage.loc.operator/plugin.xml
Original file line number Diff line number Diff line change
Expand Up @@ -17,11 +17,19 @@
id="product"
point="org.eclipse.core.runtime.products">
<product
name="Passage Licensing Operator Workbench"
name="%product.name"
application="org.eclipse.e4.ui.workbench.swt.E4Application">
<property
name="appName"
value="Passage Licensing Operator Workbench">
value="%application.name">
</property>
<property
name="aboutImage"
value="images/about.png">
</property>
<property
name="aboutText"
value="%aboutText">
</property>
<property
name="applicationCSS"
Expand Down

0 comments on commit 07a3372

Please sign in to comment.