Skip to content

Commit

Permalink
LRQA-80198 Add imports
Browse files Browse the repository at this point in the history
  • Loading branch information
vicnate5 authored and brianchandotcom committed May 16, 2023
1 parent 0255d63 commit 7c97113
Show file tree
Hide file tree
Showing 6 changed files with 6 additions and 0 deletions.
1 change: 1 addition & 0 deletions build-test-tomcat-db2.xml
Original file line number Diff line number Diff line change
@@ -1,6 +1,7 @@
<?xml version="1.0"?>

<project basedir="." default="test" name="portal-test-tomcat-db2" xmlns:antelope="antlib:ise.antelope.tasks">
<import file="build-test-local.xml" />
<import file="build-test-tomcat.xml" />

<target name="run-selenium-tomcat-db2">
Expand Down
1 change: 1 addition & 0 deletions build-test-tomcat-mariadb.xml
Original file line number Diff line number Diff line change
@@ -1,6 +1,7 @@
<?xml version="1.0"?>

<project basedir="." default="test" name="portal-test-tomcat-mariadb" xmlns:antelope="antlib:ise.antelope.tasks">
<import file="build-test-local.xml" />
<import file="build-test-tomcat.xml" />

<target name="run-selenium-tomcat-mariadb">
Expand Down
1 change: 1 addition & 0 deletions build-test-tomcat-mysql.xml
Original file line number Diff line number Diff line change
@@ -1,6 +1,7 @@
<?xml version="1.0"?>

<project basedir="." default="test" name="portal-test-tomcat-mysql" xmlns:antelope="antlib:ise.antelope.tasks">
<import file="build-test-local.xml" />
<import file="build-test-tomcat.xml" />

<target name="run-selenium-tomcat-mysql">
Expand Down
1 change: 1 addition & 0 deletions build-test-tomcat-oracle.xml
Original file line number Diff line number Diff line change
@@ -1,6 +1,7 @@
<?xml version="1.0"?>

<project basedir="." default="test" name="portal-test-tomcat-oracle" xmlns:antelope="antlib:ise.antelope.tasks">
<import file="build-test-local.xml" />
<import file="build-test-tomcat.xml" />

<target name="run-selenium-tomcat-oracle">
Expand Down
1 change: 1 addition & 0 deletions build-test-tomcat-postgresql.xml
Original file line number Diff line number Diff line change
@@ -1,6 +1,7 @@
<?xml version="1.0"?>

<project basedir="." default="test" name="portal-test-tomcat-postgresql" xmlns:antelope="antlib:ise.antelope.tasks">
<import file="build-test-local.xml" />
<import file="build-test-tomcat.xml" />

<target name="run-selenium-tomcat-postgresql">
Expand Down
1 change: 1 addition & 0 deletions build-test-tomcat-sqlserver.xml
Original file line number Diff line number Diff line change
@@ -1,6 +1,7 @@
<?xml version="1.0"?>

<project basedir="." default="test" name="portal-test-tomcat-sqlserver" xmlns:antelope="antlib:ise.antelope.tasks">
<import file="build-test-local.xml" />
<import file="build-test-tomcat.xml" />

<target name="run-selenium-tomcat-sqlserver">
Expand Down

0 comments on commit 7c97113

Please sign in to comment.