You are viewing a plain text version of this content. The canonical link for it is here.
Posted to dev@ofbiz.apache.org by "mrisaliti@libero.it" <mr...@libero.it> on 2007/10/27 14:30:23 UTC

svn commit: r589081 - in /ofbiz/trunk/applications: order/src/org/ofbiz/order/shoppingcart/shipping/ShippingEvents.java product/config/shipment.properties

Hi Jacques,

I have updated my local build of OFBiz and I have seen that now the class ShippingEvents.java has an import of UtilProperties that has been missed.
It's simply to add an import org.ofbiz.base.util.UtilProperties;
and then it will compile again.

Thanks in advance
Marco