blob: c7c9b0b757a5d271ed7f54f4ac6b3749ced7f719 [file] [log] [blame]
Vinay Vishal7c4c4fc2019-01-28 12:01:04 +05301<?xml version="1.0" encoding="UTF-8"?>
2<!--
hussainnm53712522021-02-18 19:46:31 +05303
4 Copyright (c) 2017, 2021 Oracle and/or its affiliates. All rights reserved.
5
Vinay Vishal7c4c4fc2019-01-28 12:01:04 +05306 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.
hussainnm53712522021-02-18 19:46:31 +05309
Vinay Vishal7c4c4fc2019-01-28 12:01:04 +053010 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.
hussainnm53712522021-02-18 19:46:31 +053015
Vinay Vishal7c4c4fc2019-01-28 12:01:04 +053016 SPDX-License-Identifier: EPL-2.0 OR GPL-2.0 WITH Classpath-exception-2.0
hussainnm53712522021-02-18 19:46:31 +053017
Vinay Vishal7c4c4fc2019-01-28 12:01:04 +053018-->
hussainnm53712522021-02-18 19:46:31 +053019
Vinay Vishal7c4c4fc2019-01-28 12:01:04 +053020<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 Shannon1a5dbd02019-02-26 13:02:39 -080022 <parent>
23 <groupId>org.glassfish.docs</groupId>
24 <artifactId>parent</artifactId>
David Matějček0ed4fff2021-11-28 18:55:50 +010025 <version>7.0.0-SNAPSHOT</version>
Bill Shannon1a5dbd02019-02-26 13:02:39 -080026 <relativePath>../parent</relativePath>
27 </parent>
28 <groupId>org.glassfish.docs</groupId>
Vinay Vishal7c4c4fc2019-01-28 12:01:04 +053029 <artifactId>add-on-component-development-guide</artifactId>
Bill Shannon1a5dbd02019-02-26 13:02:39 -080030 <packaging>jar</packaging>
Vinay Vishal7c4c4fc2019-01-28 12:01:04 +053031 <name>Eclipse GlassFish Server Add-On Component Development Guide, Release 5.1</name>
Vinay Vishal7c4c4fc2019-01-28 12:01:04 +053032</project>