Skip to content

Commit

Permalink
Remove nested jars fop, commons-cli, tidy, and commons-codec
Browse files Browse the repository at this point in the history
- Replace with proper dependencies from Orbit.
- Update the target platform to specify those dependencies.
- Garbage collect ant scripts and unused artifacts.
  • Loading branch information
merks committed Jul 4, 2024
1 parent de4a1cf commit 1fed200
Show file tree
Hide file tree
Showing 28 changed files with 28 additions and 1,673 deletions.
2 changes: 1 addition & 1 deletion build/org.eclipse.birt.api/build.xml
Original file line number Diff line number Diff line change
Expand Up @@ -31,7 +31,6 @@
</target>
<target name="copy-api-jars">
<echo>copy API jars to "${LIB_DIR}</echo>
<copy file="${ROOT_DIR}/engine/org.eclipse.birt.report.engine/lib/commons-cli-1.0.jar" tofile="${LIB_DIR}/commons-cli-1.0.jar" />
<copy todir="${LIB_DIR}">
<fileset dir="${ROOT_DIR}">
<include name="core/org.eclipse.birt.core/target/org.eclipse.birt.core-*-api.jar" />
Expand Down Expand Up @@ -80,6 +79,7 @@
<antcall target="build-odaconnectivity-api" />
<copy todir="${LIB_DIR}">
<fileset dir="${PRODUCT_DIR}/plugins">
<include name="org.apache.commons.cli_*.jar" />
<include name="org.apache.commons.codec_*.jar" />
<include name="org.eclipse.birt.axis.overlay_*.jar" />
<include name="org.eclipse.emf.common_*.jar" />
Expand Down
219 changes: 0 additions & 219 deletions build/org.eclipse.birt.build/BuildMavenSource.xml

This file was deleted.

5 changes: 2 additions & 3 deletions build/org.eclipse.birt.build/build.properties
Original file line number Diff line number Diff line change
Expand Up @@ -10,11 +10,10 @@
# * Contributors:
# * See git history
# *******************************************************************************/
source.. = src/
output.. = target/classes/
bin.includes = META-INF/,\
about.html,\
.,\
OSGI-INF/l10n/bundle.properties,\
OSGI-INF/
jars.compile.order = .
source.. = src/
output.. = target/classes/
Loading

0 comments on commit 1fed200

Please sign in to comment.