svn commit: r1062648 - /ofbiz/trunk/applications/accounting/build.xml

Previous Topic Next Topic
 
classic Classic list List threaded Threaded
1 message Options
Reply | Threaded
Open this post in threaded view
|

svn commit: r1062648 - /ofbiz/trunk/applications/accounting/build.xml

hansbak-2
Author: hansbak
Date: Mon Jan 24 04:47:07 2011
New Revision: 1062648

URL: http://svn.apache.org/viewvc?rev=1062648&view=rev
Log:
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>