Skip to content

Commit

Permalink
Modify ECF setup to eliminate API errors
Browse files Browse the repository at this point in the history
- Remove the ssl text modification because the ssl projects are no
longer imported.
  • Loading branch information
merks committed Jan 27, 2025
1 parent a6b1ce2 commit 8552bf6
Showing 1 changed file with 10 additions and 10 deletions.
20 changes: 10 additions & 10 deletions oomph/Platform.setup
Original file line number Diff line number Diff line change
Expand Up @@ -538,16 +538,6 @@
project="org.eclipse.ecf"/>
</workingSet>
</setupTask>
<setupTask
xsi:type="setup:TextModifyTask"
excludedTriggers="BOOTSTRAP"
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>
<setupTask
xsi:type="setup:ResourceCreationTask"
excludedTriggers="BOOTSTRAP"
Expand Down Expand Up @@ -596,6 +586,16 @@

</content>
</setupTask>
<setupTask
xsi:type="setup:TextModifyTask"
excludedTriggers="BOOTSTRAP"
url="${github.clone.ecf.location|uri}/providers/bundles/org.eclipse.ecf.provider.filetransfer.httpclientjava/META-INF/MANIFEST.MF"
encoding="ISO-8859-1">
<modification
pattern="(org.eclipse.ecf.internal.provider.filetransfer.httpclientjava;version=&quot;1\.0\.0&quot;)">
<substitution>org.eclipse.ecf.internal.provider.filetransfer.httpclientjava;version=&quot;1.1.0&quot;</substitution>
</modification>
</setupTask>
<stream
name="master"
label="Master"/>
Expand Down

0 comments on commit 8552bf6

Please sign in to comment.