Skip to content

Commit

Permalink
Clean up features
Browse files Browse the repository at this point in the history
Remove source bundles
* reduces installation size
* avoids warnings about non existing source bundles
* if needed, should better be bundled in a separate feature

Several attributes are not needed anymore in feature.xml, therefore the
editor removed them now.

Also fix the feature descriptions (they must not be wrapped, since their
content is shown verbatim in the about dialog), and fix the names of the
authors.
  • Loading branch information
Bananeweizen authored and RoiSoleil committed Dec 9, 2023
1 parent e9d8189 commit 4a698bd
Show file tree
Hide file tree
Showing 3 changed files with 10 additions and 41 deletions.
23 changes: 4 additions & 19 deletions org.moreunit.feature/feature.xml
Original file line number Diff line number Diff line change
Expand Up @@ -7,13 +7,11 @@
plugin="org.moreunit">

<description url="http://moreunit.org">
MoreUnit is an Eclipse plug-in that assists you in writing more
unit tests. This feature provides advanced tools for writing
unit tests in Java.
MoreUnit is an Eclipse plug-in that assists you in writing more unit tests. This feature provides advanced tools for writing unit tests in Java.
</description>

<copyright url="http://moreunit.org/#about">
MoreUnit-Team (Henneberger Vera, Walton Channing, Nicolas Demengel)
MoreUnit Team (Vera Henneberger, Walton Channing, Nicolas Demengel)
</copyright>

<license>
Expand Down Expand Up @@ -125,23 +123,10 @@ This Agreement is governed by the laws of the State of New York and the intellec

<plugin
id="org.moreunit.core"
download-size="0"
install-size="0"
version="0.0.0"
unpack="false"/>
version="0.0.0"/>

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

<plugin
id="org.moreunit.source"
download-size="0"
install-size="0"
version="0.0.0"
unpack="false"/>
version="0.0.0"/>

</feature>
11 changes: 3 additions & 8 deletions org.moreunit.light.feature/feature.xml
Original file line number Diff line number Diff line change
Expand Up @@ -7,13 +7,11 @@
plugin="org.moreunit.core">

<description url="http://moreunit.org">
MoreUnit is an Eclipse plug-in that assists you in writing more
unit tests. This feature provides basic tools available for all
languages.
MoreUnit is an Eclipse plug-in that assists you in writing more unit tests. This feature provides basic tools available for all languages.
</description>

<copyright url="http://moreunit.org/#about">
MoreUnit-Team (Henneberger Vera, Walton Channing, Nicolas Demengel)
MoreUnit Team (Vera Henneberger, Walton Channing, Nicolas Demengel)
</copyright>

<license>
Expand Down Expand Up @@ -116,9 +114,6 @@ This Agreement is governed by the laws of the State of New York and the intellec

<plugin
id="org.moreunit.core"
download-size="0"
install-size="0"
version="0.0.0"
unpack="false"/>
version="0.0.0"/>

</feature>
17 changes: 3 additions & 14 deletions org.moreunit.mock.feature/feature.xml
Original file line number Diff line number Diff line change
Expand Up @@ -7,12 +7,11 @@
plugin="org.moreunit.mock">

<description url="http://moreunit.org">
MoreUnit is an Eclipse plug-in that assists you in writing more
unit tests. This feature provides support for Java mocking frameworks.
MoreUnit is an Eclipse plug-in that assists you in writing more unit tests. This feature provides support for Java mocking frameworks.
</description>

<copyright url="http://moreunit.org/#about">
MoreUnit-Team (Henneberger Vera, Walton Channing, Nicolas Demengel)
MoreUnit Team (Vera Henneberger, Walton Channing, Nicolas Demengel)
</copyright>

<license>
Expand Down Expand Up @@ -116,16 +115,6 @@ This Agreement is governed by the laws of the State of New York and the intellec

<plugin
id="org.moreunit.mock"
download-size="0"
install-size="0"
version="0.0.0"
unpack="false"/>

<plugin
id="org.moreunit.mock.source"
download-size="0"
install-size="0"
version="0.0.0"
unpack="false"/>
version="0.0.0"/>

</feature>

0 comments on commit 4a698bd

Please sign in to comment.