Skip to content

Commit

Permalink
Avoid BIRT binary equivalents in the target platform
Browse files Browse the repository at this point in the history
This is relevant when using the release train in the target platform
during resolution/generation because the train includes some much older
versions of BIRT.

eclipse-birt#1585
  • Loading branch information
merks committed Mar 12, 2024
1 parent 00fe855 commit 3a5247b
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 3 deletions.
3 changes: 2 additions & 1 deletion build/org.eclipse.birt.releng/BIRT.setup
Original file line number Diff line number Diff line change
Expand Up @@ -402,7 +402,8 @@
xsi:type="setup.targlets:TargletTask">
<targlet
name="BIRT"
activeRepositoryList="${birt.version}">
activeRepositoryList="${birt.version}"
includeBinaryEquivalents="false">
<annotation
source="http:/www.eclipse.org/oomph/targlets/TargetDefinitionGenerator">
<detail
Expand Down
3 changes: 1 addition & 2 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="32">
<target name="Generated from BIRT" sequenceNumber="33">
<locations>
<location includeAllPlatforms="false" includeConfigurePhase="true" includeMode="planner" includeSource="true" type="InstallableUnit">
<unit id="bcpg" version="0.0.0"/>
Expand Down Expand Up @@ -123,7 +123,6 @@
<unit id="org.mongodb.mongo-java-driver" version="0.0.0"/>
<unit id="org.mortbay.jasper.apache-el" version="9.0.83"/>
<unit id="org.mortbay.jasper.apache-jsp" version="9.0.83"/>
<unit id="org.mozilla.javascript" version="0.0.0"/>
<unit id="org.mozilla.rhino" version="0.0.0"/>
<unit id="org.objectweb.asm.commons" version="0.0.0"/>
<unit id="org.osgi.service.coordinator" version="0.0.0"/>
Expand Down

0 comments on commit 3a5247b

Please sign in to comment.