diff --git a/plugins/build-common.xml b/plugins/build-common.xml
index 0c20dacb0..f8392f1c2 100644
|
a
|
b
|
|
| 180 | 180 | </delete> |
| 181 | 181 | <manifest file="${manifest}" mode="update"> |
| 182 | 182 | <attribute name="Plugin-Mainversion" value="${plugin.main.version}"/> |
| 183 | | <attribute name="Plugin-Version" value="${version.entry.commit.revision}"/> |
| | 183 | <attribute name="Plugin-Version" value="${version.entry.commit.revision}" unless:set="plugin.version"/> |
| | 184 | <attribute name="Plugin-Version" value="${plugin.version}" if:set="plugin.version"/> |
| 184 | 185 | <attribute name="Plugin-Class" value="${plugin.class}" /> |
| 185 | 186 | <attribute name="Plugin-Description" value="${plugin.description}" /> |
| 186 | 187 | <attribute name="Plugin-Date" value="${version.entry.commit.date}" /> |