Skip to content

Commit

Permalink
Remove obsolete resource modify tasks for ECF dependencies
Browse files Browse the repository at this point in the history
  • Loading branch information
merks committed Feb 16, 2024
1 parent 4462634 commit 3efcf22
Showing 1 changed file with 0 additions and 61 deletions.
61 changes: 0 additions & 61 deletions oomph/Platform.setup
Original file line number Diff line number Diff line change
Expand Up @@ -507,67 +507,6 @@
</configSections>
<description>ECF</description>
</setupTask>
<setupTask
xsi:type="setup:TextModifyTask"
excludedTriggers="BOOTSTRAP"
url="${github.clone.ecf.location|uri}/framework/bundles/org.eclipse.ecf.identity/src/org/eclipse/ecf/core/util/SystemLogService.java"
encoding="UTF-8">
<modification
pattern="(?im)public void log\(@SuppressWarnings\(&quot;rawtypes&quot;\) ServiceReference sr, int level, String message, Throwable exception\) \{\s+doLog\(sr, level, message, exception\);\s+\}\s+()\}(\s+)$">
<substitution> public org.osgi.service.log.Logger getLogger(String name) {\2 throw new UnsupportedOperationException();\2 }\2\2 public org.osgi.service.log.Logger getLogger(Class&lt;?> clazz) {\2 throw new UnsupportedOperationException();\2 }\2\2 public &lt;L extends org.osgi.service.log.Logger> L getLogger(String name, Class&lt;L> LoggerType) {\2 throw new UnsupportedOperationException();\2 }\2\2 public &lt;L extends org.osgi.service.log.Logger> L getLogger(Class&lt;?> clazz, Class&lt;L> LoggerType) {\2 throw new UnsupportedOperationException();\2 }\2 public &lt;L extends org.osgi.service.log.Logger> L getLogger(org.osgi.framework.Bundle bundle, String name, Class&lt;L> LoggerType) {\2 throw new UnsupportedOperationException();\2 }\2</substitution>
<substitution>\2</substitution>
</modification>
</setupTask>
<setupTask
xsi:type="setup:TextModifyTask"
excludedTriggers="BOOTSTRAP"
url="${github.clone.ecf.location|uri}/releng/features/org.eclipse.ecf.filetransfer.httpclient5.feature/.project"
encoding="UTF-8">
<modification
pattern="(?im)(^[^&lt;].*maven.*$)">
<substitution>&lt;!-- \1 --></substitution>
</modification>
</setupTask>
<setupTask
xsi:type="setup:TextModifyTask"
excludedTriggers="BOOTSTRAP"
url="${github.clone.ecf.location|uri}/releng/features/org.eclipse.ecf.filetransfer.httpclientjava.feature/.project"
encoding="UTF-8">
<modification
pattern="(?im)(^[^&lt;].*maven.*$)">
<substitution>&lt;!-- \1 --></substitution>
</modification>
</setupTask>
<setupTask
xsi:type="setup:TextModifyTask"
excludedTriggers="BOOTSTRAP"
url="${github.clone.ecf.location|uri}/providers/bundles/org.eclipse.ecf.provider.filetransfer.httpclient5/.project"
encoding="UTF-8">
<modification
pattern="(?im)(^[^&lt;].*maven.*$)">
<substitution>&lt;!-- \1 --></substitution>
</modification>
</setupTask>
<setupTask
xsi:type="setup:TextModifyTask"
excludedTriggers="BOOTSTRAP"
url="${github.clone.ecf.location|uri}/providers/bundles/org.eclipse.ecf.provider.filetransfer.httpclient5.win32/.project"
encoding="UTF-8">
<modification
pattern="(?im)(^[^&lt;].*maven.*$)">
<substitution>&lt;!-- \1 --></substitution>
</modification>
</setupTask>
<setupTask
xsi:type="setup:TextModifyTask"
excludedTriggers="BOOTSTRAP"
url="${github.clone.ecf.location|uri}/providers/bundles/org.eclipse.ecf.provider.filetransfer.httpclientjava/.project"
encoding="UTF-8">
<modification
pattern="(?im)(^[^&lt;].*maven.*$)">
<substitution>&lt;!-- \1 --></substitution>
</modification>
</setupTask>
<setupTask
xsi:type="setup.targlets:TargletTask">
<targlet
Expand Down

0 comments on commit 3efcf22

Please sign in to comment.