hg: jdk/sandbox: 8209064: Make intellij support more robust after changes for 2018.2
chris.hegarty at oracle.com
chris.hegarty at oracle.com
Wed Aug 29 10:45:23 UTC 2018
Changeset: 7e5f08c619e3
Author: mcimadamore
Date: 2018-08-29 11:25 +0100
URL: http://hg.openjdk.java.net/jdk/sandbox/rev/7e5f08c619e3
8209064: Make intellij support more robust after changes for 2018.2
Summary: Do not treat build.xml wrapper as a template file
Reviewed-by: erikj, ihse
! bin/idea.sh
+ make/idea/build.xml
! make/idea/template/ant.xml
- make/idea/template/build.xml
! make/idea/template/misc.xml
! make/idea/template/workspace.xml
! make/langtools/build.xml
- make/langtools/intellij/ant.xml
! make/langtools/intellij/build.xml
- make/langtools/intellij/codeStyleSettings.xml
- make/langtools/intellij/compiler.xml
- make/langtools/intellij/copyright/langtools.xml
- make/langtools/intellij/copyright/profiles_settings.xml
- make/langtools/intellij/inspectionProfiles/langtools.xml
- make/langtools/intellij/inspectionProfiles/profiles_settings.xml
- make/langtools/intellij/langtools.iml
- make/langtools/intellij/misc.xml
- make/langtools/intellij/modules.xml
- make/langtools/intellij/runConfigurations/javac.xml
- make/langtools/intellij/runConfigurations/javadoc.xml
- make/langtools/intellij/runConfigurations/javap.xml
- make/langtools/intellij/runConfigurations/jshell.xml
- make/langtools/intellij/runConfigurations/sjavac.xml
- make/langtools/intellij/src/idea/LangtoolsIdeaAntLogger.java
+ make/langtools/intellij/template/ant.xml
+ make/langtools/intellij/template/codeStyleSettings.xml
+ make/langtools/intellij/template/compiler.xml
+ make/langtools/intellij/template/copyright/langtools.xml
+ make/langtools/intellij/template/copyright/profiles_settings.xml
+ make/langtools/intellij/template/inspectionProfiles/langtools.xml
+ make/langtools/intellij/template/inspectionProfiles/profiles_settings.xml
+ make/langtools/intellij/template/langtools.iml
+ make/langtools/intellij/template/misc.xml
+ make/langtools/intellij/template/modules.xml
+ make/langtools/intellij/template/runConfigurations/javac.xml
+ make/langtools/intellij/template/runConfigurations/javadoc.xml
+ make/langtools/intellij/template/runConfigurations/javap.xml
+ make/langtools/intellij/template/runConfigurations/jshell.xml
+ make/langtools/intellij/template/runConfigurations/sjavac.xml
+ make/langtools/intellij/template/src/idea/LangtoolsIdeaAntLogger.java
+ make/langtools/intellij/template/vcs.xml
+ make/langtools/intellij/template/workspace.xml
- make/langtools/intellij/vcs.xml
- make/langtools/intellij/workspace.xml
More information about the jdk-sandbox-changes
mailing list