diff options
author | Ofir Sonsino <os0695@intl.att.com> | 2018-08-20 11:19:09 +0000 |
---|---|---|
committer | Gerrit Code Review <gerrit@onap.org> | 2018-08-20 11:19:09 +0000 |
commit | 6447784fdd770e8a2b4ef2c52ba206d35c0fd325 (patch) | |
tree | dfbca02ef1e5e069c9b817cd071ffd749f8db3ed /vid-automation/src/main | |
parent | 09e4dff67bed925ec1bcd5f4164a305951191408 (diff) | |
parent | 94c46cf460196b5d1da27326989781ab0955666e (diff) |
Merge "Renaming vid-automation #7"
Diffstat (limited to 'vid-automation/src/main')
-rw-r--r-- | vid-automation/src/main/resources/META-INF/aop-ajc.xml | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/vid-automation/src/main/resources/META-INF/aop-ajc.xml b/vid-automation/src/main/resources/META-INF/aop-ajc.xml index f042540d1..7376e3291 100644 --- a/vid-automation/src/main/resources/META-INF/aop-ajc.xml +++ b/vid-automation/src/main/resources/META-INF/aop-ajc.xml @@ -10,7 +10,7 @@ </aspects> <weaver options="-Xset:weaveJavaxPackages=true -warn:none -Xlint:ignore"> <include within="vid.automation..*"/> - <include within="org.opencomp..*"/> + <include within="org.onap..*"/> <include within="com.att.automation..*"/> <include within="com.epam..*"/> <include within="org.testng.TestNG"/> |