blob: ce3b1435e166692dc9cf4a9bab9009ce7b9b671f [file] [log] [blame]
dacarver8edfecc2010-08-27 19:30:06 +00001<?xml version="1.0" encoding="UTF-8"?>
Thanh Hafe4eb602013-07-05 19:37:24 -04002<!--
3 Copyright (c) 2010, 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 David Carver - Initial implementation
11 Thanh Ha (Eclipse Foundation) - CBI Webtools implementation
12-->
dacarver8edfecc2010-08-27 19:30:06 +000013
Thanh Hafe4eb602013-07-05 19:37:24 -040014<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"
15 xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance">
16 <modelVersion>4.0.0</modelVersion>
17 <parent>
18 <groupId>org.eclipse.webtools.sourceediting</groupId>
19 <artifactId>org.eclipse.webtools.sourceediting.xsl</artifactId>
Thanh Ha1b7e63c2013-10-11 11:38:55 -040020 <version>3.6.0-SNAPSHOT</version>
Thanh Hafe4eb602013-07-05 19:37:24 -040021 <relativePath>../../</relativePath>
22 </parent>
dacarver6b67a492010-09-04 21:59:59 +000023
Thanh Hafe4eb602013-07-05 19:37:24 -040024 <groupId>org.eclipse.webtools.sourceediting</groupId>
25 <artifactId>org.eclipse.wst.xsl.exslt.ui</artifactId>
26 <version>1.0.0-SNAPSHOT</version>
27 <packaging>eclipse-plugin</packaging>
28 <name>XSLT EXSLT UI Plugin</name>
dacarver6b67a492010-09-04 21:59:59 +000029
Thanh Hafe4eb602013-07-05 19:37:24 -040030 <build>
31 <sourceDirectory>src</sourceDirectory>
32 <plugins>
33 <plugin>
34 <groupId>org.apache.maven.plugins</groupId>
35 <artifactId>maven-javadoc-plugin</artifactId>
36 <version>2.7</version>
37 </plugin>
38 </plugins>
39 </build>
dacarver8edfecc2010-08-27 19:30:06 +000040</project>