Skip to content

Commit

Permalink
Remove *.product files that are not actually used to build products
Browse files Browse the repository at this point in the history
- Update the all-in-one product configuration to match that of the
Platform SDK and the EPP products.
  • Loading branch information
merks committed Jul 2, 2024
1 parent 69db1a5 commit 3bd8e16
Show file tree
Hide file tree
Showing 7 changed files with 15 additions and 1,099 deletions.
439 changes: 0 additions & 439 deletions UI/org.eclipse.birt.report.designer.ui.rcp/BIRT-headless.product

This file was deleted.

442 changes: 0 additions & 442 deletions UI/org.eclipse.birt.report.designer.ui.rcp/BIRT.product

This file was deleted.

Original file line number Diff line number Diff line change
Expand Up @@ -21,4 +21,3 @@ jars.compile.order = .
source.. = src/
output.. = target/classes/
src.includes = about.html
product = BIRT.product
23 changes: 14 additions & 9 deletions build/birt-packages/birt-report-all-in-one/BIRT.product
Original file line number Diff line number Diff line change
Expand Up @@ -50,7 +50,7 @@ Powered by the Eclipse Platform: https://eclipse.org/eclipse
<windowImages i16="/org.eclipse.birt.branding/images/p16.png" i32="/org.eclipse.birt.branding/images/p32.png" i48="/org.eclipse.birt.branding/images/p48.png" i64="/org.eclipse.birt.branding/images/p64.png" i128="/org.eclipse.birt.branding/images/p128.png" i256="/org.eclipse.birt.branding/images/p256.png"/>

<splash
location="org.eclipse.birt.branding" />
location="org.eclipse.birt.branding"/>
<launcher name="birt">
<win useIco="true">
<ico path="images/birt.ico"/>
Expand Down Expand Up @@ -296,14 +296,19 @@ United States, other countries, or both.
</features>

<configurations>
<plugin id="org.apache.felix.scr" autoStart="true" startLevel="2" />
<plugin id="org.eclipse.core.runtime" autoStart="true" startLevel="0" />
<plugin id="org.eclipse.equinox.common" autoStart="true" startLevel="2" />
<plugin id="org.eclipse.equinox.event" autoStart="true" startLevel="2" />
<plugin id="org.eclipse.equinox.simpleconfigurator" autoStart="true" startLevel="1" />
<property name="eclipse.product" value="org.eclipse.birt.branding.birt_all_in_one" />
<property name="org.eclipse.update.reconcile" value="false" />
<property name="eclipse.application" value="org.eclipse.ui.ide.workbench" />
<plugin id="org.apache.aries.spifly.dynamic.bundle" autoStart="true" startLevel="2"/>
<plugin id="org.apache.felix.scr" autoStart="true" startLevel="2"/>
<plugin id="org.eclipse.core.runtime" autoStart="true" startLevel="4"/>
<plugin id="org.eclipse.equinox.common" autoStart="true" startLevel="2"/>
<plugin id="org.eclipse.equinox.event" autoStart="true" startLevel="2"/>
<plugin id="org.eclipse.equinox.p2.reconciler.dropins" autoStart="true" startLevel="4"/>
<plugin id="org.eclipse.equinox.simpleconfigurator" autoStart="true" startLevel="1"/>
<plugin id="slf4j.simple" autoStart="true" startLevel="2"/>
<property name="eclipse.product" value="org.eclipse.birt.branding.birt_all_in_one"/>
<property name="org.eclipse.update.reconcile" value="false"/>
<property name="eclipse.application" value="org.eclipse.ui.ide.workbench"/>
<property name="osgi.instance.area.default" value="@user.home/workspace"/>
<property name="osgi.instance.area.default" value="@user.home/Documents/workspace" os="macosx"/>
</configurations>

<preferencesInfo>
Expand Down
5 changes: 1 addition & 4 deletions build/org.eclipse.birt.target/org.eclipse.birt.target.target
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
<?xml version="1.0" encoding="UTF-8" standalone="no"?>
<?pde version="3.8"?>
<target name="Generated from BIRT" sequenceNumber="41">
<target name="Generated from BIRT" sequenceNumber="42">
<locations>
<location includeAllPlatforms="false" includeConfigurePhase="true" includeMode="planner" includeSource="true" type="InstallableUnit">
<unit id="bcpg" version="0.0.0"/>
Expand All @@ -25,11 +25,8 @@
<unit id="jakarta.xml.bind-api" version="0.0.0"/>
<unit id="javax.activation" version="0.0.0"/>
<unit id="javax.annotation" version="0.0.0"/>
<unit id="javax.el" version="0.0.0"/>
<unit id="javax.inject" version="0.0.0"/>
<unit id="javax.servlet" version="0.0.0"/>
<unit id="javax.servlet-api" version="0.0.0"/>
<unit id="javax.servlet.jsp" version="0.0.0"/>
<unit id="javax.servlet.jsp-api" version="0.0.0"/>
<unit id="javax.xml.bind" version="0.0.0"/>
<unit id="javax.xml.rpc-api" version="0.0.0"/>
Expand Down
197 changes: 0 additions & 197 deletions engine/org.eclipse.birt.report.engine/ReportEngineSDK.product

This file was deleted.

7 changes: 0 additions & 7 deletions engine/org.eclipse.birt.report.engine/sdk/config.ini

This file was deleted.

0 comments on commit 3bd8e16

Please sign in to comment.