[Git][java-team/eclipse-debian-helper][master] Improved the detection of the bundle name
Emmanuel Bourg
gitlab at salsa.debian.org
Fri Oct 26 07:43:09 BST 2018
Emmanuel Bourg pushed to branch master at Debian Java Maintainers / eclipse-debian-helper
Commits:
3cce7545 by Emmanuel Bourg at 2018-10-26T06:41:58Z
Improved the detection of the bundle name
- - - - -
2 changed files:
- debian/changelog
- src/ant/build-eclipse-bundle.xml
Changes:
=====================================
debian/changelog
=====================================
@@ -1,3 +1,9 @@
+eclipse-debian-helper (1.5) unstable; urgency=medium
+
+ * Improved the detection of the bundle name
+
+ -- Emmanuel Bourg <ebourg at apache.org> Fri, 26 Oct 2018 08:41:53 +0200
+
eclipse-debian-helper (1.4) unstable; urgency=medium
* Team upload.
=====================================
src/ant/build-eclipse-bundle.xml
=====================================
@@ -22,7 +22,8 @@
<!-- Extract and clean the bundle version from the manifest -->
<bundle-version name="@{name}" basedir="@{basedir}" property="bundle.version.@{name}"/>
- <propertyregex property="bundle.desc.@{name}" input="${@{name}.pluginName}${@{name}.bundleName}" regexp="\$\{.*\}" replace="" global="true" override="true"/>
+
+ <propertyregex property="bundle.desc.@{name}" input="${@{name}.Plugin.name}${@{name}.pluginName}${@{name}.bundleName}${@{name}.Bundle-Name}${@{name}.name}" regexp="\$\{[^\$]*\}" replace="" global="true" override="true"/>
<echo>Building bundle '${bundle.desc.@{name}}' (@{name}:${bundle.version.@{name}})</echo>
View it on GitLab: https://salsa.debian.org/java-team/eclipse-debian-helper/commit/3cce75456367ed4ccc2dcfbd60e1e4ade435ebd5
--
View it on GitLab: https://salsa.debian.org/java-team/eclipse-debian-helper/commit/3cce75456367ed4ccc2dcfbd60e1e4ade435ebd5
You're receiving this email because of your account on salsa.debian.org.
-------------- next part --------------
An HTML attachment was scrubbed...
URL: <http://alioth-lists.debian.net/pipermail/pkg-java-commits/attachments/20181026/593e8b1b/attachment.html>
More information about the pkg-java-commits
mailing list