[Git][java-team/ivyplusplus][upstream] New upstream version 1.28

Emmanuel Bourg gitlab at salsa.debian.org
Wed Sep 19 07:49:54 BST 2018


Emmanuel Bourg pushed to branch upstream at Debian Java Maintainers / ivyplusplus


Commits:
f4198a92 by Emmanuel Bourg at 2018-09-19T06:38:57Z
New upstream version 1.28
- - - - -


2 changed files:

- src/com/zwitserloot/ivyplusplus/Version.java
- src/com/zwitserloot/ivyplusplus/eclipse/BuildEclipseProject.java


Changes:

=====================================
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/commit/f4198a92d5058d7ae832916653e2852ac8da3162

-- 
View it on GitLab: https://salsa.debian.org/java-team/ivyplusplus/commit/f4198a92d5058d7ae832916653e2852ac8da3162
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/20180919/b00e1ddf/attachment.html>


More information about the pkg-java-commits mailing list