Skip to content

Commit

Permalink
Moving existing function/security tests to AQAvit sub folder
Browse files Browse the repository at this point in the history
Signed-off-by: Sophia Guo <sophia.gwf@gmail.com>
  • Loading branch information
sophia-guo committed Feb 8, 2023
1 parent 1b8b017 commit b29bea2
Show file tree
Hide file tree
Showing 6 changed files with 4 additions and 64 deletions.
60 changes: 0 additions & 60 deletions functional/build.xml

This file was deleted.

Original file line number Diff line number Diff line change
Expand Up @@ -14,15 +14,15 @@
# limitations under the License.
-->

<project name="Adotpium Security Functional tests" default="build" basedir=".">
<project name="AQAvit Security Functional tests" default="build" basedir=".">
<taskdef resource="net/sf/antcontrib/antlib.xml" />
<description>
Adotpium Security Functional tests
AQAvit Security Functional tests
</description>
<!-- <import file="${TEST_ROOT}/functional/build.xml"/> -->
<import file="${TEST_ROOT}/functional/build.xml"/>

<!-- set global properties for this build -->
<property name="DEST" value="${BUILD_ROOT}/functional/security/Adoptium" />
<property name="DEST" value="${BUILD_ROOT}/functional/security/AQAvit" />

<!--Properties for this particular build-->
<property name="src" location="./src" />
Expand Down
File renamed without changes.
File renamed without changes.

0 comments on commit b29bea2

Please sign in to comment.