I'm in the progress of integrating Alfresco in our build system because I want to embed Alfresco in our product. In the Alfresco distribution are some JAR files with the word 'patched' in the filename. These files are
Are these files modified by alfresco developers? Are these the ONLY modified files? In post http://forums.alfresco.com/viewtopic.php?p=5147#5147 Andy mentioned lucene. Is lucene-1.4.3.jar really modified (no 'patched' in filename)?
Just to be sure: is lucene-1.4.3.jar also modified? I would suggest to mark every changed jar file by adding '_patched' to the filename. This would make the task of managing all the dependencies a lot easier when embedding Alfresco in another application and build system.
Yes, lucene 1.4.3 is patched. It includes a number of bug fixes. If you are using the new indexer (1.4 onwards by default or 1.3 by configuration) it would be possible to use the standard 1.4.3 jar BUT there would be a number of stability issues.