Skip to main content
aboutsummaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorIgor Fedorenko2012-05-18 18:21:20 +0000
committerSzymon Brandys2012-05-22 11:48:22 +0000
commita4b14e222b8efca995aabcaa5c67dde941d8968e (patch)
treedb232b7af55778f3bd80301463f94e5cb14c59fe /examples
parent1f8ef0df0f4919bdbeaa5073c138317fa22119a6 (diff)
downloadeclipse.platform.team-a4b14e222b8efca995aabcaa5c67dde941d8968e.tar.gz
eclipse.platform.team-a4b14e222b8efca995aabcaa5c67dde941d8968e.tar.xz
eclipse.platform.team-a4b14e222b8efca995aabcaa5c67dde941d8968e.zip
Add poms for Tycho buildv20120522-1148
Diffstat (limited to 'examples')
-rw-r--r--examples/org.eclipse.compare.examples.xml/pom.xml26
-rw-r--r--examples/org.eclipse.compare.examples/pom.xml26
-rw-r--r--examples/org.eclipse.team.examples.filesystem/pom.xml26
3 files changed, 78 insertions, 0 deletions
diff --git a/examples/org.eclipse.compare.examples.xml/pom.xml b/examples/org.eclipse.compare.examples.xml/pom.xml
new file mode 100644
index 000000000..319e76944
--- /dev/null
+++ b/examples/org.eclipse.compare.examples.xml/pom.xml
@@ -0,0 +1,26 @@
+<?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.team</artifactId>
+ <groupId>eclipse.platform.team</groupId>
+ <version>3.8.0-SNAPSHOT</version>
+ <relativePath>../../</relativePath>
+ </parent>
+ <groupId>eclipse.platform.team</groupId>
+ <artifactId>org.eclipse.compare.examples.xml</artifactId>
+ <version>3.3.200-SNAPSHOT</version>
+ <packaging>eclipse-plugin</packaging>
+</project>
diff --git a/examples/org.eclipse.compare.examples/pom.xml b/examples/org.eclipse.compare.examples/pom.xml
new file mode 100644
index 000000000..cec110fa6
--- /dev/null
+++ b/examples/org.eclipse.compare.examples/pom.xml
@@ -0,0 +1,26 @@
+<?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.team</artifactId>
+ <groupId>eclipse.platform.team</groupId>
+ <version>3.8.0-SNAPSHOT</version>
+ <relativePath>../../</relativePath>
+ </parent>
+ <groupId>eclipse.platform.team</groupId>
+ <artifactId>org.eclipse.compare.examples</artifactId>
+ <version>3.1.200-SNAPSHOT</version>
+ <packaging>eclipse-plugin</packaging>
+</project>
diff --git a/examples/org.eclipse.team.examples.filesystem/pom.xml b/examples/org.eclipse.team.examples.filesystem/pom.xml
new file mode 100644
index 000000000..04df2137f
--- /dev/null
+++ b/examples/org.eclipse.team.examples.filesystem/pom.xml
@@ -0,0 +1,26 @@
+<?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.team</artifactId>
+ <groupId>eclipse.platform.team</groupId>
+ <version>3.8.0-SNAPSHOT</version>
+ <relativePath>../../</relativePath>
+ </parent>
+ <groupId>eclipse.platform.team</groupId>
+ <artifactId>org.eclipse.team.examples.filesystem</artifactId>
+ <version>3.4.100-SNAPSHOT</version>
+ <packaging>eclipse-plugin</packaging>
+</project>

Back to the top