Upgrade to latest oparent
[aaf/authz.git] / authz-test / src / main / swm / descriptor.xml
1 <?xml version="1.0" encoding="utf-8"?>\r
2 <!--\r
3   ============LICENSE_START====================================================\r
4   * org.onap.aaf\r
5   * ===========================================================================\r
6   * Copyright © 2017 AT&T Intellectual Property. All rights reserved.\r
7   * ===========================================================================\r
8   * Licensed under the Apache License, Version 2.0 (the "License");\r
9   * you may not use this file except in compliance with the License.\r
10   * You may obtain a copy of the License at\r
11   * \r
12    *      http://www.apache.org/licenses/LICENSE-2.0\r
13   * \r
14    * Unless required by applicable law or agreed to in writing, software\r
15   * distributed under the License is distributed on an "AS IS" BASIS,\r
16   * WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied.\r
17   * See the License for the specific language governing permissions and\r
18   * limitations under the License.\r
19   * ============LICENSE_END====================================================\r
20   *\r
21   * ECOMP is a trademark and service mark of AT&T Intellectual Property.\r
22   *\r
23 -->\r
24 <descriptor version="1" xmlns="http://aft.att.com/swm/descriptor">\r
25         <platforms>\r
26                 <platform architecture="*" os="*" osVersions="*"/> \r
27         </platforms>\r
28         <paths>\r
29                 <path name="/opt/app/aft/auth/${artifactId}/${version}" type="d" user="aft" group="aft" permissions="0755" recursive="true"/>\r
30         </paths>\r
31         <actions>\r
32                 <action type="INIT">\r
33                         <proc stage="PRE" user="aft" group="aft"/>\r
34                         <proc stage="POST" user="aft" group="aft"/>\r
35                 </action>\r
36                 <action type="INST">\r
37                         <proc stage="PRE" user="aft" group="aft"/>\r
38                         <proc stage="POST" user="aft" group="aft"/>\r
39                 </action>\r
40                 <action type="DINST">\r
41                         <proc stage="PRE" user="aft" group="aft"/>\r
42                         <proc stage="POST" user="aft" group="aft"/>\r
43                 </action>\r
44                 <action type="FALL">\r
45                         <proc stage="PRE" user="aft" group="aft"/>\r
46                         <proc stage="POST" user="aft" group="aft"/>\r
47                 </action>\r
48         </actions>\r
49 </descriptor>\r