Skip to content

Commit 1b9a288

Browse files
authored
Merge pull request #13473 from renfeiw/playlist2
Update functional tests dependencies part2
2 parents 4914b6e + 5ef5501 commit 1b9a288

File tree

14 files changed

+0
-14
lines changed

14 files changed

+0
-14
lines changed

test/functional/JIT_Test/build.xml

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -27,7 +27,6 @@
2727
<description>
2828
JIT_Test
2929
</description>
30-
<import file="${TEST_ROOT}/functional/build.xml"/>
3130

3231
<!-- set global properties for this build -->
3332
<property name="DEST" value="${BUILD_ROOT}/functional/JIT_Test" />

test/functional/JLM_Tests/build.xml

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -27,7 +27,6 @@
2727
<description>
2828
Build JLM Tests
2929
</description>
30-
<import file="${TEST_ROOT}/functional/build.xml"/>
3130

3231
<!-- Set global properties for this build. -->
3332
<property name="DEST" value="${BUILD_ROOT}/functional/JLM_Tests" />

test/functional/Jsr292/build.xml

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -27,7 +27,6 @@
2727
<description>
2828
Build J9 JSR 292 Tests
2929
</description>
30-
<import file="${TEST_ROOT}/functional/build.xml"/>
3130

3231
<!-- set global properties for this build -->
3332
<property name="DEST" value="${BUILD_ROOT}/functional/Jsr292" />

test/functional/Jsr335/build.xml

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -27,7 +27,6 @@
2727
<description>
2828
Build J9 JSR335 Test
2929
</description>
30-
<import file="${TEST_ROOT}/functional/build.xml"/>
3130

3231
<!-- set global properties for this build -->
3332
<property name="DEST" value="${BUILD_ROOT}/functional/Jsr335" />

test/functional/Jsr335_interfaceStaticMethod/build.xml

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -27,7 +27,6 @@
2727
<description>
2828
Build JSR335 InterfaceStaticMethod Test
2929
</description>
30-
<import file="${TEST_ROOT}/functional/build.xml"/>
3130

3231
<!-- set global properties for this build -->
3332
<property name="DEST" value="${BUILD_ROOT}/functional/Jsr335_interfaceStaticMethod" />

test/functional/NativeTest/build.xml

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -27,7 +27,6 @@
2727
<description>
2828
Build NativeTest
2929
</description>
30-
<import file="${TEST_ROOT}/functional/build.xml"/>
3130

3231
<!-- set properties for this build -->
3332
<property name="DEST" value="${BUILD_ROOT}/functional/NativeTest" />

test/functional/OpenJ9_Jsr_292_API/build.xml

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -25,7 +25,6 @@
2525
<description>
2626
Build OpenJ9 JSR 292 API Tests
2727
</description>
28-
<import file="${TEST_ROOT}/functional/build.xml"/>
2928

3029
<!-- set global properties for this build -->
3130
<property name="DEST" value="${BUILD_ROOT}/functional/OpenJ9_Jsr_292_API" />

test/functional/Panama/build.xml

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -26,7 +26,6 @@
2626
<description>
2727
Paname project
2828
</description>
29-
<import file="${TEST_ROOT}/functional/build.xml"/>
3029

3130
<!-- set global properties for this build -->
3231
<property name="DEST" value="${BUILD_ROOT}/functional/Panama" />

test/functional/SharedCPEntryInvokerTests/build.xml

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -27,7 +27,6 @@
2727
<description>
2828
Build J9 Shared ConstantPoolEntry Invoker Tests
2929
</description>
30-
<import file="${TEST_ROOT}/functional/build.xml"/>
3130

3231
<!-- set global properties for this build -->
3332
<property name="DEST" value="${BUILD_ROOT}/functional/SharedCPEntryInvokerTests" />

test/functional/TestExample/build.xml

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -27,7 +27,6 @@
2727
<description>
2828
Test Example
2929
</description>
30-
<import file="${TEST_ROOT}/functional/build.xml"/>
3130

3231
<!-- set global properties for this build -->
3332
<property name="DEST" value="${BUILD_ROOT}/functional/TestExample" />

0 commit comments

Comments
 (0)