blob: c3558c0e0b9358a88ba3fd6e784c977a07c42834 [file] [log] [blame]
Thanh Ha7a650c22013-07-04 22:41:18 -04001<?xml version="1.0" encoding="UTF-8"?>
2<!--
3 Copyright (c) 2012, 2013 Eclipse Foundation and others.
4 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.jsf</groupId>
18 <artifactId>org.eclipse.webtools.jsf.tests</artifactId>
Ian Trimble089ad562013-09-18 16:46:50 -070019 <version>3.6.0-SNAPSHOT</version>
Thanh Ha7a650c22013-07-04 22:41:18 -040020 <relativePath>../../../</relativePath>
21 </parent>
22
23 <groupId>org.eclipse.webtools.jsf</groupId>
24 <artifactId>org.eclipse.jst.jsf.test.util</artifactId>
Ian Trimble949f0792015-10-14 13:30:33 -070025 <version>1.5.100-SNAPSHOT</version>
Thanh Ha7a650c22013-07-04 22:41:18 -040026 <packaging>eclipse-plugin</packaging>
27</project>