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

META-INF.plexus.components.xml Maven / Gradle / Ivy

There is a newer version: 1.0-M1
Show newest version
<component-set>
  <components>

    <component>
      <role>org.codehaus.mojo.natives.compiler.Compiler</role>
      <role-hint>bcc</role-hint>
      <implementation>org.codehaus.mojo.natives.bcc.BCCCompiler</implementation>
      <instantiation-strategy>per-lookup</instantiation-strategy>
    </component>

    <component>
      <role>org.codehaus.mojo.natives.linker.Linker</role>
      <role-hint>tlib</role-hint>
      <implementation>org.codehaus.mojo.natives.bcc.TLibLinker</implementation>
      <instantiation-strategy>per-lookup</instantiation-strategy>
    </component>


    <component>
      <role>org.codehaus.mojo.natives.linker.Linker</role>
      <role-hint>bcc</role-hint>
      <implementation>org.codehaus.mojo.natives.bcc.BCCLinker</implementation>
      <instantiation-strategy>per-lookup</instantiation-strategy>
    </component>

  </components>
</component-set>




© 2015 - 2025 Weber Informatics LLC | Privacy Policy