Skip to main content
aboutsummaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
Diffstat (limited to 'bundles/org.eclipse.wst.xsl.jaxp.debug.ui/pom.xml')
-rw-r--r--bundles/org.eclipse.wst.xsl.jaxp.debug.ui/pom.xml60
1 files changed, 35 insertions, 25 deletions
diff --git a/bundles/org.eclipse.wst.xsl.jaxp.debug.ui/pom.xml b/bundles/org.eclipse.wst.xsl.jaxp.debug.ui/pom.xml
index a3f3f0f..bb00ddc 100644
--- a/bundles/org.eclipse.wst.xsl.jaxp.debug.ui/pom.xml
+++ b/bundles/org.eclipse.wst.xsl.jaxp.debug.ui/pom.xml
@@ -1,30 +1,40 @@
<?xml version="1.0" encoding="UTF-8"?>
-<project xmlns="http://maven.apache.org/POM/4.0.0" xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance"
- xsi:schemaLocation="http://maven.apache.org/POM/4.0.0 http://maven.apache.org/maven-v4_0_0.xsd">
- <modelVersion>4.0.0</modelVersion>
- <groupId>org.eclipse.wst.xsl</groupId>
- <artifactId>org.eclipse.wst.xsl.jaxp.debug.ui</artifactId>
- <packaging>eclipse-plugin</packaging>
- <version>1.0.200-SNAPSHOT</version>
- <name>XSLT JAXP Debug UI Plugin</name>
+<!--
+ Copyright (c) 2010, 2013 Eclipse Foundation and others.
+ All rights reserved. This program and the accompanying materials
+ are made available under the terms of the Eclipse Distribution License v1.0
+ which accompanies this distribution, and is available at
+ http://www.eclipse.org/org/documents/edl-v10.php
+
+ Contributors:
+ David Carver - Initial implementation
+ Thanh Ha (Eclipse Foundation) - CBI Webtools implementation
+-->
- <parent>
- <groupId>org.eclipse.wst.xsl</groupId>
- <artifactId>org.eclipse.wst.xsl-parent</artifactId>
- <version>1.2.0-SNAPSHOT</version>
- <relativePath>../../development/athena/org.eclipse.wst.xsl.releng</relativePath>
- </parent>
-
- <build>
- <sourceDirectory>src</sourceDirectory>
- <plugins>
- <plugin>
- <groupId>org.apache.maven.plugins</groupId>
- <artifactId>maven-javadoc-plugin</artifactId>
- <version>2.7</version>
- </plugin>
- </plugins>
- </build>
+<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"
+ xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance">
+ <modelVersion>4.0.0</modelVersion>
+ <parent>
+ <groupId>org.eclipse.webtools.sourceediting</groupId>
+ <artifactId>org.eclipse.webtools.sourceediting.xsl</artifactId>
+ <version>3.5.0-SNAPSHOT</version>
+ <relativePath>../../</relativePath>
+ </parent>
+ <groupId>org.eclipse.webtools.sourceediting</groupId>
+ <artifactId>org.eclipse.wst.xsl.jaxp.debug.ui</artifactId>
+ <version>1.0.200-SNAPSHOT</version>
+ <packaging>eclipse-plugin</packaging>
+ <name>XSLT JAXP Debug UI Plugin</name>
+ <build>
+ <sourceDirectory>src</sourceDirectory>
+ <plugins>
+ <plugin>
+ <groupId>org.apache.maven.plugins</groupId>
+ <artifactId>maven-javadoc-plugin</artifactId>
+ <version>2.7</version>
+ </plugin>
+ </plugins>
+ </build>
</project>

Back to the top