Skip to content

Commit

Permalink
Unify product definition in hopes to make icons work
Browse files Browse the repository at this point in the history
  • Loading branch information
Nicolas-Boltz committed May 29, 2024
1 parent 3ffd8f6 commit af19fc9
Showing 1 changed file with 13 additions and 29 deletions.
42 changes: 13 additions & 29 deletions products/org.dataflowanalysis.product/plugin.xml
Original file line number Diff line number Diff line change
@@ -1,48 +1,32 @@
<?xml version="1.0" encoding="UTF-8"?>
<?eclipse version="3.4"?>
<plugin>

<extension
id="DataFlowAnalysisBench"
id="DataFlowAnalysisProduct"
point="org.eclipse.core.runtime.products">
<product
name="DataFlowAnalysisBench"
name="DataFlowAnalysisBench"
application="org.eclipse.ui.ide.workbench">
<property
name="appName"
value="DataFlowAnalysisBench">
</property>
<property
name="aboutText"
value="This is the Data Flow Analysis product build, which is preconfigured with the DataFlowAnalysis Core Features.&#x0A;&#x0A;Version: DataFlowAnalysis Product 1.0.0&#x0A;&#x0A;We are awesome.&#x0A;&#x0A;https://www.dataflowanalysis.com">
value="This is the Data Flow Analysis product build, which is preconfigured with the DataFlowAnalysis Core Features.&#x0A;&#x0A;Version: DataFlowAnalysis Product 2.0.0&#x0A;&#x0A;We are awesome.&#x0A;&#x0A;https://www.dataflowanalysis.org">
</property>
<property
name="windowImages"
value="icons/window/16x16.png,icons/window/32x32.png,icons/window/48x48.png,icons/window/64x64.png,icons/window/128x128.png,icons/window/256x256.png">
name="aboutImage"
value="icons/about/250x250.png">
</property>
<property name="aboutImage" value="icons/about/250x250.png"/>
<property name="featureImage" value="icons/window/32x32.png"/>
</product>
</extension>
<extension
id="DataFlowAnalysisProduct"
point="org.eclipse.core.runtime.products">
<product
application="org.eclipse.ui.ide.workbench"
name="DataFlowAnalysisBench">
<property
<property
name="windowImages"
value="icons/window/16x16.png,icons/window/32x32.png,icons/window/48x48.png,icons/window/64x64.png,icons/window/128x128.png,icons/window/256x256.png">
</property>
<property
name="aboutText"
value="This is the Data Flow Analysis product build, which is preconfigured with the DataFlowAnalysis Core Features.&#x0A;&#x0A;Version: DataFlowAnalysis Product 2.0.0&#x0A;&#x0A;We are awesome.&#x0A;&#x0A;https://www.dataflowanalysis.org">
</property>
<property
name="aboutImage"
value="icons/about/250x250.png">
<property
name="appName"
value="DataFlowAnalysisBench">
</property>
<property
name="featureImage"
value="icons/window/32x32.png">
</property>
</product>
</extension>

</plugin>

0 comments on commit af19fc9

Please sign in to comment.