Vinay Vishal | 7c4c4fc | 2019-01-28 12:01:04 +0530 | [diff] [blame] | 1 | <?xml version="1.0" encoding="UTF-8"?> |
| 2 | <!-- |
hussainnm | 5371252 | 2021-02-18 19:46:31 +0530 | [diff] [blame] | 3 | |
| 4 | Copyright (c) 2017, 2021 Oracle and/or its affiliates. All rights reserved. |
| 5 | |
Vinay Vishal | 7c4c4fc | 2019-01-28 12:01:04 +0530 | [diff] [blame] | 6 | This program and the accompanying materials are made available under the |
| 7 | terms of the Eclipse Public License v. 2.0, which is available at |
| 8 | http://www.eclipse.org/legal/epl-2.0. |
hussainnm | 5371252 | 2021-02-18 19:46:31 +0530 | [diff] [blame] | 9 | |
Vinay Vishal | 7c4c4fc | 2019-01-28 12:01:04 +0530 | [diff] [blame] | 10 | This Source Code may also be made available under the following Secondary |
| 11 | Licenses when the conditions for such availability set forth in the |
| 12 | Eclipse Public License v. 2.0 are satisfied: GNU General Public License, |
| 13 | version 2 with the GNU Classpath Exception, which is available at |
| 14 | https://www.gnu.org/software/classpath/license.html. |
hussainnm | 5371252 | 2021-02-18 19:46:31 +0530 | [diff] [blame] | 15 | |
Vinay Vishal | 7c4c4fc | 2019-01-28 12:01:04 +0530 | [diff] [blame] | 16 | SPDX-License-Identifier: EPL-2.0 OR GPL-2.0 WITH Classpath-exception-2.0 |
hussainnm | 5371252 | 2021-02-18 19:46:31 +0530 | [diff] [blame] | 17 | |
Vinay Vishal | 7c4c4fc | 2019-01-28 12:01:04 +0530 | [diff] [blame] | 18 | --> |
hussainnm | 5371252 | 2021-02-18 19:46:31 +0530 | [diff] [blame] | 19 | |
Vinay Vishal | 7c4c4fc | 2019-01-28 12:01:04 +0530 | [diff] [blame] | 20 | <project xmlns="http://maven.apache.org/POM/4.0.0" xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance" xsi:schemaLocation="http://maven.apache.org/POM/4.0.0 http://maven.apache.org/maven-v4_0_0.xsd"> |
| 21 | <modelVersion>4.0.0</modelVersion> |
Bill Shannon | 1a5dbd0 | 2019-02-26 13:02:39 -0800 | [diff] [blame] | 22 | <parent> |
| 23 | <groupId>org.glassfish.docs</groupId> |
| 24 | <artifactId>parent</artifactId> |
David Matějček | 0ed4fff | 2021-11-28 18:55:50 +0100 | [diff] [blame] | 25 | <version>7.0.0-SNAPSHOT</version> |
Bill Shannon | 1a5dbd0 | 2019-02-26 13:02:39 -0800 | [diff] [blame] | 26 | <relativePath>../parent</relativePath> |
| 27 | </parent> |
| 28 | <groupId>org.glassfish.docs</groupId> |
Vinay Vishal | 7c4c4fc | 2019-01-28 12:01:04 +0530 | [diff] [blame] | 29 | <artifactId>add-on-component-development-guide</artifactId> |
Bill Shannon | 1a5dbd0 | 2019-02-26 13:02:39 -0800 | [diff] [blame] | 30 | <packaging>jar</packaging> |
Vinay Vishal | 7c4c4fc | 2019-01-28 12:01:04 +0530 | [diff] [blame] | 31 | <name>Eclipse GlassFish Server Add-On Component Development Guide, Release 5.1</name> |
Vinay Vishal | 7c4c4fc | 2019-01-28 12:01:04 +0530 | [diff] [blame] | 32 | </project> |