5bd83859 by Adam Heath

Minor changes to make this work with ofbiz upstream; this

currently requires changes in an upstream branch, OFBIZ-6270.
1 parent 494816c9
......@@ -22,6 +22,7 @@ under the License.
<first id="possible.ofbiz.home.common.xml">
<resources>
<fileset dir="..">
<include name="apache-ofbiz/common.xml"/>
<include name="ofbiz/common.xml"/>
</fileset>
<fileset dir="/">
......@@ -43,7 +44,7 @@ under the License.
<property name="name" value="direct-control"/>
<path id="local.class.path">
<!--<fileset dir="${lib.dir}" includes="*.jar"/>-->
<fileset dir="${lib.dir}" includes="*.jar"/>
<fileset dir="${ofbiz.home.dir}/framework/webapp/lib" includes="*.jar"/>
<fileset dir="${ofbiz.home.dir}/framework/webapp/build/lib" includes="*.jar"/>
<fileset dir="${ofbiz.home.dir}/framework/base/lib" includes="*.jar"/>
......
No preview for this file type
......@@ -64,7 +64,6 @@ import groovy.lang.Script;
import org.codehaus.groovy.runtime.InvokerHelper;
import org.ofbiz.base.json.JSON;
import org.ofbiz.base.json.ParseException;
import net.sf.json.JSONObject;
import net.sf.json.JsonConfig;
......