Skip to content

Commit

Permalink
Remove unnecessary attributes from feature.xml files
Browse files Browse the repository at this point in the history
Apply the result of
eclipse-pde#730
  • Loading branch information
HannesWell committed Nov 4, 2023
1 parent 684af42 commit 5e3c370
Show file tree
Hide file tree
Showing 2 changed files with 9 additions and 33 deletions.
30 changes: 6 additions & 24 deletions tools/features/org.eclipse.e4.core.tools.feature/feature.xml
Original file line number Diff line number Diff line change
Expand Up @@ -21,44 +21,26 @@

<plugin
id="org.eclipse.e4.tools.emf.editor3x"
download-size="0"
install-size="0"
version="0.0.0"
unpack="false"/>
version="0.0.0"/>

<plugin
id="org.eclipse.e4.tools.emf.ui"
download-size="0"
install-size="0"
version="0.0.0"
unpack="false"/>
version="0.0.0"/>

<plugin
id="org.eclipse.e4.tools.compat"
download-size="0"
install-size="0"
version="0.0.0"
unpack="false"/>
version="0.0.0"/>

<plugin
id="org.eclipse.e4.tools.services"
download-size="0"
install-size="0"
version="0.0.0"
unpack="false"/>
version="0.0.0"/>

<plugin
id="org.eclipse.e4.tools"
download-size="0"
install-size="0"
version="0.0.0"
unpack="false"/>
version="0.0.0"/>

<plugin
id="org.eclipse.e4.tools.jdt.templates"
download-size="0"
install-size="0"
version="0.0.0"
unpack="false"/>
version="0.0.0"/>

</feature>
Original file line number Diff line number Diff line change
Expand Up @@ -2,7 +2,7 @@
<feature
id="org.eclipse.e4.tools.persistence.feature"
label="%featureName"
version="1.1.100.qualifier"
version="1.1.200.qualifier"
provider-name="%providerName"
license-feature="org.eclipse.license"
license-feature-version="0.0.0">
Expand All @@ -21,16 +21,10 @@

<plugin
id="org.eclipse.e4.tools.persistence"
download-size="0"
install-size="0"
version="0.0.0"
unpack="false"/>
version="0.0.0"/>

<plugin
id="org.eclipse.e4.tools.compatibility.migration"
download-size="0"
install-size="0"
version="0.0.0"
unpack="false"/>
version="0.0.0"/>

</feature>

0 comments on commit 5e3c370

Please sign in to comment.