Skip to main content
aboutsummaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorIgor Fedorenko2012-05-18 17:46:13 +0000
committerPawel Piech2012-05-21 20:12:04 +0000
commitf5b4116e686bafadb7ae53f85a7149073e85123e (patch)
tree273fe04e3b7cd163eb00c98fef1cf172ed93e518 /org.eclipse.core.externaltools
parent6e5719f57839b1d47dfd84ef260d1a957d70c5a6 (diff)
downloadeclipse.platform.debug-f5b4116e686bafadb7ae53f85a7149073e85123e.tar.gz
eclipse.platform.debug-f5b4116e686bafadb7ae53f85a7149073e85123e.tar.xz
eclipse.platform.debug-f5b4116e686bafadb7ae53f85a7149073e85123e.zip
Diffstat (limited to 'org.eclipse.core.externaltools')
-rw-r--r--org.eclipse.core.externaltools/pom.xml25
1 files changed, 25 insertions, 0 deletions
diff --git a/org.eclipse.core.externaltools/pom.xml b/org.eclipse.core.externaltools/pom.xml
new file mode 100644
index 000000000..c4f0d388a
--- /dev/null
+++ b/org.eclipse.core.externaltools/pom.xml
@@ -0,0 +1,25 @@
+<?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>
+ <artifactId>eclipse.platform.debug</artifactId>
+ <groupId>eclipse.platform.debug</groupId>
+ <version>3.8.0-SNAPSHOT</version>
+ </parent>
+ <groupId>eclipse.platform.debug</groupId>
+ <artifactId>org.eclipse.core.externaltools</artifactId>
+ <version>1.0.100-SNAPSHOT</version>
+ <packaging>eclipse-plugin</packaging>
+</project>

Back to the top