Skip to content

Commit

Permalink
Eliminate API errors in ECF by modifying the version as it should be
Browse files Browse the repository at this point in the history
  • Loading branch information
merks committed Sep 4, 2024
1 parent 10458b1 commit e4db99f
Showing 1 changed file with 9 additions and 0 deletions.
9 changes: 9 additions & 0 deletions oomph/Platform.setup
Original file line number Diff line number Diff line change
Expand Up @@ -525,6 +525,15 @@
project="org.eclipse.ecf"/>
</workingSet>
</setupTask>
<setupTask
xsi:type="setup:TextModifyTask"
url="${github.clone.ecf.location|uri}/framework/bundles/org.eclipse.ecf.ssl/META-INF/MANIFEST.MF"
encoding="ISO-8859-1">
<modification
pattern="(Bundle-Version: 1.3.100.qualifier)">
<substitution>Bundle-Version: 1.4.0.qualifier</substitution>
</modification>
</setupTask>
<stream
name="master"
label="Master"/>
Expand Down

0 comments on commit e4db99f

Please sign in to comment.