OSGI-INF.scr-plugin.scrinfo.xml Maven / Gradle / Ivy
Go to download
Show more of this group Show more artifacts with this name
Show all versions of org.apache.sling.commons.compiler Show documentation
Show all versions of org.apache.sling.commons.compiler Show documentation
The Sling Commons Java Compiler bundle provides platform independant Java Compilation
support using the Eclipse Java Compiler (org.eclipse.jdt).
<?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