Patrick Brady | 57b5eef | 2017-02-10 15:00:49 -0800 | [diff] [blame] | 1 | <?xml version="1.0" encoding="UTF-8"?> |
Skip Wonnell | 8c4b89b | 2018-01-12 09:24:03 -0600 | [diff] [blame] | 2 | <!-- |
| 3 | ============LICENSE_START======================================================= |
| 4 | ONAP : APPC |
| 5 | ================================================================================ |
Patrick Brady | 13c0353 | 2019-02-22 13:37:19 -0800 | [diff] [blame] | 6 | Copyright (C) 2017-2019 AT&T Intellectual Property. All rights reserved. |
Skip Wonnell | 8c4b89b | 2018-01-12 09:24:03 -0600 | [diff] [blame] | 7 | Copyright (C) 2017 Amdocs |
| 8 | ================================================================================ |
| 9 | Licensed under the Apache License, Version 2.0 (the "License"); |
| 10 | you may not use this file except in compliance with the License. |
| 11 | You may obtain a copy of the License at |
| 12 | |
| 13 | http://www.apache.org/licenses/LICENSE-2.0 |
| 14 | |
| 15 | Unless required by applicable law or agreed to in writing, software |
| 16 | distributed under the License is distributed on an "AS IS" BASIS, |
| 17 | WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied. |
| 18 | See the License for the specific language governing permissions and |
| 19 | limitations under the License. |
| 20 | ============LICENSE_END========================================================= |
Skip Wonnell | 8c4b89b | 2018-01-12 09:24:03 -0600 | [diff] [blame] | 21 | --> |
Skip Wonnell | 17c2c59 | 2017-12-16 18:48:27 -0600 | [diff] [blame] | 22 | <project xmlns="http://maven.apache.org/POM/4.0.0" xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance" |
| 23 | xsi:schemaLocation="http://maven.apache.org/POM/4.0.0 http://maven.apache.org/xsd/maven-4.0.0.xsd"> |
| 24 | <modelVersion>4.0.0</modelVersion> |
Patrick Brady | 2108e88 | 2018-08-10 09:24:50 -0700 | [diff] [blame] | 25 | <parent> |
| 26 | <groupId>org.onap.appc.parent</groupId> |
| 27 | <artifactId>binding-parent</artifactId> |
Patrick Brady | 19ae780 | 2019-01-08 12:25:10 -0800 | [diff] [blame] | 28 | <version>1.5.0-SNAPSHOT</version> |
Patrick Brady | 2108e88 | 2018-08-10 09:24:50 -0700 | [diff] [blame] | 29 | <relativePath /> |
| 30 | </parent> |
Skip Wonnell | 17c2c59 | 2017-12-16 18:48:27 -0600 | [diff] [blame] | 31 | <groupId>org.onap.appc</groupId> |
Patrick Brady | 57b5eef | 2017-02-10 15:00:49 -0800 | [diff] [blame] | 32 | |
Skip Wonnell | 17c2c59 | 2017-12-16 18:48:27 -0600 | [diff] [blame] | 33 | <artifactId>appc-iaas-adapter-bundle</artifactId> |
| 34 | <packaging>bundle</packaging> |
| 35 | <name>IaaS Adapter - bundle</name> |
Patrick Brady | 57b5eef | 2017-02-10 15:00:49 -0800 | [diff] [blame] | 36 | |
Skip Wonnell | 17c2c59 | 2017-12-16 18:48:27 -0600 | [diff] [blame] | 37 | <dependencies> |
| 38 | <dependency> |
| 39 | <groupId>org.onap.appc</groupId> |
Patrick Brady | 2108e88 | 2018-08-10 09:24:50 -0700 | [diff] [blame] | 40 | <artifactId>appc-common-bundle</artifactId> |
Skip Wonnell | 17c2c59 | 2017-12-16 18:48:27 -0600 | [diff] [blame] | 41 | <version>${project.version}</version> |
| 42 | <scope>compile</scope> |
Patrick Brady | c7d0075 | 2017-06-01 10:45:37 -0700 | [diff] [blame] | 43 | <exclusions> |
| 44 | <exclusion> |
| 45 | <groupId>javax</groupId> |
| 46 | <artifactId>javaee-api</artifactId> |
| 47 | </exclusion> |
| 48 | </exclusions> |
Skip Wonnell | 17c2c59 | 2017-12-16 18:48:27 -0600 | [diff] [blame] | 49 | </dependency> |
| 50 | |
Patrick Brady | 28da502 | 2018-09-17 12:52:55 -0700 | [diff] [blame] | 51 | |
| 52 | <dependency> |
| 53 | <groupId>com.att.cdp</groupId> |
| 54 | <artifactId>cdp-pal-common</artifactId> |
| 55 | <scope>compile</scope> |
| 56 | <version>${cdp.pal.version}</version> |
| 57 | <exclusions> |
| 58 | <exclusion> |
| 59 | <groupId>ch.qos.logback</groupId> |
| 60 | <artifactId>logback-classic</artifactId> |
| 61 | </exclusion> |
| 62 | </exclusions> |
| 63 | </dependency> |
| 64 | |
Patrick Brady | c7d0075 | 2017-06-01 10:45:37 -0700 | [diff] [blame] | 65 | <dependency> |
| 66 | <groupId>com.att.cdp</groupId> |
| 67 | <artifactId>cdp-pal-openstack</artifactId> |
| 68 | <scope>compile</scope> |
Patrick Brady | 2108e88 | 2018-08-10 09:24:50 -0700 | [diff] [blame] | 69 | <version>${cdp.pal.version}</version> |
Patrick Brady | 28da502 | 2018-09-17 12:52:55 -0700 | [diff] [blame] | 70 | <exclusions> |
| 71 | <exclusion> |
| 72 | <groupId>com.att.cdp</groupId> |
| 73 | <artifactId>cdp-pal-common</artifactId> |
| 74 | </exclusion> |
| 75 | </exclusions> |
Patrick Brady | c7d0075 | 2017-06-01 10:45:37 -0700 | [diff] [blame] | 76 | </dependency> |
Patrick Brady | 57b5eef | 2017-02-10 15:00:49 -0800 | [diff] [blame] | 77 | |
Patrick Brady | c7d0075 | 2017-06-01 10:45:37 -0700 | [diff] [blame] | 78 | <dependency> |
Skip Wonnell | 17c2c59 | 2017-12-16 18:48:27 -0600 | [diff] [blame] | 79 | <groupId>org.glassfish.jersey.core</groupId> |
| 80 | <artifactId>jersey-common</artifactId> |
| 81 | <version>2.25.1</version> |
| 82 | <scope>compile</scope> |
Patrick Brady | c7d0075 | 2017-06-01 10:45:37 -0700 | [diff] [blame] | 83 | </dependency> |
Patrick Brady | 57b5eef | 2017-02-10 15:00:49 -0800 | [diff] [blame] | 84 | |
Patrick Brady | 57b5eef | 2017-02-10 15:00:49 -0800 | [diff] [blame] | 85 | |
Patrick Brady | c7d0075 | 2017-06-01 10:45:37 -0700 | [diff] [blame] | 86 | <dependency> |
Skip Wonnell | 17c2c59 | 2017-12-16 18:48:27 -0600 | [diff] [blame] | 87 | <groupId>org.glassfish.jersey.core</groupId> |
| 88 | <artifactId>jersey-client</artifactId> |
| 89 | <version>2.25.1</version> |
| 90 | <scope>compile</scope> |
Patrick Brady | c7d0075 | 2017-06-01 10:45:37 -0700 | [diff] [blame] | 91 | </dependency> |
Skip Wonnell | 17c2c59 | 2017-12-16 18:48:27 -0600 | [diff] [blame] | 92 | |
Patrick Brady | c7d0075 | 2017-06-01 10:45:37 -0700 | [diff] [blame] | 93 | <dependency> |
Skip Wonnell | 17c2c59 | 2017-12-16 18:48:27 -0600 | [diff] [blame] | 94 | <groupId>org.glassfish.jersey.core</groupId> |
| 95 | <artifactId>jersey-server</artifactId> |
| 96 | <version>2.25.1</version> |
| 97 | <scope>compile</scope> |
Patrick Brady | c7d0075 | 2017-06-01 10:45:37 -0700 | [diff] [blame] | 98 | </dependency> |
Skip Wonnell | 17c2c59 | 2017-12-16 18:48:27 -0600 | [diff] [blame] | 99 | |
Patrick Brady | 13c0353 | 2019-02-22 13:37:19 -0800 | [diff] [blame] | 100 | <dependency> |
| 101 | <groupId>org.osgi</groupId> |
| 102 | <artifactId>org.osgi.core</artifactId> |
| 103 | <scope>provided</scope> |
| 104 | </dependency> |
| 105 | |
Skip Wonnell | 17c2c59 | 2017-12-16 18:48:27 -0600 | [diff] [blame] | 106 | <!-- <dependency> --> |
| 107 | <!-- <groupId>javax</groupId> --> |
| 108 | <!-- <artifactId>javaee-api</artifactId> --> |
| 109 | <!-- <version>7.0</version> --> |
| 110 | <!-- </dependency> --> |
| 111 | |
Patrick Brady | c7d0075 | 2017-06-01 10:45:37 -0700 | [diff] [blame] | 112 | <dependency> |
| 113 | <groupId>javax.ws.rs</groupId> |
| 114 | <artifactId>javax.ws.rs-api</artifactId> |
| 115 | <version>2.0.1</version> |
| 116 | <scope>compile</scope> |
| 117 | </dependency> |
Skip Wonnell | 17c2c59 | 2017-12-16 18:48:27 -0600 | [diff] [blame] | 118 | |
| 119 | <!-- <dependency> --> |
| 120 | <!-- <groupId>org.glassfish.jersey.containers</groupId> --> |
| 121 | <!-- <artifactId>jersey-container-servlet</artifactId> --> |
| 122 | <!-- <version>2.25.1</version> --> |
| 123 | <!-- <scope>provided</scope> --> |
| 124 | <!-- </dependency> --> |
| 125 | |
Patrick Brady | c7d0075 | 2017-06-01 10:45:37 -0700 | [diff] [blame] | 126 | <dependency> |
| 127 | <groupId>org.glassfish.jersey.connectors</groupId> |
| 128 | <artifactId>jersey-grizzly-connector</artifactId> |
| 129 | <version>2.25.1</version> |
| 130 | <scope>compile</scope> |
| 131 | </dependency> |
Skip Wonnell | 17c2c59 | 2017-12-16 18:48:27 -0600 | [diff] [blame] | 132 | <!-- <dependency> --> |
| 133 | <!-- <groupId>org.glassfish.jersey.media</groupId> --> |
| 134 | <!-- <artifactId>jersey-media-json-jackson</artifactId> --> |
| 135 | <!-- <version>2.25.1</version> --> |
| 136 | <!-- </dependency> --> |
| 137 | |
| 138 | <!-- <dependency> --> |
| 139 | <!-- <groupId>com.fasterxml.jackson.jaxrs</groupId> --> |
| 140 | <!-- <artifactId>jackson-jaxrs-base</artifactId> --> |
| 141 | <!-- </dependency> --> |
| 142 | |
Patrick Brady | c7d0075 | 2017-06-01 10:45:37 -0700 | [diff] [blame] | 143 | <dependency> |
| 144 | <groupId>javax.xml</groupId> |
| 145 | <artifactId>jaxp-api</artifactId> |
| 146 | <version>1.4.2</version> |
| 147 | <scope>compile</scope> |
Skip Wonnell | 17c2c59 | 2017-12-16 18:48:27 -0600 | [diff] [blame] | 148 | </dependency> |
Patrick Brady | 57b5eef | 2017-02-10 15:00:49 -0800 | [diff] [blame] | 149 | |
Skip Wonnell | 17c2c59 | 2017-12-16 18:48:27 -0600 | [diff] [blame] | 150 | <dependency> |
| 151 | <groupId>javax.xml.bind</groupId> |
| 152 | <artifactId>jaxb-api</artifactId> |
Taka | 0f18e35 | 2017-12-19 16:25:07 -0500 | [diff] [blame] | 153 | <version>2.2.3</version> |
Skip Wonnell | 17c2c59 | 2017-12-16 18:48:27 -0600 | [diff] [blame] | 154 | <scope>compile</scope> |
| 155 | </dependency> |
Patrick Brady | 57b5eef | 2017-02-10 15:00:49 -0800 | [diff] [blame] | 156 | |
Patrick Brady | c7d0075 | 2017-06-01 10:45:37 -0700 | [diff] [blame] | 157 | <dependency> |
Patrick Brady | 7670600 | 2017-09-04 21:37:25 -0700 | [diff] [blame] | 158 | <groupId>org.onap.ccsdk.sli.core</groupId> |
Patrick Brady | c7d0075 | 2017-06-01 10:45:37 -0700 | [diff] [blame] | 159 | <artifactId>sli-common</artifactId> |
| 160 | <scope>provided</scope> |
| 161 | <!-- Added exclusion to prevent missing dependency issue on dblib --> |
| 162 | <exclusions> |
| 163 | <exclusion> |
Patrick Brady | 7670600 | 2017-09-04 21:37:25 -0700 | [diff] [blame] | 164 | <groupId>org.onap.ccsdk.sli.core</groupId> |
Patrick Brady | c7d0075 | 2017-06-01 10:45:37 -0700 | [diff] [blame] | 165 | <artifactId>dblib-provider</artifactId> |
| 166 | </exclusion> |
| 167 | </exclusions> |
| 168 | </dependency> |
Patrick Brady | 57b5eef | 2017-02-10 15:00:49 -0800 | [diff] [blame] | 169 | |
Patrick Brady | c7d0075 | 2017-06-01 10:45:37 -0700 | [diff] [blame] | 170 | <dependency> |
Patrick Brady | 7670600 | 2017-09-04 21:37:25 -0700 | [diff] [blame] | 171 | <groupId>org.onap.ccsdk.sli.core</groupId> |
Patrick Brady | c7d0075 | 2017-06-01 10:45:37 -0700 | [diff] [blame] | 172 | <artifactId>sli-provider</artifactId> |
| 173 | <scope>provided</scope> |
| 174 | <!-- Added exclusion to prevent missing dependency issue on dblib --> |
| 175 | <exclusions> |
| 176 | <exclusion> |
Patrick Brady | 7670600 | 2017-09-04 21:37:25 -0700 | [diff] [blame] | 177 | <groupId>org.onap.ccsdk.sli.core</groupId> |
Patrick Brady | c7d0075 | 2017-06-01 10:45:37 -0700 | [diff] [blame] | 178 | <artifactId>dblib-provider</artifactId> |
| 179 | </exclusion> |
| 180 | </exclusions> |
Skip Wonnell | 17c2c59 | 2017-12-16 18:48:27 -0600 | [diff] [blame] | 181 | </dependency> |
Patrick Brady | 57b5eef | 2017-02-10 15:00:49 -0800 | [diff] [blame] | 182 | |
Patrick Brady | 57b5eef | 2017-02-10 15:00:49 -0800 | [diff] [blame] | 183 | |
Skip Wonnell | 17c2c59 | 2017-12-16 18:48:27 -0600 | [diff] [blame] | 184 | <!-- <dependency> --> |
| 185 | <!-- <groupId>org.codehaus.jackson</groupId> --> |
| 186 | <!-- <artifactId>jackson-jaxrs</artifactId> --> |
Taka Cho | 65d7a30 | 2018-03-01 20:57:52 -0500 | [diff] [blame] | 187 | <!-- <version>1.9.13</version> --> |
Skip Wonnell | 17c2c59 | 2017-12-16 18:48:27 -0600 | [diff] [blame] | 188 | <!-- </dependency> --> |
Patrick Brady | 57b5eef | 2017-02-10 15:00:49 -0800 | [diff] [blame] | 189 | |
Skip Wonnell | 17c2c59 | 2017-12-16 18:48:27 -0600 | [diff] [blame] | 190 | <!-- <dependency> --> |
| 191 | <!-- <groupId>commons-codec</groupId> --> |
| 192 | <!-- <artifactId>commons-codec</artifactId> --> |
| 193 | <!-- </dependency> --> |
Patrick Brady | 57b5eef | 2017-02-10 15:00:49 -0800 | [diff] [blame] | 194 | |
Skip Wonnell | 17c2c59 | 2017-12-16 18:48:27 -0600 | [diff] [blame] | 195 | <!-- <dependency> --> |
| 196 | <!-- <groupId>org.apache.httpcomponents</groupId> --> |
| 197 | <!-- <artifactId>httpclient</artifactId> --> |
Taka Cho | bda7652 | 2018-03-07 11:42:59 -0500 | [diff] [blame] | 198 | <!-- <version>4.5.3</version> --> |
Skip Wonnell | 17c2c59 | 2017-12-16 18:48:27 -0600 | [diff] [blame] | 199 | <!-- </dependency> --> |
Patrick Brady | 57b5eef | 2017-02-10 15:00:49 -0800 | [diff] [blame] | 200 | |
Skip Wonnell | 17c2c59 | 2017-12-16 18:48:27 -0600 | [diff] [blame] | 201 | <dependency> |
| 202 | <groupId>junit</groupId> |
| 203 | <artifactId>junit</artifactId> |
| 204 | <scope>test</scope> |
| 205 | </dependency> |
Michal Kabaj | 3756637 | 2017-12-19 14:36:59 +0100 | [diff] [blame] | 206 | <dependency> |
| 207 | <groupId>org.mockito</groupId> |
| 208 | <artifactId>mockito-core</artifactId> |
| 209 | <scope>test</scope> |
| 210 | </dependency> |
Patrick Brady | 57b5eef | 2017-02-10 15:00:49 -0800 | [diff] [blame] | 211 | |
Skip Wonnell | 17c2c59 | 2017-12-16 18:48:27 -0600 | [diff] [blame] | 212 | <!-- <dependency> --> |
| 213 | <!-- <groupId>equinoxSDK381</groupId> --> |
| 214 | <!-- <artifactId>org.eclipse.osgi</artifactId> --> |
| 215 | <!-- </dependency> --> |
Patrick Brady | 57b5eef | 2017-02-10 15:00:49 -0800 | [diff] [blame] | 216 | |
Skip Wonnell | 17c2c59 | 2017-12-16 18:48:27 -0600 | [diff] [blame] | 217 | <!-- <dependency> --> |
| 218 | <!-- <groupId>org.slf4j</groupId> --> |
| 219 | <!-- <artifactId>slf4j-api</artifactId> --> |
| 220 | <!-- </dependency> --> |
Patrick Brady | 57b5eef | 2017-02-10 15:00:49 -0800 | [diff] [blame] | 221 | |
Skip Wonnell | 17c2c59 | 2017-12-16 18:48:27 -0600 | [diff] [blame] | 222 | <!-- <dependency> --> |
| 223 | <!-- <groupId>org.slf4j</groupId> --> |
| 224 | <!-- <artifactId>jcl-over-slf4j</artifactId> --> |
| 225 | <!-- </dependency> --> |
Patrick Brady | 57b5eef | 2017-02-10 15:00:49 -0800 | [diff] [blame] | 226 | |
Skip Wonnell | 17c2c59 | 2017-12-16 18:48:27 -0600 | [diff] [blame] | 227 | <!-- <dependency> --> |
| 228 | <!-- <groupId>xerces</groupId> --> |
| 229 | <!-- <artifactId>xerces</artifactId> --> |
| 230 | <!-- <version>2.4.0</version> --> |
| 231 | <!-- <scope>provided</scope> --> |
| 232 | <!-- </dependency> --> |
Patrick Brady | 57b5eef | 2017-02-10 15:00:49 -0800 | [diff] [blame] | 233 | |
Skip Wonnell | 17c2c59 | 2017-12-16 18:48:27 -0600 | [diff] [blame] | 234 | <!-- <dependency> --> |
| 235 | <!-- <groupId>org.apache.httpcomponents</groupId> --> |
| 236 | <!-- <artifactId>httpcore</artifactId> --> |
| 237 | <!-- <version>${apache.httpcomponents.version}</version> --> |
| 238 | <!-- </dependency> --> |
Patrick Brady | 57b5eef | 2017-02-10 15:00:49 -0800 | [diff] [blame] | 239 | |
Skip Wonnell | 17c2c59 | 2017-12-16 18:48:27 -0600 | [diff] [blame] | 240 | <!-- <dependency> --> |
| 241 | <!-- <groupId>commons-logging</groupId> --> |
| 242 | <!-- <artifactId>commons-logging</artifactId> --> |
| 243 | <!-- <version>1.2</version> --> |
| 244 | <!-- </dependency> --> |
Patrick Brady | 57b5eef | 2017-02-10 15:00:49 -0800 | [diff] [blame] | 245 | |
Skip Wonnell | 17c2c59 | 2017-12-16 18:48:27 -0600 | [diff] [blame] | 246 | </dependencies> |
Patrick Brady | 57b5eef | 2017-02-10 15:00:49 -0800 | [diff] [blame] | 247 | |
Skip Wonnell | 17c2c59 | 2017-12-16 18:48:27 -0600 | [diff] [blame] | 248 | <build> |
| 249 | <plugins> |
| 250 | <plugin> |
| 251 | <groupId>org.apache.felix</groupId> |
| 252 | <artifactId>maven-bundle-plugin</artifactId> |
| 253 | <extensions>true</extensions> |
| 254 | <configuration> |
| 255 | <instructions> |
| 256 | <Bundle-SymbolicName>appc-iaas-adapter</Bundle-SymbolicName> |
| 257 | <Bundle-Activator>org.onap.appc.adapter.iaas.AppcProviderAdapterActivator</Bundle-Activator> |
| 258 | <Export-Package>org.onap.appc.adapter.iaas,com.att.cdp.zones.model</Export-Package> |
Patrick Brady | 50472bf | 2019-01-03 11:21:43 -0800 | [diff] [blame] | 259 | <Import-Package>javax.naming,javax.ws.rs.*,org.onap.ccsdk.sli.core.sli.*,org.osgi.framework.*,org.slf4j.*,javax.net.ssl,org.xml.sax</Import-Package> |
Skip Wonnell | 17c2c59 | 2017-12-16 18:48:27 -0600 | [diff] [blame] | 260 | <!-- <Import-Package>org.onap.ccsdk.sli.core.sli.*,org.osgi.framework.*,org.slf4j.*,javax.ws.rs.*,javax.net.*,javax.xml.*,org.xml.*</Import-Package> --> |
| 261 | <!-- <Import-Package>org.onap.ccsdk.sli.core.sli.*,org.osgi.framework.*,org.slf4j.*,com.vmware.*,org.apache.xerces.*,javax.net.*,javax.net.ssl.*,org.xml.sax.*,javax.xml.bind.*,javax.naming.*,javax.xml.*</Import-Package> --> |
Patrick Brady | 50472bf | 2019-01-03 11:21:43 -0800 | [diff] [blame] | 262 | <Embed-Dependency>!javax.ws.rs-api,*;scope=compile|runtime;artifactId=!org.eclipse.osgi|slf4j-api|jcl-over-slf4j|</Embed-Dependency> |
Skip Wonnell | 17c2c59 | 2017-12-16 18:48:27 -0600 | [diff] [blame] | 263 | <!-- <Embed-Dependency>*;scope=compile|runtime;artifactId=!sli-common|org.eclipse.osgi|slf4j-api|jcl-over-slf4j|mariadb-java-client|xml-apis</Embed-Dependency> --> |
| 264 | <Embed-Transitive>true</Embed-Transitive> |
| 265 | </instructions> |
| 266 | </configuration> |
| 267 | </plugin> |
| 268 | </plugins> |
| 269 | </build> |
Patrick Brady | 57b5eef | 2017-02-10 15:00:49 -0800 | [diff] [blame] | 270 | |
Skip Wonnell | 17c2c59 | 2017-12-16 18:48:27 -0600 | [diff] [blame] | 271 | <profiles> |
| 272 | <profile> |
| 273 | <id>NonSlowTests</id> |
| 274 | <activation> |
| 275 | <activeByDefault>true</activeByDefault> |
| 276 | </activation> |
| 277 | <build> |
| 278 | <plugins> |
| 279 | <plugin> |
| 280 | <groupId>org.apache.maven.plugins</groupId> |
| 281 | <artifactId>maven-surefire-plugin</artifactId> |
| 282 | <configuration> |
| 283 | <excludedGroups>org.onap.appc.adapter.iaas.impl.TestProviderAdapterImpl</excludedGroups> |
| 284 | </configuration> |
| 285 | </plugin> |
| 286 | </plugins> |
| 287 | </build> |
| 288 | </profile> |
| 289 | </profiles> |
Patrick Brady | ed1cf1f | 2019-04-26 12:36:25 -0700 | [diff] [blame^] | 290 | <version>1.6.0-SNAPSHOT</version> |
Patrick Brady | 57b5eef | 2017-02-10 15:00:49 -0800 | [diff] [blame] | 291 | </project> |