langtools/make/intellij/runConfigurations/javap.xml
author jjg
Fri, 26 Aug 2016 15:54:36 -0700
changeset 40599 be40838eb215
parent 38609 a1c0c73078b3
permissions -rw-r--r--
8164887: update tests to remove use of old-style options Reviewed-by: mchung
Ignore whitespace changes - Everywhere: Within whitespace: At end of lines:
38522
c4fdb181cd64 8157326: Intellij langtools project should use shared run configurations
mcimadamore
parents:
diff changeset
     1
<component name="ProjectRunConfigurationManager">
c4fdb181cd64 8157326: Intellij langtools project should use shared run configurations
mcimadamore
parents:
diff changeset
     2
  <configuration default="false" name="javap" type="Application" factoryName="Application">
c4fdb181cd64 8157326: Intellij langtools project should use shared run configurations
mcimadamore
parents:
diff changeset
     3
    <extension name="coverage" enabled="false" merge="false" sample_coverage="true" runner="idea" />
c4fdb181cd64 8157326: Intellij langtools project should use shared run configurations
mcimadamore
parents:
diff changeset
     4
    <option name="MAIN_CLASS_NAME" value="com.sun.tools.javap.Main" />
40599
be40838eb215 8164887: update tests to remove use of old-style options
jjg
parents: 38609
diff changeset
     5
    <option name="VM_PARAMETERS" value='@XPATCH@ --add-exports=jdk.jdeps/com.sun.tools.javap=ALL-UNNAMED' />
38522
c4fdb181cd64 8157326: Intellij langtools project should use shared run configurations
mcimadamore
parents:
diff changeset
     6
    <option name="PROGRAM_PARAMETERS" value="" />
c4fdb181cd64 8157326: Intellij langtools project should use shared run configurations
mcimadamore
parents:
diff changeset
     7
    <option name="WORKING_DIRECTORY" value="file://$PROJECT_DIR$" />
c4fdb181cd64 8157326: Intellij langtools project should use shared run configurations
mcimadamore
parents:
diff changeset
     8
    <option name="ALTERNATIVE_JRE_PATH_ENABLED" value="true" />
c4fdb181cd64 8157326: Intellij langtools project should use shared run configurations
mcimadamore
parents:
diff changeset
     9
    <option name="ALTERNATIVE_JRE_PATH" value="@IDEA_TARGET_JDK@" />
c4fdb181cd64 8157326: Intellij langtools project should use shared run configurations
mcimadamore
parents:
diff changeset
    10
    <option name="ENABLE_SWING_INSPECTOR" value="false" />
c4fdb181cd64 8157326: Intellij langtools project should use shared run configurations
mcimadamore
parents:
diff changeset
    11
    <option name="ENV_VARIABLES" />
c4fdb181cd64 8157326: Intellij langtools project should use shared run configurations
mcimadamore
parents:
diff changeset
    12
    <option name="PASS_PARENT_ENVS" value="true" />
c4fdb181cd64 8157326: Intellij langtools project should use shared run configurations
mcimadamore
parents:
diff changeset
    13
    <module name="langtools" />
c4fdb181cd64 8157326: Intellij langtools project should use shared run configurations
mcimadamore
parents:
diff changeset
    14
    <envs />
c4fdb181cd64 8157326: Intellij langtools project should use shared run configurations
mcimadamore
parents:
diff changeset
    15
    <RunnerSettings RunnerId="Run" />
c4fdb181cd64 8157326: Intellij langtools project should use shared run configurations
mcimadamore
parents:
diff changeset
    16
    <ConfigurationWrapper RunnerId="Run" />
c4fdb181cd64 8157326: Intellij langtools project should use shared run configurations
mcimadamore
parents:
diff changeset
    17
    <method>
c4fdb181cd64 8157326: Intellij langtools project should use shared run configurations
mcimadamore
parents:
diff changeset
    18
      <option name="Make" enabled="false" />
c4fdb181cd64 8157326: Intellij langtools project should use shared run configurations
mcimadamore
parents:
diff changeset
    19
      <option name="AntTarget" enabled="true" antfile="file://$PROJECT_DIR$/.idea/build.xml" target="build-all-classes" />
c4fdb181cd64 8157326: Intellij langtools project should use shared run configurations
mcimadamore
parents:
diff changeset
    20
    </method>
c4fdb181cd64 8157326: Intellij langtools project should use shared run configurations
mcimadamore
parents:
diff changeset
    21
  </configuration>
c4fdb181cd64 8157326: Intellij langtools project should use shared run configurations
mcimadamore
parents:
diff changeset
    22
</component>