Skip to content

Commit

Permalink
eclipse-capella#147 Remove tempered jar content for deprecated richte…
Browse files Browse the repository at this point in the history
…xt-ie/edge compatibility issue fix
  • Loading branch information
arnauddieumegard committed Jan 4, 2022
1 parent 73ed735 commit c2afc94
Showing 1 changed file with 0 additions and 15 deletions.
15 changes: 0 additions & 15 deletions releng/plugins/org.polarsys.capella.studio.releng.product/pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -73,21 +73,6 @@
<touch mkdirs="true" file="${basedir}/target/products/org.polarsys.capella.studio.releng.product/linux/gtk/x86_64/dropins/.empty"/>
<touch mkdirs="true" file="${basedir}/target/products/org.polarsys.capella.studio.releng.product/macosx/cocoa/x86_64/dropins/.empty"/>
<touch mkdirs="true" file="${basedir}/target/products/org.polarsys.capella.studio.releng.product/win32/win32/x86_64/dropins/.empty"/>

<!-- Patch Nebula template -->
<replace dir="${basedir}/target/products/org.polarsys.capella.studio.releng.product/linux/gtk/x86_64/plugins">
<include name="org.eclipse.nebula.widgets.richtext_*/org/eclipse/nebula/widgets/richtext/resources/template.html"/>
<replacefilter token="&lt;meta charset=&quot;utf-8&quot;&gt;" value="&lt;meta charset=&quot;utf-8&quot;&gt;${line.separator}&lt;meta http-equiv=&quot;X-UA-Compatible&quot; content=&quot;IE=EDGE&quot;&gt;"/>
</replace>
<replace dir="${basedir}/target/products/org.polarsys.capella.studio.releng.product/win32/win32/x86_64/plugins">
<include name="org.eclipse.nebula.widgets.richtext_*/org/eclipse/nebula/widgets/richtext/resources/template.html"/>
<replacefilter token="&lt;meta charset=&quot;utf-8&quot;&gt;" value="&lt;meta charset=&quot;utf-8&quot;&gt;${line.separator}&lt;meta http-equiv=&quot;X-UA-Compatible&quot; content=&quot;IE=EDGE&quot;&gt;"/>
</replace>
<replace dir="${basedir}/target/products/org.polarsys.capella.studio.releng.product/macosx/cocoa/x86_64/Eclipse.app/Contents/Eclipse/plugins">
<include name="org.eclipse.nebula.widgets.richtext_*/org/eclipse/nebula/widgets/richtext/resources/template.html"/>
<replacefilter token="&lt;meta charset=&quot;utf-8&quot;&gt;" value="&lt;meta charset=&quot;utf-8&quot;&gt;${line.separator}&lt;meta http-equiv=&quot;X-UA-Compatible&quot; content=&quot;IE=EDGE&quot;&gt;"/>
</replace>

</target>
</configuration>
<goals>
Expand Down

0 comments on commit c2afc94

Please sign in to comment.