This is an automated email from the ASF dual-hosted git repository.
fschumacher pushed a commit to branch master
in repository https://gitbox.apache.org/repos/asf/jmeter.git
The following commit(s) were added to refs/heads/master by this push:
new bb4870b Keep darcula of the classpath while building with ant
bb4870b is described below
commit bb4870ba59283d031275bacabbeb44962ab37cdc
Author: Felix Schumacher <[email protected]>
AuthorDate: Sun Jun 16 20:25:32 2019 +0200
Keep darcula of the classpath while building with ant
JDK 13 has problems with the used version of darcula and it should
not be needed for building anyway.
---
build.xml | 2 ++
1 file changed, 2 insertions(+)
diff --git a/build.xml b/build.xml
index 36b1e96..6c5215e 100644
--- a/build.xml
+++ b/build.xml
@@ -497,7 +497,9 @@
<pathelement location="${lib.dir}/${commons-net.jar}"/>
<pathelement location="${lib.dir}/${commons-pool2.jar}"/>
<pathelement location="${lib.dir}/${commons-text.jar}"/>
+<!--
<pathelement location="${lib.dir}/${darcula.jar}"/>
+-->
<pathelement location="${lib.dir}/${dnsjava.jar}"/>
<pathelement location="${lib.dir}/${freemarker.jar}"/>
<pathelement location="${lib.dir}/${groovy-all.jar}"/>