Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Update stf repo to STF #469

Merged
merged 1 commit into from
Oct 27, 2021
Merged
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
2 changes: 1 addition & 1 deletion openjdk.build/build.xml
Original file line number Diff line number Diff line change
Expand Up @@ -29,7 +29,7 @@ limitations under the License.
If the stf repository has been cloned or built to a different location, the stf_root property
must be set on the command line - e.g. -Dstf_root=/my_stf_build_dir
-->
<property name="stf_root" location="${source_root}/../stf"/>
<property name="stf_root" location="${source_root}/../STF"/>
<property name="openjdk_systemtest_root" location="${source_root}/../aqa-systemtest"/>

<!-- Import stf settings. -->
Expand Down
2 changes: 1 addition & 1 deletion openjdk.test.classloading/build.xml
Original file line number Diff line number Diff line change
Expand Up @@ -29,7 +29,7 @@ limitations under the License.
If the stf repository has been cloned or built to a different location, the stf_root property
must be set on the command line - e.g. -Dstf_root=/my_stf_build_dir
-->
<property name="stf_root" location="${source_root}/../stf"/>
<property name="stf_root" location="${source_root}/../STF"/>

<!-- Import settings used by multiple projects. -->
<import file="${stf_root}/stf.build/include/top.xml"/>
Expand Down
2 changes: 1 addition & 1 deletion openjdk.test.concurrent/build.xml
Original file line number Diff line number Diff line change
Expand Up @@ -29,7 +29,7 @@ limitations under the License.
If the stf repository has been cloned or built to a different location, the stf_root property
must be set on the command line - e.g. -Dstf_root=/my_stf_build_dir
-->
<property name="stf_root" location="${source_root}/../stf"/>
<property name="stf_root" location="${source_root}/../STF"/>

<!-- Import settings used by multiple projects. -->
<import file="${stf_root}/stf.build/include/top.xml"/>
Expand Down
2 changes: 1 addition & 1 deletion openjdk.test.debugging/build.xml
Original file line number Diff line number Diff line change
Expand Up @@ -29,7 +29,7 @@ limitations under the License.
If the stf repository has been cloned or built to a different location, the stf_root property
must be set on the command line - e.g. -Dstf_root=/my_stf_build_dir
-->
<property name="stf_root" location="${source_root}/../stf"/>
<property name="stf_root" location="${source_root}/../STF"/>

<!-- Import settings used by multiple projects. -->
<import file="${stf_root}/stf.build/include/top.xml"/>
Expand Down
2 changes: 1 addition & 1 deletion openjdk.test.gc/build.xml
Original file line number Diff line number Diff line change
Expand Up @@ -29,7 +29,7 @@ limitations under the License.
If the stf repository has been cloned or built to a different location, the stf_root property
must be set on the command line - e.g. -Dstf_root=/my_stf_build_dir
-->
<property name="stf_root" location="${source_root}/../stf"/>
<property name="stf_root" location="${source_root}/../STF"/>

<!-- Import settings used by multiple projects. -->
<import file="${stf_root}/stf.build/include/top.xml"/>
Expand Down
2 changes: 1 addition & 1 deletion openjdk.test.jck/build.xml
Original file line number Diff line number Diff line change
Expand Up @@ -20,7 +20,7 @@ limitations under the License.
<property name="source_root" location="../"/>

<!-- Set default for STF location. -->
<property name="stf_root" location="${source_root}/../stf"/>
<property name="stf_root" location="${source_root}/../STF"/>

<!--Set default system test location-->
<property name="openjdk_systemtest_root" location="${source_root}/../aqa-systemtest"/>
Expand Down
2 changes: 1 addition & 1 deletion openjdk.test.jlm/build.xml
Original file line number Diff line number Diff line change
Expand Up @@ -29,7 +29,7 @@ limitations under the License.
If the stf repository has been cloned or built to a different location, the stf_root property
must be set on the command line - e.g. -Dstf_root=/my_stf_build_dir
-->
<property name="stf_root" location="${source_root}/../stf"/>
<property name="stf_root" location="${source_root}/../STF"/>

<!-- Import settings used by multiple projects. -->
<import file="${stf_root}/stf.build/include/top.xml"/>
Expand Down
2 changes: 1 addition & 1 deletion openjdk.test.lambdasAndStreams/build.xml
Original file line number Diff line number Diff line change
Expand Up @@ -29,7 +29,7 @@ limitations under the License.
If the stf repository has been cloned or built to a different location, the stf_root property
must be set on the command line - e.g. -Dstf_root=/my_stf_build_dir
-->
<property name="stf_root" location="${source_root}/../stf"/>
<property name="stf_root" location="${source_root}/../STF"/>

<!-- Import settings used by multiple projects. -->
<import file="${stf_root}/stf.build/include/top.xml"/>
Expand Down
2 changes: 1 addition & 1 deletion openjdk.test.lang/build.xml
Original file line number Diff line number Diff line change
Expand Up @@ -29,7 +29,7 @@ limitations under the License.
If the stf repository has been cloned or built to a different location, the stf_root property
must be set on the command line - e.g. -Dstf_root=/my_stf_build_dir
-->
<property name="stf_root" location="${source_root}/../stf"/>
<property name="stf_root" location="${source_root}/../STF"/>

