blob: 273475a7012862659bdf138599f1d8ae104b8041 [file] [log] [blame]
Steven Hung0e9bfb12013-09-05 17:11:25 -04001<?xml version="1.0" encoding="UTF-8"?>
2<!--
Stephanie-Cao436c4ff2018-06-08 12:02:58 -04003 Copyright (c) 2012, 2018 Eclipse Foundation and others.
Steven Hung0e9bfb12013-09-05 17:11:25 -04004 All rights reserved. This program and the accompanying materials
5 are made available under the terms of the Eclipse Distribution License v1.0
6 which accompanies this distribution, and is available at
7 http://www.eclipse.org/org/documents/edl-v10.php
8
9 Contributors:
10 Thanh Ha (Eclipse Foundation) - initial implementation
eyuen564ba8f2019-01-30 20:05:45 -050011-->
Steven Hung0e9bfb12013-09-05 17:11:25 -040012
13<project xsi:schemaLocation="http://maven.apache.org/POM/4.0.0 http://maven.apache.org/xsd/maven-4.0.0.xsd" xmlns="http://maven.apache.org/POM/4.0.0"
14 xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance">
15 <modelVersion>4.0.0</modelVersion>
16 <parent>
17 <groupId>org.eclipse.webtools.servertools</groupId>
18 <artifactId>org.eclipse.webtools.servertools</artifactId>
Steven Hung4f525cd2013-09-18 16:39:59 -040019 <version>3.6.0-SNAPSHOT</version>
Steven Hung0e9bfb12013-09-05 17:11:25 -040020 <relativePath>../../</relativePath>
21 </parent>
22
23 <groupId>org.eclipse.webtools.servertools</groupId>
24 <artifactId>org.eclipse.jst.server.preview.adapter</artifactId>
Nitin Dahyabhaidee98152022-04-30 12:05:35 -040025 <version>1.1.800-SNAPSHOT</version>
Steven Hung0e9bfb12013-09-05 17:11:25 -040026 <packaging>eclipse-plugin</packaging>
27</project>