blob: 9daf2cc609f3675e79161892935bad09c10e1415 [file] [log] [blame]
dacarver8edfecc2010-08-27 19:30:06 +00001<?xml version="1.0" encoding="UTF-8"?>
2<project xmlns="http://maven.apache.org/POM/4.0.0" xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance"
3 xsi:schemaLocation="http://maven.apache.org/POM/4.0.0 http://maven.apache.org/maven-v4_0_0.xsd">
4 <modelVersion>4.0.0</modelVersion>
5 <groupId>org.eclipse.wst.xsl</groupId>
6 <artifactId>org.eclipse.wst.xsl.saxon</artifactId>
7 <packaging>eclipse-plugin</packaging>
dacarver4ad702b2011-03-08 19:00:33 +00008 <version>1.0.200-SNAPSHOT</version>
dacarver8edfecc2010-08-27 19:30:06 +00009 <name>XSLT Saxon Plugin</name>
10
11 <parent>
12 <groupId>org.eclipse.wst.xsl</groupId>
13 <artifactId>org.eclipse.wst.xsl-parent</artifactId>
14 <version>1.2.0-SNAPSHOT</version>
15 <relativePath>../../development/athena/org.eclipse.wst.xsl.releng</relativePath>
16 </parent>
17
18</project>