blob: 1b584eb431ab32983a3db508e6d1cd318f1b7d57 [file] [log] [blame]
Thanh Hafe4eb602013-07-05 19:37:24 -04001<?xml version="1.0" encoding="UTF-8"?>
2<!--
3 Copyright (c) 2012, 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 Thanh Ha (Eclipse Foundation) - initial implementation
11-->
12
13<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"
14 xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance">
15 <modelVersion>4.0.0</modelVersion>
16
17 <parent>
18 <groupId>org.eclipse</groupId>
19 <artifactId>wtp-parent</artifactId>
Thanh Ha1b7e63c2013-10-11 11:38:55 -040020 <version>3.6.0-SNAPSHOT</version>
Thanh Hafe4eb602013-07-05 19:37:24 -040021 <relativePath>../wtp-parent</relativePath>
22 </parent>
23
24 <groupId>org.eclipse.webtools.sourceediting</groupId>
25 <artifactId>org.eclipse.webtools.sourceediting.xsl</artifactId>
Thanh Ha1b7e63c2013-10-11 11:38:55 -040026 <version>3.6.0-SNAPSHOT</version>
Thanh Hafe4eb602013-07-05 19:37:24 -040027 <packaging>pom</packaging>
28
29 <modules>
30 <module>bundles/org.eclipse.wst.xsl</module>
31 <module>bundles/org.eclipse.wst.xsl.core</module>
32 <module>bundles/org.eclipse.wst.xsl.debug.ui</module>
33 <module>bundles/org.eclipse.wst.xsl.exslt.core</module>
34 <module>bundles/org.eclipse.wst.xsl.exslt.ui</module>
35 <module>bundles/org.eclipse.wst.xsl.jaxp.debug</module>
36 <module>bundles/org.eclipse.wst.xsl.jaxp.debug.ui</module>
37 <module>bundles/org.eclipse.wst.xsl.jaxp.launching</module>
38 <module>bundles/org.eclipse.wst.xsl.launching</module>
39 <module>bundles/org.eclipse.wst.xsl.saxon</module>
40 <module>bundles/org.eclipse.wst.xsl.ui</module>
41 <module>bundles/org.eclipse.wst.xsl.xalan</module>
42
43 <module>docs/org.eclipse.wst.xsl.doc</module>
44 <module>docs/org.eclipse.wst.xsl.sdk.documentation</module>
45
46 <module>features/org.eclipse.wst.xsl.feature</module>
47 <module>features/org.eclipse.wst.xsl_sdk.feature</module>
48 </modules>
49</project>