<!-- Import settings used by multiple projects. -->
<import file="${stf_root}/stf.build/include/top.xml"/>
Expand Down
2 changes: 1 addition & 1 deletion openjdk.test.load/build.xml
Original file line number Diff line number Diff line change
Expand Up @@ -22,7 +22,7 @@ limitations under the License.
<property name="source_root" location="../"/>

<!-- Set default for STF location. -->
<property name="stf_root" location="${source_root}/../stf"/>
<property name="stf_root" location="${source_root}/../STF"/>
<property name="openjdk_systemtest_root" location="${source_root}/../aqa-systemtest"/>

<!-- Import settings used by multiple projects. -->
Expand Down
2 changes: 1 addition & 1 deletion openjdk.test.locking/build.xml
Original file line number Diff line number Diff line change
Expand Up @@ -29,7 +29,7 @@ limitations under the License.
If the stf repository has been cloned or built to a different location, the stf_root property
must be set on the command line - e.g. -Dstf_root=/my_stf_build_dir
-->
<property name="stf_root" location="${source_root}/../stf"/>
<property name="stf_root" location="${source_root}/../STF"/>

<!-- Import settings used by multiple projects. -->
<import file="${stf_root}/stf.build/include/top.xml"/>
Expand Down
2 changes: 1 addition & 1 deletion openjdk.test.math/build.xml
Original file line number Diff line number Diff line change
Expand Up @@ -29,7 +29,7 @@ limitations under the License.
If the stf repository has been cloned or built to a different location, the stf_root property
must be set on the command line - e.g. -Dstf_root=/my_stf_build_dir
-->
<property name="stf_root" location="${source_root}/../stf"/>
<property name="stf_root" location="${source_root}/../STF"/>

<!-- Import settings used by multiple projects. -->
<import file="${stf_root}/stf.build/include/top.xml"/>
Expand Down
2 changes: 1 addition & 1 deletion openjdk.test.mauve/build.xml
Original file line number Diff line number Diff line change
Expand Up @@ -30,7 +30,7 @@ limitations under the License.
If the stf repository has been cloned or built to a different location, the stf_root property
must be set on the command line - e.g. -Dstf_root=/my_stf_build_dir
-->
<property name="stf_root" location="${source_root}/../stf"/>
<property name="stf_root" location="${source_root}/../STF"/>

<!-- Import settings used by multiple projects. -->
<import file="${stf_root}/stf.build/include/top.xml"/>
Expand Down
2 changes: 1 addition & 1 deletion openjdk.test.modularity/build.xml
Original file line number Diff line number Diff line change
Expand Up @@ -23,7 +23,7 @@ limitations under the License.
If the stf repository has been cloned or built to a different location, the stf_root property
must be set on the command line - e.g. -Dstf_root=/my_stf_build_dir
-->
<property name="stf_root" location="${source_root}/../stf"/>
<property name="stf_root" location="${source_root}/../STF"/>
<property name="openjdk_systemtest_root" location="${source_root}/../aqa-systemtest"/>

<!-- Import settings used by multiple projects. -->
Expand Down
2 changes: 1 addition & 1 deletion openjdk.test.nio/build.xml
Original file line number Diff line number Diff line change
Expand Up @@ -29,7 +29,7 @@ limitations under the License.
If the stf repository has been cloned or built to a different location, the stf_root property
must be set on the command line - e.g. -Dstf_root=/my_stf_build_dir
-->
<property name="stf_root" location="${source_root}/../stf"/>
<property name="stf_root" location="${source_root}/../STF"/>

<!-- Import settings used by multiple projects. -->
<import file="${stf_root}/stf.build/include/top.xml"/>
Expand Down
2 changes: 1 addition & 1 deletion openjdk.test.serialization/build.xml
Original file line number Diff line number Diff line change
Expand Up @@ -29,7 +29,7 @@ limitations under the License.
If the stf repository has been cloned or built to a different location, the stf_root property
must be set on the command line - e.g. -Dstf_root=/my_stf_build_dir
-->
<property name="stf_root" location="${source_root}/../stf"/>
<property name="stf_root" location="${source_root}/../STF"/>

<!-- Import settings used by multiple projects. -->
<import file="${stf_root}/stf.build/include/top.xml"/>
Expand Down
2 changes: 1 addition & 1 deletion openjdk.test.util/build.xml
Original file line number Diff line number Diff line change
Expand Up @@ -29,7 +29,7 @@ limitations under the License.
If the stf repository has been cloned or built to a different location, the stf_root property
must be set on the command line - e.g. -Dstf_root=/my_stf_build_dir
-->
<property name="stf_root" location="${source_root}/../stf"/>
<property name="stf_root" location="${source_root}/../STF"/>

<!-- Import settings used by multiple projects. -->
<import file="${stf_root}/stf.build/include/top.xml"/>
Expand Down