Skip to main content
aboutsummaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorThanh Ha2012-08-21 14:39:33 +0000
committerThanh Ha2012-08-21 14:39:33 +0000
commit3b3851d68fe3a7878188fed6250cd84a723edbbf (patch)
tree731261e461bb87aae049eca7eedb3250967fceaf /eclipse.platform.releng.tychoeclipsebuilder/pom.xml
parentd2ada2b9d4980a75212124173301b961ec210ce5 (diff)
downloadeclipse.platform.releng.aggregator-3b3851d68fe3a7878188fed6250cd84a723edbbf.tar.gz
eclipse.platform.releng.aggregator-3b3851d68fe3a7878188fed6250cd84a723edbbf.tar.xz
eclipse.platform.releng.aggregator-3b3851d68fe3a7878188fed6250cd84a723edbbf.zip
Move product build to tychoEclipseBuilder
Diffstat (limited to 'eclipse.platform.releng.tychoeclipsebuilder/pom.xml')
-rw-r--r--eclipse.platform.releng.tychoeclipsebuilder/pom.xml38
1 files changed, 38 insertions, 0 deletions
diff --git a/eclipse.platform.releng.tychoeclipsebuilder/pom.xml b/eclipse.platform.releng.tychoeclipsebuilder/pom.xml
new file mode 100644
index 000000000..47ee97c58
--- /dev/null
+++ b/eclipse.platform.releng.tychoeclipsebuilder/pom.xml
@@ -0,0 +1,38 @@
+<?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.releng.tychoeclipsebuilder</groupId>
+ <artifactId>eclipse.platform.releng.tychoeclipsebuilder</artifactId>
+ <version>4.2.0-SNAPSHOT</version>
+ <packaging>pom</packaging>
+
+ <modules>
+ <module>platform</module>
+ <module>platform.sdk</module>
+ <module>rcp</module>
+ <module>rcp.config</module>
+ <module>rcp.sdk</module>
+ <module>sdk</module>
+ </modules>
+</project>

Back to the top