All Downloads are FREE. Search and download functionalities are using the official Maven repository.

OSGI-INF.scr-plugin.scrinfo.xml Maven / Gradle / Ivy

Go to download

The Sling Commons Java Compiler bundle provides platform independant Java Compilation support using the Eclipse Java Compiler (org.eclipse.jdt).

There is a newer version: 2.4.0
Show newest version
<?xml version="1.0" encoding="UTF-8"?>
<components xmlns:scr="http://www.osgi.org/xmlns/scr/v1.0.0">
    <scr:component enabled="true" name="org.apache.sling.commons.compiler.impl.EclipseJavaCompiler">
        <implementation class="org.apache.sling.commons.compiler.impl.EclipseJavaCompiler"/>
        <service servicefactory="false">
            <provide interface="org.apache.sling.commons.compiler.JavaCompiler"/>
        </service>
        <property name="service.vendor" type="String" value="The Apache Software Foundation" private="true"/>
        <property name="service.pid" value="org.apache.sling.commons.compiler.impl.EclipseJavaCompiler" private="false"/>
        <reference name="classLoaderWriter" interface="org.apache.sling.commons.classloader.ClassLoaderWriter" cardinality="1..1" policy="static" bind="bindClassLoaderWriter" unbind="unbindClassLoaderWriter" checked="true" strategy="event"/>
    </scr:component>
</components>




© 2015 - 2025 Weber Informatics LLC | Privacy Policy