dacarver | 41a3463 | 2010-06-08 14:42:22 +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 | <artifactId>org.eclipse.wst.xml.vex.feature</artifactId> |
| 6 | <packaging>eclipse-feature</packaging> |
| 7 | <version>0.5.0-SNAPSHOT</version> |
| 8 | <name>Vex Feature</name> |
| 9 | |
| 10 | <parent> |
| 11 | <artifactId>org.eclipse.wst.xml.vex_parent</artifactId> |
| 12 | <groupId>org.eclipse.wst.xml.vex</groupId> |
| 13 | <version>0.5.0-SNAPSHOT</version> |
| 14 | <relativePath>../../development/org.eclipse.wst.xml.vex.releng/pom.xml</relativePath> |
| 15 | </parent> |
| 16 | |
| 17 | </project> |