Skip to main content
aboutsummaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorMike Rennie2012-12-11 15:17:58 +0000
committerMike Rennie2012-12-11 15:17:58 +0000
commited3e277144f883f145e7d8d6d709cda7eef34f87 (patch)
treef6231a15d374b554c4522616373b245e5242c05d /pom.xml
parent58d75de9843ccff46b961f615e3d653a17e01977 (diff)
downloadeclipse.platform.debug-ed3e277144f883f145e7d8d6d709cda7eef34f87.tar.gz
eclipse.platform.debug-ed3e277144f883f145e7d8d6d709cda7eef34f87.tar.xz
eclipse.platform.debug-ed3e277144f883f145e7d8d6d709cda7eef34f87.zip
Bug 396099 - Merge in CBI patches from 4.2.2 into 4.3 (pom changes) forI20121214-0730I20121213-1200I20121212-2000I20121212-0800I20121211-2000
eclipse.platform.debug - missing root POM change
Diffstat (limited to 'pom.xml')
-rw-r--r--pom.xml89
1 files changed, 45 insertions, 44 deletions
diff --git a/pom.xml b/pom.xml
index ea51aeca1..78dc59c1e 100644
--- a/pom.xml
+++ b/pom.xml
@@ -1,44 +1,45 @@
-<?xml version="1.0" encoding="UTF-8"?>
-<!--
- Copyright (c) 2012 Eclipse Foundation.
- 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:
- Igor Fedorenko - initial implementation
--->
-
-<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</groupId>
- <artifactId>eclipse-parent</artifactId>
- <version>1.0.0-SNAPSHOT</version>
- </parent>
-
- <groupId>eclipse.platform.debug</groupId>
- <artifactId>eclipse.platform.debug</artifactId>
- <version>3.8.0-SNAPSHOT</version>
- <packaging>pom</packaging>
-
- <properties>
- <tycho.scmUrl>scm:git:git://git.eclipse.org/gitroot/platform/eclipse.platform.debug.git</tycho.scmUrl>
- </properties>
-
- <modules>
- <module>org.eclipse.core.externaltools</module>
- <module>org.eclipse.core.variables</module>
- <module>org.eclipse.debug.core</module>
- <module>org.eclipse.debug.examples.core</module>
- <module>org.eclipse.debug.examples.ui</module>
- <module>org.eclipse.debug.tests</module>
- <module>org.eclipse.debug.ui</module>
- <module>org.eclipse.ui.console</module>
- <module>org.eclipse.ui.externaltools</module>
- </modules>
-</project>
+<?xml version="1.0" encoding="UTF-8"?>
+<!--
+ Copyright (c) 2012 Eclipse Foundation.
+ 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:
+ Igor Fedorenko - initial implementation
+-->
+
+<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</groupId>
+ <artifactId>eclipse-parent</artifactId>
+ <version>1.0.0-SNAPSHOT</version>
+ <relativePath>../eclipse-parent</relativePath>
+ </parent>
+
+ <groupId>eclipse.platform.debug</groupId>
+ <artifactId>eclipse.platform.debug</artifactId>
+ <version>3.8.0-SNAPSHOT</version>
+ <packaging>pom</packaging>
+
+ <properties>
+ <tycho.scmUrl>scm:git:git://git.eclipse.org/gitroot/platform/eclipse.platform.debug.git</tycho.scmUrl>
+ </properties>
+
+ <modules>
+ <module>org.eclipse.core.externaltools</module>
+ <module>org.eclipse.core.variables</module>
+ <module>org.eclipse.debug.core</module>
+ <module>org.eclipse.debug.examples.core</module>
+ <module>org.eclipse.debug.examples.ui</module>
+ <module>org.eclipse.debug.tests</module>
+ <module>org.eclipse.debug.ui</module>
+ <module>org.eclipse.ui.console</module>
+ <module>org.eclipse.ui.externaltools</module>
+ </modules>
+</project>

Back to the top