Skip to content

Commit

Permalink
Simplify and cleanup the build process
Browse files Browse the repository at this point in the history
- Garbage collect unused ant and shell scripts.
- Garbage collect unused checked-in jars.
- Avoid creating nested  within jars as much as possible.
  • Loading branch information
merks committed Jul 2, 2024
1 parent 3bd8e16 commit 2f1559c
Show file tree
Hide file tree
Showing 100 changed files with 144 additions and 6,150 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -39,5 +39,5 @@ Require-Bundle: org.eclipse.core.runtime;bundle-version="[3.2.0,4.0.0)",
org.eclipse.birt.report.designer.ui.views;bundle-version="4.13.0"
Bundle-ActivationPolicy: lazy
Bundle-RequiredExecutionEnvironment: JavaSE-11
Bundle-ClassPath: designertests.jar
Bundle-ClassPath: .
Automatic-Module-Name: org.eclipse.birt.report.designer.tests
7 changes: 3 additions & 4 deletions UI/org.eclipse.birt.report.designer.tests/build.properties
Original file line number Diff line number Diff line change
Expand Up @@ -13,13 +13,12 @@
bin.includes = .,\
META-INF/,\
about.html,\
designertests.jar,\
plugin.xml,\
test.xml,\
icon/,\
OSGI-INF/l10n/bundle.properties,\
OSGI-INF/
output.designertests.jar = target/classes/
source.designertests.jar = test/,\
src/
output.. = target/classes/
source.. = test/,\
src/
src.includes = about.html
Original file line number Diff line number Diff line change
Expand Up @@ -25,6 +25,5 @@ Export-Package: org.eclipse.birt.report.designer.data.ui.actions,
org.eclipse.birt.report.designer.data.ui.datasource,
org.eclipse.birt.report.designer.data.ui.providers,
org.eclipse.birt.report.designer.data.ui.util
Bundle-ClassPath: library.jar,
.
Bundle-ClassPath: .
Automatic-Module-Name: org.eclipse.birt.report.designer.ui.data
247 changes: 0 additions & 247 deletions UI/org.eclipse.birt.report.designer.ui.ide/BuildDesignerIDE.xml

This file was deleted.

Loading

0 comments on commit 2f1559c

Please sign in to comment.