Author: hansbak
Date: Mon Jan 24 04:47:07 2011
New Revision: 1062648
URL:
http://svn.apache.org/viewvc?rev=1062648&view=revLog:
exclude ideal source files from compilation
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=1062648&r1=1062647&r2=1062648&view=diff==============================================================================
--- ofbiz/trunk/applications/accounting/build.xml (original)
+++ ofbiz/trunk/applications/accounting/build.xml Mon Jan 24 04:47:07 2011
@@ -63,6 +63,7 @@ under the License.
<exclude name="org/ofbiz/accounting/thirdparty/paypal/PayPalServices.java"/>
<exclude name="org/ofbiz/accounting/thirdparty/orbital/**"/>
<exclude name="org/ofbiz/accounting/thirdparty/securepay/**"/>
+ <exclude name="org/ofbiz/accounting/thirdparty/ideal/**"/>
</patternset>
</target>