[Git][java-team/eclipse-debian-helper][master] 3 commits: Mount the bundle dependencies before the default dependencies in the compilation classpath

Emmanuel Bourg gitlab at salsa.debian.org
Thu Jul 11 12:37:15 BST 2019



Emmanuel Bourg pushed to branch master at Debian Java Maintainers / eclipse-debian-helper


Commits:
9e91d98a by Emmanuel Bourg at 2019-07-11T11:31:11Z
Mount the bundle dependencies before the default dependencies in the compilation classpath

- - - - -
2716a38e by Emmanuel Bourg at 2019-07-11T11:31:27Z
Standards-Version updated to 4.4.0

- - - - -
81c5eee8 by Emmanuel Bourg at 2019-07-11T11:31:45Z
Upload to unstable

- - - - -


3 changed files:

- debian/changelog
- debian/control
- src/ant/build-eclipse-bundle.xml


Changes:

=====================================
debian/changelog
=====================================
@@ -1,3 +1,11 @@
+eclipse-debian-helper (1.6) unstable; urgency=medium
+
+  * Mount the bundle dependencies before the default dependencies
+    in the compilation classpath
+  * Standards-Version updated to 4.4.0
+
+ -- Emmanuel Bourg <ebourg at apache.org>  Thu, 11 Jul 2019 13:31:38 +0200
+
 eclipse-debian-helper (1.5) unstable; urgency=medium
 
   * Improved the detection of the bundle name


=====================================
debian/control
=====================================
@@ -4,7 +4,7 @@ Priority: optional
 Maintainer: Debian Java Maintainers <pkg-java-maintainers at lists.alioth.debian.org>
 Uploaders: Emmanuel Bourg <ebourg at apache.org>
 Build-Depends: debhelper (>= 11),
-Standards-Version: 4.2.1
+Standards-Version: 4.4.0
 Vcs-Git: https://salsa.debian.org/java-team/eclipse-debian-helper.git
 Vcs-Browser: https://salsa.debian.org/java-team/eclipse-debian-helper
 Homepage: https://salsa.debian.org/java-team/eclipse-debian-helper


=====================================
src/ant/build-eclipse-bundle.xml
=====================================
@@ -63,11 +63,11 @@
           <!-- Compile the source files to target/classes -->
           <javac srcdir="${bundle.dir.@{name}}/target/sources" destdir="${bundle.dir.@{name}}/target/classes" debug="yes" release="@{release}" includeantruntime="false" encoding="@{encoding}">
             <classpath>
+              <fileset dir="." includesfile="${bundle.dir.@{name}}/target/dependencies"/>
+              <bundle-classpath/>
               <pathelement path="/usr/share/java/eclipse-osgi.jar"/>
               <pathelement path="/usr/share/java/org.eclipse.osgi.jar"/>
               <pathelement path="/usr/share/java/osgi.compendium.jar"/>
-              <fileset dir="." includesfile="${bundle.dir.@{name}}/target/dependencies"/>
-              <bundle-classpath/>
             </classpath>
           </javac>
 



View it on GitLab: https://salsa.debian.org/java-team/eclipse-debian-helper/compare/3cce75456367ed4ccc2dcfbd60e1e4ade435ebd5...81c5eee84b9cda643019db86cc8f857ad963f765

-- 
View it on GitLab: https://salsa.debian.org/java-team/eclipse-debian-helper/compare/3cce75456367ed4ccc2dcfbd60e1e4ade435ebd5...81c5eee84b9cda643019db86cc8f857ad963f765
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/20190711/b1e31100/attachment.html>


More information about the pkg-java-commits mailing list