3dcf6c
From bb26bdfa9f742a6ae5d39e0312aeadb8e9b48940 Mon Sep 17 00:00:00 2001
3dcf6c
From: Michael Simacek <msimacek@redhat.com>
3dcf6c
Date: Tue, 12 Sep 2017 18:11:27 +0300
3dcf6c
Subject: [PATCH 2/2] Fix ant compatibility
3dcf6c
3dcf6c
---
3dcf6c
 biz.aQute.bnd/src/aQute/bnd/ant/BndTask.java | 2 +-
3dcf6c
 1 file changed, 1 insertion(+), 1 deletion(-)
3dcf6c
3dcf6c
diff --git a/biz.aQute.bnd/src/aQute/bnd/ant/BndTask.java b/biz.aQute.bnd/src/aQute/bnd/ant/BndTask.java
3dcf6c
index aac8b8a..26dfe59 100644
3dcf6c
--- a/biz.aQute.bnd/src/aQute/bnd/ant/BndTask.java
3dcf6c
+++ b/biz.aQute.bnd/src/aQute/bnd/ant/BndTask.java
3dcf6c
@@ -220,7 +220,7 @@ public class BndTask extends BaseTask {
3dcf6c
 				if (inherit) {
3dcf6c
 					Properties projectProperties = new UTF8Properties();
3dcf6c
 					@SuppressWarnings("unchecked")
3dcf6c
-					Hashtable<Object,Object> antProps = getProject().getProperties();
3dcf6c
+					Hashtable<String,Object> antProps = getProject().getProperties();
3dcf6c
 					projectProperties.putAll(antProps);
3dcf6c
 					projectProperties.putAll(builder.getProperties());
3dcf6c
 					builder.setProperties(projectProperties);
3dcf6c
-- 
3dcf6c
2.13.5
3dcf6c