blob: 83d35c9635581881a737f18ded0c85c7f3eaa028 [file] [log] [blame]
Steven Hung2c57f3a2013-09-05 17:42:16 -04001<?xml version="1.0" encoding="UTF-8"?>
2<!--
eyuen547519a2014-05-06 13:46:00 -04003 Copyright (c) 2012, 2014 Eclipse Foundation and others.
Steven Hung2c57f3a2013-09-05 17:42:16 -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
11-->
12
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>
eyuenf7a307e2017-10-10 13:58:13 -040018 <artifactId>org.eclipse.webtools.servertools</artifactId>
Steven Hungb4656d92013-09-18 17:10:01 -040019 <version>3.6.0-SNAPSHOT</version>
Steven Hung2c57f3a2013-09-05 17:42:16 -040020 <relativePath>../../</relativePath>
21 </parent>
22
23 <groupId>org.eclipse.webtools.servertools</groupId>
24 <artifactId>org.eclipse.jst.server.tomcat.core.tests</artifactId>
eyuenbb741492014-05-16 11:56:20 -040025 <version>1.1.301-SNAPSHOT</version>
eyuen547519a2014-05-06 13:46:00 -040026 <packaging>eclipse-test-plugin</packaging>
27
28 <properties>
29 <testSuite>${project.artifactId}</testSuite>
30 <testClass>org.eclipse.jst.server.tomcat.core.tests.AllTests</testClass>
31 </properties>
Steven Hung2c57f3a2013-09-05 17:42:16 -040032</project>