view .idea/compiler.xml @ 243:be9892e921b3

Bug 3420: Migrate Plugin API module from fx module Reviewed-by: yasuenag GitHub: https://github.com/HeapStats/heapstats/pull/109
author KUBOTA Yuji <kubota.yuji@lab.ntt.co.jp>
date Mon, 17 Jul 2017 23:44:04 +0900
parents 723c2a14a194
children
line wrap: on
line source

<?xml version="1.0" encoding="UTF-8"?>
<project version="4">
  <component name="CompilerConfiguration">
    <annotationProcessing>
      <profile name="Maven default annotation processors profile" enabled="true">
        <sourceOutputDir name="target/generated-sources/annotations" />
        <sourceTestOutputDir name="target/generated-test-sources/test-annotations" />
        <outputRelativeToContentRoot value="true" />
        <module name="heapstats-analyzer" />
        <module name="heapstats-cli" />
        <module name="heapstats-core" />
        <module name="heapstats-jmx-helper" />
        <module name="heapstats-mbean" />
        <module name="heapstats-plugin-api" />
      </profile>
    </annotationProcessing>
    <bytecodeTargetLevel>
      <module name="heapstats" target="1.5" />
      <module name="heapstats-analyzer" target="1.8" />
      <module name="heapstats-cli" target="1.8" />
      <module name="heapstats-core" target="1.8" />
      <module name="heapstats-jmx-helper" target="1.8" />
      <module name="heapstats-mbean" target="1.6" />
      <module name="heapstats-plugin-api" target="1.8" />
    </bytecodeTargetLevel>
  </component>
</project>