Skip to main content
summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorIgor Fedorenko2012-05-18 18:30:57 +0000
committerDani Megert2012-05-23 13:10:00 +0000
commite43612c3daa766cf2afc2462a998157951a72c43 (patch)
tree03e07a701a6f96c15c8a5d8f695be0d5e891e793 /pom.xml
parent9723fdc97b176768811e524e3e6017d3278c4d15 (diff)
downloadeclipse.platform.text-e43612c3daa766cf2afc2462a998157951a72c43.tar.gz
eclipse.platform.text-e43612c3daa766cf2afc2462a998157951a72c43.tar.xz
eclipse.platform.text-e43612c3daa766cf2afc2462a998157951a72c43.zip
Add poms for Tycho buildv20120523-1310
Diffstat (limited to 'pom.xml')
-rw-r--r--pom.xml45
1 files changed, 45 insertions, 0 deletions
diff --git a/pom.xml b/pom.xml
new file mode 100644
index 00000000000..458b052df9e
--- /dev/null
+++ b/pom.xml
@@ -0,0 +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.text</groupId>
+ <artifactId>eclipse.platform.text</artifactId>
+ <version>3.8.0-SNAPSHOT</version>
+ <packaging>pom</packaging>
+
+ <modules>
+ <module>org.eclipse.core.filebuffers.tests</module>
+ <module>org.eclipse.jface.text.tests</module>
+ <module>org.eclipse.search.tests</module>
+ <module>org.eclipse.text.tests</module>
+ <module>org.eclipse.ui.editors.tests</module>
+ <module>org.eclipse.ui.workbench.texteditor.tests</module>
+ <module>org.eclipse.core.filebuffers</module>
+ <module>org.eclipse.jface.text</module>
+ <module>org.eclipse.text</module>
+ <module>org.eclipse.ui.workbench.texteditor</module>
+ <module>org.eclipse.ui.editors</module>
+ <module>org.eclipse.search</module>
+ <module>org.eclipse.ui.examples.javaeditor</module>
+ </modules>
+
+</project>

Back to the top