You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@ofbiz.apache.org by ad...@apache.org on 2009/04/25 17:09:55 UTC

svn commit: r768545 - in /ofbiz/trunk/framework/webapp/lib: serializer-2.7.0.jar xalan-2.7.0.jar

Author: adrianc
Date: Sat Apr 25 15:09:55 2009
New Revision: 768545

URL: http://svn.apache.org/viewvc?rev=768545&view=rev
Log:
Removed two duplicate jar files from framework/webapp. The serializer jar already exists in framework/base, and the xalan classes should be included in the xerces jar - also in framework/base.

I'm not sure why the xalan jar was needed here. After removing the jar I did a clean and build and there were no error messages - so I'm assuming it isn't needed. If anyone spots any problems, it can be restored.

Removed:
    ofbiz/trunk/framework/webapp/lib/serializer-2.7.0.jar
    ofbiz/trunk/framework/webapp/lib/xalan-2.7.0.jar