Skip to content

Commit

Permalink
Improve the source bundle content of the update site
Browse files Browse the repository at this point in the history
- Eliminate birt-wtp-integration-sdk which does not produce published
content.
- Include additional source/sdk features in
org.eclipse.birt.p2updatesite.
- Cleanup some of the unused content in
org.eclipse.birt.releng.birtbuilder.
  • Loading branch information
merks committed Jul 1, 2024
1 parent 6c44152 commit 69db1a5
Show file tree
Hide file tree
Showing 20 changed files with 109 additions and 4,879 deletions.
1 change: 0 additions & 1 deletion build/birt-packages/birt-wtp-integration-sdk/.gitignore

This file was deleted.

23 changes: 0 additions & 23 deletions build/birt-packages/birt-wtp-integration-sdk/.project

This file was deleted.

This file was deleted.

This file was deleted.

27 changes: 0 additions & 27 deletions build/birt-packages/birt-wtp-integration-sdk/category.xml

This file was deleted.

68 changes: 0 additions & 68 deletions build/birt-packages/birt-wtp-integration-sdk/pom.xml

This file was deleted.

1 change: 0 additions & 1 deletion build/birt-packages/pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -39,7 +39,6 @@
<module>birt-runtime-osgi</module>
<module>birt-sample-plugins</module>
<module>birt-tests-suite</module>
<module>birt-wtp-integration-sdk</module>
<module>birt-source</module>
<module>birt-nl</module>
<module>birt-runtime-test</module>
Expand Down
7 changes: 6 additions & 1 deletion build/org.eclipse.birt.p2updatesite/category.xml
Original file line number Diff line number Diff line change
Expand Up @@ -50,6 +50,9 @@
<feature id="org.eclipse.birt.chart.integration.wtp">
<category name="wtpIntegration"/>
</feature>
<feature id="org.eclipse.birt.integration.wtp.sdk">
<category name="wtpIntegration"/>
</feature>
<feature id="org.eclipse.birt.integration.wtp">
<category name="wtpIntegration"/>
</feature>
Expand All @@ -72,6 +75,8 @@
<category name="BirtRcp"/>
</feature>

<feature id="org.eclipse.birt.source"/>

<category-def name="Birt" label="BIRT Reporting SDK"/>
<category-def name="Chart" label="BIRT Charting SDK"/>
<category-def name="OSGi" label="BIRT Engine OSGi Runtime SDK"/>
Expand All @@ -89,7 +94,7 @@
BIRT Report Designer All-In-One Product. Do not install in your IDE!
</description>
</category-def>

<iu>
<category name="BirtAllInOne"/>
<query>
Expand Down
17 changes: 0 additions & 17 deletions build/org.eclipse.birt.releng.birtbuilder/.project
Original file line number Diff line number Diff line change
Expand Up @@ -5,24 +5,7 @@
<projects>
</projects>
<buildSpec>
<buildCommand>
<name>org.eclipse.pde.ManifestBuilder</name>
<arguments>
</arguments>
</buildCommand>
<buildCommand>
<name>org.eclipse.pde.SchemaBuilder</name>
<arguments>
</arguments>
</buildCommand>
<buildCommand>
<name>org.eclipse.pde.FeatureBuilder</name>
<arguments>
</arguments>
</buildCommand>
</buildSpec>
<natures>
<nature>org.eclipse.pde.PluginNature</nature>
<nature>org.eclipse.pde.FeatureNature</nature>
</natures>
</projectDescription>
Loading

0 comments on commit 69db1a5

Please sign in to comment.