author | goetz |
Wed, 27 Jan 2016 10:35:49 +0100 | |
changeset 35775 | 00710c1b504a |
parent 33368 | e4755c76c052 |
child 36526 | 3b41f1c69604 |
permissions | -rw-r--r-- |
25282 | 1 |
<?xml version="1.0" encoding="UTF-8"?> |
2 |
<project version="4"> |
|
3 |
<component name="AntConfiguration"> |
|
4 |
<buildFile url="file://$PROJECT_DIR$/.idea/build.xml"> |
|
5 |
<properties> |
|
6 |
<property name="boot.java.home" value="$JDKPath$" /> |
|
7 |
<property name="jtreg.tests" value="$FilePath$" /> |
|
33368
e4755c76c052
8140333: Tweak langtools IntelliJ project to better support Kulla changes
mcimadamore
parents:
25697
diff
changeset
|
8 |
<property name="target.java.home" value="@IDEA_TARGET_JDK@" /> |
e4755c76c052
8140333: Tweak langtools IntelliJ project to better support Kulla changes
mcimadamore
parents:
25697
diff
changeset
|
9 |
<property name="jtreg.home" value="@IDEA_JTREG_HOME@" /> |
25282 | 10 |
<property name="javac.debuglevel" value="source,lines,vars" /> |
11 |
<property name="jtreg.jpda.jvmargs" value="-agentlib:jdwp=transport=dt_socket,server=n,address=localhost:5900,suspend=y" /> |
|
12 |
</properties> |
|
25697
b71804e27eb1
8049234: Add support for running/debugging bootstrap tools in IntelliJ
mcimadamore
parents:
25302
diff
changeset
|
13 |
<executeOn event="afterCompilation" target="post-make" /> |
25282 | 14 |
</buildFile> |
15 |
</component> |
|
16 |
</project> |
|
17 |
||
18 |