Author: jacopoc
Date: Thu Jul 17 07:53:06 2008
New Revision: 677598
URL:
http://svn.apache.org/viewvc?rev=677598&view=revLog:
Reverted something that was not intended for the trunk... sorry for this.
Modified:
ofbiz/trunk/applications/accounting/build.xml
Modified: ofbiz/trunk/applications/accounting/build.xml
URL:
http://svn.apache.org/viewvc/ofbiz/trunk/applications/accounting/build.xml?rev=677598&r1=677597&r2=677598&view=diff==============================================================================
--- ofbiz/trunk/applications/accounting/build.xml (original)
+++ ofbiz/trunk/applications/accounting/build.xml Thu Jul 17 07:53:06 2008
@@ -50,7 +50,6 @@
<!-- <fileset dir="lib/worldpay" includes="*.jar"/> -->
<!-- <fileset dir="lib/cybersource" includes="*.jar"/> -->
<fileset dir="lib" includes="*.jar"/>
- <fileset dir="../../hot-deploy/twpinc/lib" includes="*.jar"/>
</path>
<!-- ================================================================== -->
@@ -60,7 +59,7 @@
<target name="classes" depends="prepare">
<javac15 classpathref="local.class.path">
<!-- exclude the payment processor packages; comment this out to not exclude if you have libs -->
- <!-- <exclude name="org/ofbiz/accounting/thirdparty/verisign/**"/> -->
+ <exclude name="org/ofbiz/accounting/thirdparty/verisign/**"/>
<exclude name="org/ofbiz/accounting/thirdparty/cybersource/**"/>
<exclude name="org/ofbiz/accounting/thirdparty/worldpay/**"/>
</javac15>