Blob Blame History Raw
From beac0b1f79cbd710c91b6b6e7c3adaf840b77d1b Mon Sep 17 00:00:00 2001
From: Marian Koncek <mkoncek@redhat.com>
Date: Mon, 23 Sep 2019 12:04:03 +0200
Subject: [PATCH] Exclude bsf adapter

---
 build.xml | 5 ++---
 1 file changed, 2 insertions(+), 3 deletions(-)

diff --git a/build.xml b/build.xml
index 4f400dc..9e2079a 100644
--- a/build.xml
+++ b/build.xml
@@ -56,10 +56,9 @@
 		value="bsh/JThis.java,bsh/classpath/*,bsh/util/*,bsh/reflect/*,bsh/ExternalNameSpace.java"/>
 	-->
 
-	<!-- Uncomment to build without making the BSF adapter 
+	<!-- Uncomment to build without making the BSF adapter -->
 	<property name="exclude-bsf" 
 		value="bsh/util/BeanShellBSFEngine.java,TestBshBSF.java"/>
-	-->
 
 	<!-- Uncomment to build without making the javax.script (JSR223) adapter 
 	<property name="exclude-engine" value="bsh/engine/**"/>
@@ -165,7 +164,7 @@
 		<!--compiler="${build-compiler}"-->
 		<!--echo>Debug ON!</echo>-->
 		<javac
-		srcdir="${src-dir}:${test-src-dir}:${bsf-src-dir}:${engine-src-dir}:${classgen-src-dir}"
+		srcdir="${src-dir}:${test-src-dir}:${engine-src-dir}:${classgen-src-dir}"
 			destdir="${build-dir}"
 			deprecation="${deprecation}"
 			optimize="on"
-- 
2.21.0