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

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

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

adrianc
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