svn commit: r1055853 - in /sling/trunk/installer/core/src/main/java/org/apache/sling/installer/core/impl: ./ config/ tasks/

2011-01-06 Thread cziegeler
Author: cziegeler Date: Thu Jan 6 12:39:54 2011 New Revision: 1055853 URL: http://svn.apache.org/viewvc?rev=1055853view=rev Log: SLING-1920 : Make installers pluggable Introduce new interface RegisteredResourceGroup to avoid making the whole EntityResourceList public Added:

svn commit: r1055884 - in /sling/trunk/installer/core/src/main/java/org/apache/sling/installer/core/impl: Activator.java OsgiInstallerImpl.java RegisteredResourceImpl.java config/ConfigTaskCreator.jav

2011-01-06 Thread cziegeler
Author: cziegeler Date: Thu Jan 6 14:11:29 2011 New Revision: 1055884 URL: http://svn.apache.org/viewvc?rev=1055884view=rev Log: SLING-1920 : Make installers pluggable Convert existing factories to the new service interface and use them as services. Modified:

svn commit: r1055887 - in /sling/trunk/bundles/scripting/core/src: main/java/org/apache/sling/scripting/core/impl/ScriptEngineManagerFactory.java test/java/org/apache/sling/scripting/core/impl/ScriptE

2011-01-06 Thread justin
Author: justin Date: Thu Jan 6 14:13:22 2011 New Revision: 1055887 URL: http://svn.apache.org/viewvc?rev=1055887view=rev Log: SLING-1921 - applying patch from Sandro Boehme (thanks!) Modified: