dacarver | 8edfecc | 2010-08-27 19:30:06 +0000 | [diff] [blame] | 1 | <?xml version="1.0" encoding="UTF-8"?> |
Thanh Ha | fe4eb60 | 2013-07-05 19:37:24 -0400 | [diff] [blame] | 2 | <!-- |
| 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 | --> |
dacarver | 8edfecc | 2010-08-27 19:30:06 +0000 | [diff] [blame] | 13 | |
Thanh Ha | fe4eb60 | 2013-07-05 19:37:24 -0400 | [diff] [blame] | 14 | <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 Ha | 1b7e63c | 2013-10-11 11:38:55 -0400 | [diff] [blame] | 20 | <version>3.6.0-SNAPSHOT</version> |
Thanh Ha | fe4eb60 | 2013-07-05 19:37:24 -0400 | [diff] [blame] | 21 | <relativePath>../../</relativePath> |
| 22 | </parent> |
dacarver | 6b67a49 | 2010-09-04 21:59:59 +0000 | [diff] [blame] | 23 | |
Thanh Ha | fe4eb60 | 2013-07-05 19:37:24 -0400 | [diff] [blame] | 24 | <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> |
dacarver | 6b67a49 | 2010-09-04 21:59:59 +0000 | [diff] [blame] | 29 | |
Thanh Ha | fe4eb60 | 2013-07-05 19:37:24 -0400 | [diff] [blame] | 30 | <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> |
dacarver | 8edfecc | 2010-08-27 19:30:06 +0000 | [diff] [blame] | 40 | </project> |