This is an implementation of Apache Commons Logging using the Equinox ExtendedLogService.
The implementation is a fragment of the org.apache.commons.logging
bundle with a commons-logging.properties setting the implementation of the LogFactory
.
If you want to build this project then you need Maven 3 and add the following section to your settings.xml
<profile>
<id>eclipse</id>
<activation>
<activeByDefault>false</activeByDefault>
</activation>
<repositories>
<repository>
<id>photon</id>
<layout>p2</layout>
<url>https://download.eclipse.org/eclipse/updates/4.32/</url>
</repository>
</repositories>
</profile>