Emmanuel Bourg pushed to branch master at Debian Java Maintainers / ivyplusplus
Commits: f4198a92 by Emmanuel Bourg at 2018-09-19T06:38:57Z New upstream version 1.28 - - - - - ae2a241c by Emmanuel Bourg at 2018-09-19T06:38:58Z Update upstream source from tag 'upstream/1.28' Update to upstream version '1.28' with Debian dir ef48d9eb82ee29d6450a3948efa8a3eadabf4c31 - - - - - 834fbc5e by Emmanuel Bourg at 2018-09-19T06:49:34Z New upstream release (1.28) - - - - - 4 changed files: - debian/changelog - debian/copyright - src/com/zwitserloot/ivyplusplus/Version.java - src/com/zwitserloot/ivyplusplus/eclipse/BuildEclipseProject.java Changes: ===================================== debian/changelog ===================================== @@ -1,3 +1,10 @@ +ivyplusplus (1.28-1) unstable; urgency=medium + + * Team upload. + * New upstream release + + -- Emmanuel Bourg <[email protected]> Wed, 19 Sep 2018 08:40:06 +0200 + ivyplusplus (1.26-1) unstable; urgency=medium * Team upload. ===================================== debian/copyright ===================================== @@ -3,7 +3,7 @@ Upstream-Name: ivyplusplus Source: https://github.com/rzwitserloot/ivyplusplus Files: * -Copyright: 2010-2017, Reinier Zwitserloot +Copyright: 2010-2018, Reinier Zwitserloot License: MIT Files: debian/* ===================================== src/com/zwitserloot/ivyplusplus/Version.java ===================================== @@ -1,5 +1,5 @@ /** - * Copyright © 2010-2017 Reinier Zwitserloot. + * Copyright © 2010-2018 Reinier Zwitserloot. * * Permission is hereby granted, free of charge, to any person obtaining a copy * of this software and associated documentation files (the "Software"), to deal @@ -23,7 +23,7 @@ package com.zwitserloot.ivyplusplus; public class Version { // ** CAREFUL ** - this class must always compile with 0 dependencies (it must not refer to any other sources or libraries). - private static final String VERSION = "1.26"; + private static final String VERSION = "1.28"; private Version() { //Prevent instantiation ===================================== src/com/zwitserloot/ivyplusplus/eclipse/BuildEclipseProject.java ===================================== @@ -1,5 +1,5 @@ /** - * Copyright © 2010-2014 Reinier Zwitserloot. + * Copyright © 2010-2018 Reinier Zwitserloot. * * Permission is hereby granted, free of charge, to any person obtaining a copy * of this software and associated documentation files (the "Software"), to deal @@ -204,7 +204,7 @@ public class BuildEclipseProject extends IvyPostResolveTask { } if (i == b.length() && c.length() > i && c.charAt(i) == '/') { - return new EclipsePath(false, c.substring(i + 1)); + return new EclipsePath(false, (forceProject ? ("/" + projectname + "/") : "") + c.substring(i + 1)); } int lastSlashInBase = b.indexOf('/', lastSlash + 1); View it on GitLab: https://salsa.debian.org/java-team/ivyplusplus/compare/42daa867a01773acfd9025aa90bf3995d6be03ee...834fbc5e95d1dca46781012fc169504a639f274f -- View it on GitLab: https://salsa.debian.org/java-team/ivyplusplus/compare/42daa867a01773acfd9025aa90bf3995d6be03ee...834fbc5e95d1dca46781012fc169504a639f274f 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

