dacarver | 8edfecc | 2010-08-27 19:30:06 +0000 | [diff] [blame] | 1 | <?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> |
dacarver | 4ad702b | 2011-03-08 19:00:33 +0000 | [diff] [blame] | 8 | <version>1.0.200-SNAPSHOT</version> |
dacarver | 8edfecc | 2010-08-27 19:30:06 +0000 | [diff] [blame] | 9 | <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> |