Pamela Dragosh | 91d04c6 | 2017-02-14 19:41:00 -0500 | [diff] [blame] | 1 | <!-- |
| 2 | ============LICENSE_START======================================================= |
Guo Ruijing | 073cc18 | 2017-07-31 08:47:35 +0000 | [diff] [blame] | 3 | ONAP Policy Engine |
Pamela Dragosh | 91d04c6 | 2017-02-14 19:41:00 -0500 | [diff] [blame] | 4 | ================================================================================ |
| 5 | Copyright (C) 2017 AT&T Intellectual Property. All rights reserved. |
| 6 | ================================================================================ |
| 7 | Licensed under the Apache License, Version 2.0 (the "License"); |
| 8 | you may not use this file except in compliance with the License. |
| 9 | You may obtain a copy of the License at |
| 10 | |
| 11 | http://www.apache.org/licenses/LICENSE-2.0 |
| 12 | |
| 13 | Unless required by applicable law or agreed to in writing, software |
| 14 | distributed under the License is distributed on an "AS IS" BASIS, |
| 15 | WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied. |
| 16 | See the License for the specific language governing permissions and |
| 17 | limitations under the License. |
| 18 | ============LICENSE_END========================================================= |
| 19 | --> |
| 20 | |
| 21 | <assembly> |
| 22 | <id>base</id> |
| 23 | <formats> |
| 24 | <format>tar.gz</format> |
| 25 | </formats> |
| 26 | <includeBaseDirectory>false</includeBaseDirectory> |
| 27 | <fileSets> |
| 28 | <fileSet> |
| 29 | <directory>${project.build.directory}</directory> |
| 30 | <outputDirectory>etc</outputDirectory> |
| 31 | <includes><include>build.info</include></includes> |
| 32 | <fileMode>700</fileMode> |
| 33 | <directoryMode>700</directoryMode> |
| 34 | </fileSet> |
| 35 | <fileSet> |
| 36 | <directory>src/files</directory> |
| 37 | <outputDirectory>.</outputDirectory> |
| 38 | <fileMode>700</fileMode> |
| 39 | <directoryMode>700</directoryMode> |
| 40 | </fileSet> |
| 41 | <fileSet> |
| 42 | <directory>${project.build.directory}/install/3rdparty/</directory> |
| 43 | <outputDirectory>install/3rdparty/</outputDirectory> |
| 44 | <fileMode>700</fileMode> |
| 45 | <directoryMode>700</directoryMode> |
Ravindra Bakkamanthala | d9007d6 | 2017-05-31 15:54:24 -0400 | [diff] [blame] | 46 | </fileSet> |
Pamela Dragosh | 91d04c6 | 2017-02-14 19:41:00 -0500 | [diff] [blame] | 47 | <fileSet> |
Pamela Dragosh | 91d04c6 | 2017-02-14 19:41:00 -0500 | [diff] [blame] | 48 | <directory>${project.build.directory}/pdp/webapps</directory> |
| 49 | <outputDirectory>install/servers/pdp/webapps</outputDirectory> |
| 50 | <fileMode>700</fileMode> |
| 51 | <directoryMode>700</directoryMode> |
| 52 | </fileSet> |
| 53 | <fileSet> |
| 54 | <directory>${project.build.directory}/pap/webapps</directory> |
| 55 | <outputDirectory>install/servers/pap/webapps</outputDirectory> |
| 56 | <fileMode>700</fileMode> |
| 57 | <directoryMode>700</directoryMode> |
| 58 | </fileSet> |
| 59 | <fileSet> |
| 60 | <directory>${project.build.directory}/console/webapps</directory> |
| 61 | <outputDirectory>install/servers/console/webapps</outputDirectory> |
| 62 | <fileMode>700</fileMode> |
| 63 | <directoryMode>700</directoryMode> |
| 64 | </fileSet> |
| 65 | <fileSet> |
| 66 | <directory>${project.build.directory}/logparser</directory> |
| 67 | <outputDirectory>install/servers/common/logparser/bin</outputDirectory> |
| 68 | <fileMode>700</fileMode> |
| 69 | <directoryMode>700</directoryMode> |
| 70 | </fileSet> |
| 71 | <fileSet> |
| 72 | <directory>${project.build.directory}/brmsgw</directory> |
| 73 | <outputDirectory>install/servers/brmsgw</outputDirectory> |
| 74 | <fileMode>700</fileMode> |
| 75 | <directoryMode>700</directoryMode> |
| 76 | </fileSet> |
| 77 | </fileSets> |
| 78 | </assembly> |