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 <[email protected]>  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.
_______________________________________________
pkg-java-commits mailing list
[email protected]
https://alioth-lists.debian.net/cgi-bin/mailman/listinfo/pkg-java-commits

Reply via email to