make/idea/template/ant.xml
author chegar
Mon, 04 Dec 2017 16:54:26 +0000
branchhttp-client-branch
changeset 55948 33ffdf2f703e
parent 47217 72e3ae9a25eb
child 48667 f2344724a475
permissions -rw-r--r--
http-client-branch: review comment: correct appending of inbound data to the tail of FramesDecoder

<?xml version="1.0" encoding="UTF-8"?>
<project version="4">
  <component name="AntConfiguration">
    <buildFile url="file://$PROJECT_DIR$/.idea/build.xml">
      <properties>
        <property name="boot.java.home" value="$JDKPath$" />
        <property name="intellij.ismake" value="$IsMake$" />
        <property name="build.target.dir" value="specDir" /> <!-- this will be replaced -->
        <property name="module.name" value="java.base" /> <!-- this will be replaced -->
      </properties>
      <executeOn event="afterCompilation" target="post-make" />
    </buildFile>
  </component>
</project>