Skip to main content
aboutsummaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorMarkus Knauer2013-11-15 14:24:20 +0000
committerMarkus Knauer2013-11-15 17:08:37 +0000
commitfd527936f8fa7c2db4002ccabf3d61ead8d79802 (patch)
tree83d71ae7f17447e6eda2fd41ed8218e85e1c1fa7
parenta79c21d9d54bce27b49a1d26fd30aea2de97cfce (diff)
downloadorg.eclipse.epp.packages-fd527936f8fa7c2db4002ccabf3d61ead8d79802.tar.gz
org.eclipse.epp.packages-fd527936f8fa7c2db4002ccabf3d61ead8d79802.tar.xz
org.eclipse.epp.packages-fd527936f8fa7c2db4002ccabf3d61ead8d79802.zip
Extract parent pom into its own file and add more configuration
-rw-r--r--packages/org.eclipse.epp.package.automotive.feature/pom.xml14
-rw-r--r--packages/org.eclipse.epp.package.automotive.product/pom.xml21
-rw-r--r--packages/org.eclipse.epp.package.automotive/pom.xml14
-rw-r--r--packages/org.eclipse.epp.package.common.feature/pom.xml16
-rw-r--r--packages/org.eclipse.epp.package.common/.project22
-rw-r--r--packages/org.eclipse.epp.package.common/META-INF/MANIFEST.MF8
-rw-r--r--packages/org.eclipse.epp.package.common/about.html28
-rw-r--r--packages/org.eclipse.epp.package.common/build.properties7
-rw-r--r--packages/org.eclipse.epp.package.common/icons/yoxos32.pngbin1921 -> 0 bytes
-rw-r--r--packages/org.eclipse.epp.package.common/plugin.xml15
-rw-r--r--packages/org.eclipse.epp.package.common/pom.xml28
-rw-r--r--packages/org.eclipse.epp.package.cpp.feature/pom.xml14
-rw-r--r--packages/org.eclipse.epp.package.cpp.product/pom.xml21
-rw-r--r--packages/org.eclipse.epp.package.cpp/pom.xml16
-rw-r--r--packages/org.eclipse.epp.package.dsl.feature/pom.xml16
-rw-r--r--packages/org.eclipse.epp.package.dsl.product/pom.xml21
-rw-r--r--packages/org.eclipse.epp.package.dsl/pom.xml16
-rw-r--r--packages/org.eclipse.epp.package.java.feature/pom.xml14
-rw-r--r--packages/org.eclipse.epp.package.java.product/pom.xml21
-rw-r--r--packages/org.eclipse.epp.package.java/pom.xml14
-rw-r--r--packages/org.eclipse.epp.package.jee.feature/pom.xml14
-rw-r--r--packages/org.eclipse.epp.package.jee.product/pom.xml19
-rw-r--r--packages/org.eclipse.epp.package.jee/pom.xml14
-rw-r--r--packages/org.eclipse.epp.package.modeling.feature/pom.xml16
-rw-r--r--packages/org.eclipse.epp.package.modeling.product/pom.xml19
-rw-r--r--packages/org.eclipse.epp.package.modeling/pom.xml14
-rw-r--r--packages/org.eclipse.epp.package.parallel.feature/pom.xml14
-rw-r--r--packages/org.eclipse.epp.package.parallel.product/pom.xml19
-rw-r--r--packages/org.eclipse.epp.package.parallel/pom.xml14
-rw-r--r--packages/org.eclipse.epp.package.rcp.feature/pom.xml14
-rw-r--r--packages/org.eclipse.epp.package.rcp.product/pom.xml19
-rw-r--r--packages/org.eclipse.epp.package.rcp/pom.xml14
-rw-r--r--packages/org.eclipse.epp.package.reporting.feature/pom.xml14
-rw-r--r--packages/org.eclipse.epp.package.reporting.product/pom.xml19
-rw-r--r--packages/org.eclipse.epp.package.reporting/pom.xml14
-rw-r--r--packages/org.eclipse.epp.package.scout.feature/pom.xml14
-rw-r--r--packages/org.eclipse.epp.package.scout.product/pom.xml19
-rw-r--r--packages/org.eclipse.epp.package.scout/pom.xml14
-rw-r--r--packages/org.eclipse.epp.package.standard.feature/pom.xml16
-rw-r--r--packages/org.eclipse.epp.package.standard.product/pom.xml21
-rw-r--r--packages/org.eclipse.epp.package.standard/pom.xml16
-rw-r--r--packages/org.eclipse.epp.package.testing.feature/pom.xml14
-rw-r--r--packages/org.eclipse.epp.package.testing.product/pom.xml19
-rw-r--r--packages/org.eclipse.epp.package.testing/pom.xml16
-rw-r--r--pom.xml140
-rw-r--r--releng/org.eclipse.epp.config/parent/pom.xml272
46 files changed, 696 insertions, 428 deletions
diff --git a/packages/org.eclipse.epp.package.automotive.feature/pom.xml b/packages/org.eclipse.epp.package.automotive.feature/pom.xml
index 43ab984b..4dd879ac 100644
--- a/packages/org.eclipse.epp.package.automotive.feature/pom.xml
+++ b/packages/org.eclipse.epp.package.automotive.feature/pom.xml
@@ -7,22 +7,26 @@
http://www.eclipse.org/org/documents/edl-v10.php
Contributors:
+ Igor Fedorenko - initial implementation
Thanh Ha (Eclipse Foundation) - initial implementation
+ EclipseSource - ongoing development
-->
-<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">
+<project xmlns="http://maven.apache.org/POM/4.0.0"
+ xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance"
+ xsi:schemaLocation="http://maven.apache.org/POM/4.0.0 http://maven.apache.org/xsd/maven-4.0.0.xsd">
<modelVersion>4.0.0</modelVersion>
+
<parent>
<groupId>org.eclipse.epp</groupId>
- <artifactId>epp-parent</artifactId>
+ <artifactId>org.eclipse.epp-parent</artifactId>
<version>2.1.0-SNAPSHOT</version>
- <relativePath>../../</relativePath>
+ <relativePath>../../releng/org.eclipse.epp.config/parent/</relativePath>
</parent>
<groupId>org.eclipse.epp</groupId>
<artifactId>org.eclipse.epp.package.automotive.feature</artifactId>
<version>2.1.0-SNAPSHOT</version>
<packaging>eclipse-feature</packaging>
+
</project>
diff --git a/packages/org.eclipse.epp.package.automotive.product/pom.xml b/packages/org.eclipse.epp.package.automotive.product/pom.xml
index 9499a1df..01f74295 100644
--- a/packages/org.eclipse.epp.package.automotive.product/pom.xml
+++ b/packages/org.eclipse.epp.package.automotive.product/pom.xml
@@ -1,6 +1,6 @@
<?xml version="1.0" encoding="UTF-8"?>
<!--
- Copyright (c) 2012, 2013 Eclipse Foundation.
+ Copyright (c) 2012, 2013 Eclipse Foundation and others.
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
@@ -8,17 +8,19 @@
Contributors:
Thanh Ha (Eclipse Foundation) - initial implementation
+ EclipseSource - ongoing development
-->
-<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">
+<project xmlns="http://maven.apache.org/POM/4.0.0"
+ xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance"
+ xsi:schemaLocation="http://maven.apache.org/POM/4.0.0 http://maven.apache.org/xsd/maven-4.0.0.xsd">
<modelVersion>4.0.0</modelVersion>
+
<parent>
<groupId>org.eclipse.epp</groupId>
- <artifactId>epp-parent</artifactId>
+ <artifactId>org.eclipse.epp-parent</artifactId>
<version>2.1.0-SNAPSHOT</version>
- <relativePath>../../</relativePath>
+ <relativePath>../../releng/org.eclipse.epp.config/parent/</relativePath>
</parent>
<groupId>org.eclipse.epp</groupId>
@@ -31,6 +33,7 @@
<plugin>
<groupId>org.eclipse.tycho</groupId>
<artifactId>tycho-p2-director-plugin</artifactId>
+ <version>${tycho.version}</version>
<executions>
<execution>
<id>materialize-products</id>
@@ -46,6 +49,12 @@
</goals>
</execution>
</executions>
+ <configuration>
+ <formats>
+ <linux>tar.gz</linux>
+ <macosx>tar.gz</macosx>
+ </formats>
+ </configuration>
</plugin>
</plugins>
</build>
diff --git a/packages/org.eclipse.epp.package.automotive/pom.xml b/packages/org.eclipse.epp.package.automotive/pom.xml
index 3698fb7d..e3298943 100644
--- a/packages/org.eclipse.epp.package.automotive/pom.xml
+++ b/packages/org.eclipse.epp.package.automotive/pom.xml
@@ -7,22 +7,26 @@
http://www.eclipse.org/org/documents/edl-v10.php
Contributors:
+ Igor Fedorenko - initial implementation
Thanh Ha (Eclipse Foundation) - initial implementation
+ EclipseSource - ongoing development
-->
-<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">
+<project xmlns="http://maven.apache.org/POM/4.0.0"
+ xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance"
+ xsi:schemaLocation="http://maven.apache.org/POM/4.0.0 http://maven.apache.org/xsd/maven-4.0.0.xsd">
<modelVersion>4.0.0</modelVersion>
+
<parent>
<groupId>org.eclipse.epp</groupId>
- <artifactId>epp-parent</artifactId>
+ <artifactId>org.eclipse.epp-parent</artifactId>
<version>2.1.0-SNAPSHOT</version>
- <relativePath>../../</relativePath>
+ <relativePath>../../releng/org.eclipse.epp.config/parent/</relativePath>
</parent>
<groupId>org.eclipse.epp</groupId>
<artifactId>org.eclipse.epp.package.automotive</artifactId>
<version>2.1.0-SNAPSHOT</version>
<packaging>eclipse-plugin</packaging>
+
</project>
diff --git a/packages/org.eclipse.epp.package.common.feature/pom.xml b/packages/org.eclipse.epp.package.common.feature/pom.xml
index 31ea2088..4473f77f 100644
--- a/packages/org.eclipse.epp.package.common.feature/pom.xml
+++ b/packages/org.eclipse.epp.package.common.feature/pom.xml
@@ -1,6 +1,6 @@
<?xml version="1.0" encoding="UTF-8"?>
<!--
- Copyright (c) 2012, 2013 Eclipse Foundation.
+ Copyright (c) 2012, 2013 Eclipse Foundation and others.
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
@@ -8,21 +8,25 @@
Contributors:
Igor Fedorenko - initial implementation
+ Thanh Ha (Eclipse Foundation) - initial implementation
+ EclipseSource - ongoing development
-->
-<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">
+<project xmlns="http://maven.apache.org/POM/4.0.0"
+ xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance"
+ xsi:schemaLocation="http://maven.apache.org/POM/4.0.0 http://maven.apache.org/xsd/maven-4.0.0.xsd">
<modelVersion>4.0.0</modelVersion>
+
<parent>
<groupId>org.eclipse.epp</groupId>
- <artifactId>epp-parent</artifactId>
+ <artifactId>org.eclipse.epp-parent</artifactId>
<version>2.1.0-SNAPSHOT</version>
- <relativePath>../../</relativePath>
+ <relativePath>../../releng/org.eclipse.epp.config/parent/</relativePath>
</parent>
<groupId>org.eclipse.epp</groupId>
<artifactId>org.eclipse.epp.package.common.feature</artifactId>
<version>2.1.0-SNAPSHOT</version>
<packaging>eclipse-feature</packaging>
+
</project>
diff --git a/packages/org.eclipse.epp.package.common/.project b/packages/org.eclipse.epp.package.common/.project
deleted file mode 100644
index f8aabc7c..00000000
--- a/packages/org.eclipse.epp.package.common/.project
+++ /dev/null
@@ -1,22 +0,0 @@
-<?xml version="1.0" encoding="UTF-8"?>
-<projectDescription>
- <name>org.eclipse.epp.package.common</name>
- <comment></comment>
- <projects>
- </projects>
- <buildSpec>
- <buildCommand>
- <name>org.eclipse.pde.ManifestBuilder</name>
- <arguments>
- </arguments>
- </buildCommand>
- <buildCommand>
- <name>org.eclipse.pde.SchemaBuilder</name>
- <arguments>
- </arguments>
- </buildCommand>
- </buildSpec>
- <natures>
- <nature>org.eclipse.pde.PluginNature</nature>
- </natures>
-</projectDescription>
diff --git a/packages/org.eclipse.epp.package.common/META-INF/MANIFEST.MF b/packages/org.eclipse.epp.package.common/META-INF/MANIFEST.MF
deleted file mode 100644
index db9d333e..00000000
--- a/packages/org.eclipse.epp.package.common/META-INF/MANIFEST.MF
+++ /dev/null
@@ -1,8 +0,0 @@
-Manifest-Version: 1.0
-Bundle-ManifestVersion: 2
-Bundle-Name: EPP Common Bundle
-Bundle-SymbolicName: org.eclipse.epp.package.common;singleton:=true
-Bundle-Version: 2.1.0.qualifier
-Bundle-Vendor: Eclipse.org - EPP
-Bundle-RequiredExecutionEnvironment: JavaSE-1.6
-Require-Bundle: org.eclipse.epp.mpc.ui
diff --git a/packages/org.eclipse.epp.package.common/about.html b/packages/org.eclipse.epp.package.common/about.html
deleted file mode 100644
index e6ecf1e5..00000000
--- a/packages/org.eclipse.epp.package.common/about.html
+++ /dev/null
@@ -1,28 +0,0 @@
-<!DOCTYPE html PUBLIC "-//W3C//DTD XHTML 1.0 Strict//EN"
- "http://www.w3.org/TR/xhtml1/DTD/xhtml1-strict.dtd">
-<html xmlns="http://www.w3.org/1999/xhtml">
-<head>
-<meta http-equiv="Content-Type" content="text/html; charset=ISO-8859-1"/>
-<title>About</title>
-</head>
-<body lang="EN-US">
-<h2>About This Content</h2>
-
-<p>June, 2011</p>
-<h3>License</h3>
-
-<p>The Eclipse Foundation makes available all content in this plug-in (&quot;Content&quot;). Unless otherwise
-indicated below, the Content is provided to you under the terms and conditions of the
-Eclipse Public License Version 1.0 (&quot;EPL&quot;). A copy of the EPL is available
-at <a href="http://www.eclipse.org/legal/epl-v10.html">http://www.eclipse.org/legal/epl-v10.html</a>.
-For purposes of the EPL, &quot;Program&quot; will mean the Content.</p>
-
-<p>If you did not receive this Content directly from the Eclipse Foundation, the Content is
-being redistributed by another party (&quot;Redistributor&quot;) and different terms and conditions may
-apply to your use of any object code in the Content. Check the Redistributor's license that was
-provided with the Content. If no such license exists, contact the Redistributor. Unless otherwise
-indicated below, the terms and conditions of the EPL still apply to any source code in the Content
-and such source code may be obtained at <a href="http://www.eclipse.org/">http://www.eclipse.org</a>.</p>
-
-</body>
-</html>
diff --git a/packages/org.eclipse.epp.package.common/build.properties b/packages/org.eclipse.epp.package.common/build.properties
deleted file mode 100644
index a118ccde..00000000
--- a/packages/org.eclipse.epp.package.common/build.properties
+++ /dev/null
@@ -1,7 +0,0 @@
-bin.includes = META-INF/,\
- plugin.xml,\
- about.html,\
- icons/
-
-
- \ No newline at end of file
diff --git a/packages/org.eclipse.epp.package.common/icons/yoxos32.png b/packages/org.eclipse.epp.package.common/icons/yoxos32.png
deleted file mode 100644
index 011321b2..00000000
--- a/packages/org.eclipse.epp.package.common/icons/yoxos32.png
+++ /dev/null
Binary files differ
diff --git a/packages/org.eclipse.epp.package.common/plugin.xml b/packages/org.eclipse.epp.package.common/plugin.xml
deleted file mode 100644
index ede9bd33..00000000
--- a/packages/org.eclipse.epp.package.common/plugin.xml
+++ /dev/null
@@ -1,15 +0,0 @@
-<?xml version="1.0" encoding="UTF-8"?>
-<?eclipse version="3.4"?>
-<plugin>
-
- <extension
- point="org.eclipse.epp.mpc.ui.catalog">
- <catalog
- description="The fast and reliable source for Eclipse plugins and solutions. Experience the difference."
- icon="icons/yoxos32.png"
- label="Yoxos Marketplace - by EclipseSource"
- url="http://market.eclipsesource.com/yoxos">
- </catalog>
- </extension>
-
-</plugin>
diff --git a/packages/org.eclipse.epp.package.common/pom.xml b/packages/org.eclipse.epp.package.common/pom.xml
deleted file mode 100644
index 81e03d8c..00000000
--- a/packages/org.eclipse.epp.package.common/pom.xml
+++ /dev/null
@@ -1,28 +0,0 @@
-<?xml version="1.0" encoding="UTF-8"?>
-<!--
- Copyright (c) 2012, 2013 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.epp</groupId>
- <artifactId>epp-parent</artifactId>
- <version>2.1.0-SNAPSHOT</version>
- <relativePath>../../</relativePath>
- </parent>
-
- <groupId>org.eclipse.epp</groupId>
- <artifactId>org.eclipse.epp.package.common</artifactId>
- <version>2.1.0-SNAPSHOT</version>
- <packaging>eclipse-plugin</packaging>
-</project>
diff --git a/packages/org.eclipse.epp.package.cpp.feature/pom.xml b/packages/org.eclipse.epp.package.cpp.feature/pom.xml
index d588e2e0..05d2089b 100644
--- a/packages/org.eclipse.epp.package.cpp.feature/pom.xml
+++ b/packages/org.eclipse.epp.package.cpp.feature/pom.xml
@@ -8,21 +8,25 @@
Contributors:
Igor Fedorenko - initial implementation
+ Thanh Ha (Eclipse Foundation) - initial implementation
+ EclipseSource - ongoing development
-->
-<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">
+<project xmlns="http://maven.apache.org/POM/4.0.0"
+ xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance"
+ xsi:schemaLocation="http://maven.apache.org/POM/4.0.0 http://maven.apache.org/xsd/maven-4.0.0.xsd">
<modelVersion>4.0.0</modelVersion>
+
<parent>
<groupId>org.eclipse.epp</groupId>
- <artifactId>epp-parent</artifactId>
+ <artifactId>org.eclipse.epp-parent</artifactId>
<version>2.1.0-SNAPSHOT</version>
- <relativePath>../../</relativePath>
+ <relativePath>../../releng/org.eclipse.epp.config/parent/</relativePath>
</parent>
<groupId>org.eclipse.epp</groupId>
<artifactId>org.eclipse.epp.package.cpp.feature</artifactId>
<version>2.1.0-SNAPSHOT</version>
<packaging>eclipse-feature</packaging>
+
</project>
diff --git a/packages/org.eclipse.epp.package.cpp.product/pom.xml b/packages/org.eclipse.epp.package.cpp.product/pom.xml
index 4a2b6c23..a7b12f49 100644
--- a/packages/org.eclipse.epp.package.cpp.product/pom.xml
+++ b/packages/org.eclipse.epp.package.cpp.product/pom.xml
@@ -7,18 +7,20 @@
http://www.eclipse.org/org/documents/edl-v10.php
Contributors:
- Igor Fedorenko - initial implementation
+ Thanh Ha (Eclipse Foundation) - initial implementation
+ EclipseSource - ongoing development
-->
-<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">
+<project xmlns="http://maven.apache.org/POM/4.0.0"
+ xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance"
+ xsi:schemaLocation="http://maven.apache.org/POM/4.0.0 http://maven.apache.org/xsd/maven-4.0.0.xsd">
<modelVersion>4.0.0</modelVersion>
+
<parent>
<groupId>org.eclipse.epp</groupId>
- <artifactId>epp-parent</artifactId>
+ <artifactId>org.eclipse.epp-parent</artifactId>
<version>2.1.0-SNAPSHOT</version>
- <relativePath>../../</relativePath>
+ <relativePath>../../releng/org.eclipse.epp.config/parent/</relativePath>
</parent>
<groupId>org.eclipse.epp</groupId>
@@ -31,6 +33,7 @@
<plugin>
<groupId>org.eclipse.tycho</groupId>
<artifactId>tycho-p2-director-plugin</artifactId>
+ <version>${tycho.version}</version>
<executions>
<execution>
<id>materialize-products</id>
@@ -46,6 +49,12 @@
</goals>
</execution>
</executions>
+ <configuration>
+ <formats>
+ <linux>tar.gz</linux>
+ <macosx>tar.gz</macosx>
+ </formats>
+ </configuration>
</plugin>
</plugins>
</build>
diff --git a/packages/org.eclipse.epp.package.cpp/pom.xml b/packages/org.eclipse.epp.package.cpp/pom.xml
index 17c292e7..da30930a 100644
--- a/packages/org.eclipse.epp.package.cpp/pom.xml
+++ b/packages/org.eclipse.epp.package.cpp/pom.xml
@@ -1,6 +1,6 @@
<?xml version="1.0" encoding="UTF-8"?>
<!--
- Copyright (c) 2012, 2013 Eclipse Foundation.
+ Copyright (c) 2012, 2013 Eclipse Foundation and others.
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
@@ -8,21 +8,25 @@
Contributors:
Igor Fedorenko - initial implementation
+ Thanh Ha (Eclipse Foundation) - initial implementation
+ EclipseSource - ongoing development
-->
-<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">
+<project xmlns="http://maven.apache.org/POM/4.0.0"
+ xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance"
+ xsi:schemaLocation="http://maven.apache.org/POM/4.0.0 http://maven.apache.org/xsd/maven-4.0.0.xsd">
<modelVersion>4.0.0</modelVersion>
+
<parent>
<groupId>org.eclipse.epp</groupId>
- <artifactId>epp-parent</artifactId>
+ <artifactId>org.eclipse.epp-parent</artifactId>
<version>2.1.0-SNAPSHOT</version>
- <relativePath>../../</relativePath>
+ <relativePath>../../releng/org.eclipse.epp.config/parent/</relativePath>
</parent>
<groupId>org.eclipse.epp</groupId>
<artifactId>org.eclipse.epp.package.cpp</artifactId>
<version>2.1.0-SNAPSHOT</version>
<packaging>eclipse-plugin</packaging>
+
</project>
diff --git a/packages/org.eclipse.epp.package.dsl.feature/pom.xml b/packages/org.eclipse.epp.package.dsl.feature/pom.xml
index 86da1f17..7b5fea6c 100644
--- a/packages/org.eclipse.epp.package.dsl.feature/pom.xml
+++ b/packages/org.eclipse.epp.package.dsl.feature/pom.xml
@@ -1,28 +1,32 @@
<?xml version="1.0" encoding="UTF-8"?>
<!--
- Copyright (c) 2013 Eclipse Foundation and others.
+ Copyright (c) 2012, 2013 Eclipse Foundation and others.
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
Thanh Ha (Eclipse Foundation) - initial implementation
+ EclipseSource - ongoing development
-->
-<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">
+<project xmlns="http://maven.apache.org/POM/4.0.0"
+ xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance"
+ xsi:schemaLocation="http://maven.apache.org/POM/4.0.0 http://maven.apache.org/xsd/maven-4.0.0.xsd">
<modelVersion>4.0.0</modelVersion>
+
<parent>
<groupId>org.eclipse.epp</groupId>
- <artifactId>epp-parent</artifactId>
+ <artifactId>org.eclipse.epp-parent</artifactId>
<version>2.1.0-SNAPSHOT</version>
- <relativePath>../../</relativePath>
+ <relativePath>../../releng/org.eclipse.epp.config/parent/</relativePath>
</parent>
<groupId>org.eclipse.epp</groupId>
<artifactId>org.eclipse.epp.package.dsl.feature</artifactId>
<version>2.1.0-SNAPSHOT</version>
<packaging>eclipse-feature</packaging>
+
</project>
diff --git a/packages/org.eclipse.epp.package.dsl.product/pom.xml b/packages/org.eclipse.epp.package.dsl.product/pom.xml
index c668e366..5c34cd18 100644
--- a/packages/org.eclipse.epp.package.dsl.product/pom.xml
+++ b/packages/org.eclipse.epp.package.dsl.product/pom.xml
@@ -1,6 +1,6 @@
<?xml version="1.0" encoding="UTF-8"?>
<!--
- Copyright (c) 2013 Eclipse Foundation and others.
+ Copyright (c) 2012, 2013 Eclipse Foundation and others.
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
@@ -8,17 +8,19 @@
Contributors:
Thanh Ha (Eclipse Foundation) - initial implementation
+ EclipseSource - ongoing development
-->
-<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">
+<project xmlns="http://maven.apache.org/POM/4.0.0"
+ xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance"
+ xsi:schemaLocation="http://maven.apache.org/POM/4.0.0 http://maven.apache.org/xsd/maven-4.0.0.xsd">
<modelVersion>4.0.0</modelVersion>
+
<parent>
<groupId>org.eclipse.epp</groupId>
- <artifactId>epp-parent</artifactId>
+ <artifactId>org.eclipse.epp-parent</artifactId>
<version>2.1.0-SNAPSHOT</version>
- <relativePath>../../</relativePath>
+ <relativePath>../../releng/org.eclipse.epp.config/parent/</relativePath>
</parent>
<groupId>org.eclipse.epp</groupId>
@@ -31,6 +33,7 @@
<plugin>
<groupId>org.eclipse.tycho</groupId>
<artifactId>tycho-p2-director-plugin</artifactId>
+ <version>${tycho.version}</version>
<executions>
<execution>
<id>materialize-products</id>
@@ -46,6 +49,12 @@
</goals>
</execution>
</executions>
+ <configuration>
+ <formats>
+ <linux>tar.gz</linux>
+ <macosx>tar.gz</macosx>
+ </formats>
+ </configuration>
</plugin>
</plugins>
</build>
diff --git a/packages/org.eclipse.epp.package.dsl/pom.xml b/packages/org.eclipse.epp.package.dsl/pom.xml
index cba54392..4a68a34d 100644
--- a/packages/org.eclipse.epp.package.dsl/pom.xml
+++ b/packages/org.eclipse.epp.package.dsl/pom.xml
@@ -1,28 +1,32 @@
<?xml version="1.0" encoding="UTF-8"?>
<!--
- Copyright (c) 2013 Eclipse Foundation and others.
+ Copyright (c) 2012, 2013 Eclipse Foundation and others.
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
Thanh Ha (Eclipse Foundation) - initial implementation
+ EclipseSource - ongoing development
-->
-<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">
+<project xmlns="http://maven.apache.org/POM/4.0.0"
+ xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance"
+ xsi:schemaLocation="http://maven.apache.org/POM/4.0.0 http://maven.apache.org/xsd/maven-4.0.0.xsd">
<modelVersion>4.0.0</modelVersion>
+
<parent>
<groupId>org.eclipse.epp</groupId>
- <artifactId>epp-parent</artifactId>
+ <artifactId>org.eclipse.epp-parent</artifactId>
<version>2.1.0-SNAPSHOT</version>
- <relativePath>../../</relativePath>
+ <relativePath>../../releng/org.eclipse.epp.config/parent/</relativePath>
</parent>
<groupId>org.eclipse.epp</groupId>
<artifactId>org.eclipse.epp.package.dsl</artifactId>
<version>2.1.0-SNAPSHOT</version>
<packaging>eclipse-plugin</packaging>
+
</project>
diff --git a/packages/org.eclipse.epp.package.java.feature/pom.xml b/packages/org.eclipse.epp.package.java.feature/pom.xml
index c1c1e004..fbcef42d 100644
--- a/packages/org.eclipse.epp.package.java.feature/pom.xml
+++ b/packages/org.eclipse.epp.package.java.feature/pom.xml
@@ -8,21 +8,25 @@
Contributors:
Igor Fedorenko - initial implementation
+ Thanh Ha (Eclipse Foundation) - initial implementation
+ EclipseSource - ongoing development
-->
-<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">
+<project xmlns="http://maven.apache.org/POM/4.0.0"
+ xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance"
+ xsi:schemaLocation="http://maven.apache.org/POM/4.0.0 http://maven.apache.org/xsd/maven-4.0.0.xsd">
<modelVersion>4.0.0</modelVersion>
+
<parent>
<groupId>org.eclipse.epp</groupId>
- <artifactId>epp-parent</artifactId>
+ <artifactId>org.eclipse.epp-parent</artifactId>
<version>2.1.0-SNAPSHOT</version>
- <relativePath>../../</relativePath>
+ <relativePath>../../releng/org.eclipse.epp.config/parent/</relativePath>
</parent>
<groupId>org.eclipse.epp</groupId>
<artifactId>org.eclipse.epp.package.java.feature</artifactId>
<version>2.1.0-SNAPSHOT</version>
<packaging>eclipse-feature</packaging>
+
</project>
diff --git a/packages/org.eclipse.epp.package.java.product/pom.xml b/packages/org.eclipse.epp.package.java.product/pom.xml
index 242d8ce1..772d327a 100644
--- a/packages/org.eclipse.epp.package.java.product/pom.xml
+++ b/packages/org.eclipse.epp.package.java.product/pom.xml
@@ -7,18 +7,20 @@
http://www.eclipse.org/org/documents/edl-v10.php
Contributors:
- Igor Fedorenko - initial implementation
+ Thanh Ha (Eclipse Foundation) - initial implementation
+ EclipseSource - ongoing development
-->
-<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">
+<project xmlns="http://maven.apache.org/POM/4.0.0"
+ xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance"
+ xsi:schemaLocation="http://maven.apache.org/POM/4.0.0 http://maven.apache.org/xsd/maven-4.0.0.xsd">
<modelVersion>4.0.0</modelVersion>
+
<parent>
<groupId>org.eclipse.epp</groupId>
- <artifactId>epp-parent</artifactId>
+ <artifactId>org.eclipse.epp-parent</artifactId>
<version>2.1.0-SNAPSHOT</version>
- <relativePath>../../</relativePath>
+ <relativePath>../../releng/org.eclipse.epp.config/parent/</relativePath>
</parent>
<groupId>org.eclipse.epp</groupId>
@@ -31,6 +33,7 @@
<plugin>
<groupId>org.eclipse.tycho</groupId>
<artifactId>tycho-p2-director-plugin</artifactId>
+ <version>${tycho.version}</version>
<executions>
<execution>
<id>materialize-products</id>
@@ -46,6 +49,12 @@
</goals>
</execution>
</executions>
+ <configuration>
+ <formats>
+ <linux>tar.gz</linux>
+ <macosx>tar.gz</macosx>
+ </formats>
+ </configuration>
</plugin>
</plugins>
</build>
diff --git a/packages/org.eclipse.epp.package.java/pom.xml b/packages/org.eclipse.epp.package.java/pom.xml
index f07b4cc7..cca33bb3 100644
--- a/packages/org.eclipse.epp.package.java/pom.xml
+++ b/packages/org.eclipse.epp.package.java/pom.xml
@@ -8,21 +8,25 @@
Contributors:
Igor Fedorenko - initial implementation
+ Thanh Ha (Eclipse Foundation) - initial implementation
+ EclipseSource - ongoing development
-->
-<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">
+<project xmlns="http://maven.apache.org/POM/4.0.0"
+ xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance"
+ xsi:schemaLocation="http://maven.apache.org/POM/4.0.0 http://maven.apache.org/xsd/maven-4.0.0.xsd">
<modelVersion>4.0.0</modelVersion>
+
<parent>
<groupId>org.eclipse.epp</groupId>
- <artifactId>epp-parent</artifactId>
+ <artifactId>org.eclipse.epp-parent</artifactId>
<version>2.1.0-SNAPSHOT</version>
- <relativePath>../../</relativePath>
+ <relativePath>../../releng/org.eclipse.epp.config/parent/</relativePath>
</parent>
<groupId>org.eclipse.epp</groupId>
<artifactId>org.eclipse.epp.package.java</artifactId>
<version>2.1.0-SNAPSHOT</version>
<packaging>eclipse-plugin</packaging>
+
</project>
diff --git a/packages/org.eclipse.epp.package.jee.feature/pom.xml b/packages/org.eclipse.epp.package.jee.feature/pom.xml
index a7d2a8fe..93a660b9 100644
--- a/packages/org.eclipse.epp.package.jee.feature/pom.xml
+++ b/packages/org.eclipse.epp.package.jee.feature/pom.xml
@@ -7,22 +7,26 @@
http://www.eclipse.org/org/documents/edl-v10.php
Contributors:
+ Igor Fedorenko - initial implementation
Thanh Ha (Eclipse Foundation) - initial implementation
+ EclipseSource - ongoing development
-->
-<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">
+<project xmlns="http://maven.apache.org/POM/4.0.0"
+ xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance"
+ xsi:schemaLocation="http://maven.apache.org/POM/4.0.0 http://maven.apache.org/xsd/maven-4.0.0.xsd">
<modelVersion>4.0.0</modelVersion>
+
<parent>
<groupId>org.eclipse.epp</groupId>
- <artifactId>epp-parent</artifactId>
+ <artifactId>org.eclipse.epp-parent</artifactId>
<version>2.1.0-SNAPSHOT</version>
- <relativePath>../../</relativePath>
+ <relativePath>../../releng/org.eclipse.epp.config/parent/</relativePath>
</parent>
<groupId>org.eclipse.epp</groupId>
<artifactId>org.eclipse.epp.package.jee.feature</artifactId>
<version>2.1.0-SNAPSHOT</version>
<packaging>eclipse-feature</packaging>
+
</project>
diff --git a/packages/org.eclipse.epp.package.jee.product/pom.xml b/packages/org.eclipse.epp.package.jee.product/pom.xml
index c7cca24b..055f011c 100644
--- a/packages/org.eclipse.epp.package.jee.product/pom.xml
+++ b/packages/org.eclipse.epp.package.jee.product/pom.xml
@@ -8,17 +8,19 @@
Contributors:
Thanh Ha (Eclipse Foundation) - initial implementation
+ EclipseSource - ongoing development
-->
-<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">
+<project xmlns="http://maven.apache.org/POM/4.0.0"
+ xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance"
+ xsi:schemaLocation="http://maven.apache.org/POM/4.0.0 http://maven.apache.org/xsd/maven-4.0.0.xsd">
<modelVersion>4.0.0</modelVersion>
+
<parent>
<groupId>org.eclipse.epp</groupId>
- <artifactId>epp-parent</artifactId>
+ <artifactId>org.eclipse.epp-parent</artifactId>
<version>2.1.0-SNAPSHOT</version>
- <relativePath>../../</relativePath>
+ <relativePath>../../releng/org.eclipse.epp.config/parent/</relativePath>
</parent>
<groupId>org.eclipse.epp</groupId>
@@ -31,6 +33,7 @@
<plugin>
<groupId>org.eclipse.tycho</groupId>
<artifactId>tycho-p2-director-plugin</artifactId>
+ <version>${tycho.version}</version>
<executions>
<execution>
<id>materialize-products</id>
@@ -46,6 +49,12 @@
</goals>
</execution>
</executions>
+ <configuration>
+ <formats>
+ <linux>tar.gz</linux>
+ <macosx>tar.gz</macosx>
+ </formats>
+ </configuration>
</plugin>
</plugins>
</build>
diff --git a/packages/org.eclipse.epp.package.jee/pom.xml b/packages/org.eclipse.epp.package.jee/pom.xml
index 8a5d198d..e412eeb8 100644
--- a/packages/org.eclipse.epp.package.jee/pom.xml
+++ b/packages/org.eclipse.epp.package.jee/pom.xml
@@ -7,22 +7,26 @@
http://www.eclipse.org/org/documents/edl-v10.php
Contributors:
+ Igor Fedorenko - initial implementation
Thanh Ha (Eclipse Foundation) - initial implementation
+ EclipseSource - ongoing development
-->
-<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">
+<project xmlns="http://maven.apache.org/POM/4.0.0"
+ xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance"
+ xsi:schemaLocation="http://maven.apache.org/POM/4.0.0 http://maven.apache.org/xsd/maven-4.0.0.xsd">
<modelVersion>4.0.0</modelVersion>
+
<parent>
<groupId>org.eclipse.epp</groupId>
- <artifactId>epp-parent</artifactId>
+ <artifactId>org.eclipse.epp-parent</artifactId>
<version>2.1.0-SNAPSHOT</version>
- <relativePath>../../</relativePath>
+ <relativePath>../../releng/org.eclipse.epp.config/parent/</relativePath>
</parent>
<groupId>org.eclipse.epp</groupId>
<artifactId>org.eclipse.epp.package.jee</artifactId>
<version>2.1.0-SNAPSHOT</version>
<packaging>eclipse-plugin</packaging>
+
</project>
diff --git a/packages/org.eclipse.epp.package.modeling.feature/pom.xml b/packages/org.eclipse.epp.package.modeling.feature/pom.xml
index 10200104..8c7afcbd 100644
--- a/packages/org.eclipse.epp.package.modeling.feature/pom.xml
+++ b/packages/org.eclipse.epp.package.modeling.feature/pom.xml
@@ -7,22 +7,26 @@
http://www.eclipse.org/org/documents/edl-v10.php
Contributors:
+ Igor Fedorenko - initial implementation
Thanh Ha (Eclipse Foundation) - initial implementation
+ EclipseSource - ongoing development
-->
-<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">
+<project xmlns="http://maven.apache.org/POM/4.0.0"
+ xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance"
+ xsi:schemaLocation="http://maven.apache.org/POM/4.0.0 http://maven.apache.org/xsd/maven-4.0.0.xsd">
<modelVersion>4.0.0</modelVersion>
+
<parent>
<groupId>org.eclipse.epp</groupId>
- <artifactId>epp-parent</artifactId>
+ <artifactId>org.eclipse.epp-parent</artifactId>
<version>2.1.0-SNAPSHOT</version>
- <relativePath>../../</relativePath>
+ <relativePath>../../releng/org.eclipse.epp.config/parent/</relativePath>
</parent>
-
+
<groupId>org.eclipse.epp</groupId>
<artifactId>org.eclipse.epp.package.modeling.feature</artifactId>
<version>2.1.0-SNAPSHOT</version>
<packaging>eclipse-feature</packaging>
+
</project>
diff --git a/packages/org.eclipse.epp.package.modeling.product/pom.xml b/packages/org.eclipse.epp.package.modeling.product/pom.xml
index e8303dcc..e6dbfdc8 100644
--- a/packages/org.eclipse.epp.package.modeling.product/pom.xml
+++ b/packages/org.eclipse.epp.package.modeling.product/pom.xml
@@ -8,17 +8,19 @@
Contributors:
Thanh Ha (Eclipse Foundation) - initial implementation
+ EclipseSource - ongoing development
-->
-<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">
+<project xmlns="http://maven.apache.org/POM/4.0.0"
+ xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance"
+ xsi:schemaLocation="http://maven.apache.org/POM/4.0.0 http://maven.apache.org/xsd/maven-4.0.0.xsd">
<modelVersion>4.0.0</modelVersion>
+
<parent>
<groupId>org.eclipse.epp</groupId>
- <artifactId>epp-parent</artifactId>
+ <artifactId>org.eclipse.epp-parent</artifactId>
<version>2.1.0-SNAPSHOT</version>
- <relativePath>../../</relativePath>
+ <relativePath>../../releng/org.eclipse.epp.config/parent/</relativePath>
</parent>
<groupId>org.eclipse.epp</groupId>
@@ -31,6 +33,7 @@
<plugin>
<groupId>org.eclipse.tycho</groupId>
<artifactId>tycho-p2-director-plugin</artifactId>
+ <version>${tycho.version}</version>
<executions>
<execution>
<id>materialize-products</id>
@@ -46,6 +49,12 @@
</goals>
</execution>
</executions>
+ <configuration>
+ <formats>
+ <linux>tar.gz</linux>
+ <macosx>tar.gz</macosx>
+ </formats>
+ </configuration>
</plugin>
</plugins>
</build>
diff --git a/packages/org.eclipse.epp.package.modeling/pom.xml b/packages/org.eclipse.epp.package.modeling/pom.xml
index cee38473..d8341053 100644
--- a/packages/org.eclipse.epp.package.modeling/pom.xml
+++ b/packages/org.eclipse.epp.package.modeling/pom.xml
@@ -7,22 +7,26 @@
http://www.eclipse.org/org/documents/edl-v10.php
Contributors:
+ Igor Fedorenko - initial implementation
Thanh Ha (Eclipse Foundation) - initial implementation
+ EclipseSource - ongoing development
-->
-<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">
+<project xmlns="http://maven.apache.org/POM/4.0.0"
+ xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance"
+ xsi:schemaLocation="http://maven.apache.org/POM/4.0.0 http://maven.apache.org/xsd/maven-4.0.0.xsd">
<modelVersion>4.0.0</modelVersion>
+
<parent>
<groupId>org.eclipse.epp</groupId>
- <artifactId>epp-parent</artifactId>
+ <artifactId>org.eclipse.epp-parent</artifactId>
<version>2.1.0-SNAPSHOT</version>
- <relativePath>../../</relativePath>
+ <relativePath>../../releng/org.eclipse.epp.config/parent/</relativePath>
</parent>
<groupId>org.eclipse.epp</groupId>
<artifactId>org.eclipse.epp.package.modeling</artifactId>
<version>2.1.0-SNAPSHOT</version>
<packaging>eclipse-plugin</packaging>
+
</project>
diff --git a/packages/org.eclipse.epp.package.parallel.feature/pom.xml b/packages/org.eclipse.epp.package.parallel.feature/pom.xml
index 7d7a744d..fd1bf3c8 100644
--- a/packages/org.eclipse.epp.package.parallel.feature/pom.xml
+++ b/packages/org.eclipse.epp.package.parallel.feature/pom.xml
@@ -7,22 +7,26 @@
http://www.eclipse.org/org/documents/edl-v10.php
Contributors:
+ Igor Fedorenko - initial implementation
Thanh Ha (Eclipse Foundation) - initial implementation
+ EclipseSource - ongoing development
-->
-<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">
+<project xmlns="http://maven.apache.org/POM/4.0.0"
+ xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance"
+ xsi:schemaLocation="http://maven.apache.org/POM/4.0.0 http://maven.apache.org/xsd/maven-4.0.0.xsd">
<modelVersion>4.0.0</modelVersion>
+
<parent>
<groupId>org.eclipse.epp</groupId>
- <artifactId>epp-parent</artifactId>
+ <artifactId>org.eclipse.epp-parent</artifactId>
<version>2.1.0-SNAPSHOT</version>
- <relativePath>../../</relativePath>
+ <relativePath>../../releng/org.eclipse.epp.config/parent/</relativePath>
</parent>
<groupId>org.eclipse.epp</groupId>
<artifactId>org.eclipse.epp.package.parallel.feature</artifactId>
<version>2.1.0-SNAPSHOT</version>
<packaging>eclipse-feature</packaging>
+
</project>
diff --git a/packages/org.eclipse.epp.package.parallel.product/pom.xml b/packages/org.eclipse.epp.package.parallel.product/pom.xml
index d85d241a..169523fd 100644
--- a/packages/org.eclipse.epp.package.parallel.product/pom.xml
+++ b/packages/org.eclipse.epp.package.parallel.product/pom.xml
@@ -8,17 +8,19 @@
Contributors:
Thanh Ha (Eclipse Foundation) - initial implementation
+ EclipseSource - ongoing development
-->
-<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">
+<project xmlns="http://maven.apache.org/POM/4.0.0"
+ xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance"
+ xsi:schemaLocation="http://maven.apache.org/POM/4.0.0 http://maven.apache.org/xsd/maven-4.0.0.xsd">
<modelVersion>4.0.0</modelVersion>
+
<parent>
<groupId>org.eclipse.epp</groupId>
- <artifactId>epp-parent</artifactId>
+ <artifactId>org.eclipse.epp-parent</artifactId>
<version>2.1.0-SNAPSHOT</version>
- <relativePath>../../</relativePath>
+ <relativePath>../../releng/org.eclipse.epp.config/parent/</relativePath>
</parent>
<groupId>org.eclipse.epp</groupId>
@@ -31,6 +33,7 @@
<plugin>
<groupId>org.eclipse.tycho</groupId>
<artifactId>tycho-p2-director-plugin</artifactId>
+ <version>${tycho.version}</version>
<executions>
<execution>
<id>materialize-products</id>
@@ -46,6 +49,12 @@
</goals>
</execution>
</executions>
+ <configuration>
+ <formats>
+ <linux>tar.gz</linux>
+ <macosx>tar.gz</macosx>
+ </formats>
+ </configuration>
</plugin>
</plugins>
</build>
diff --git a/packages/org.eclipse.epp.package.parallel/pom.xml b/packages/org.eclipse.epp.package.parallel/pom.xml
index d0803388..3225adfb 100644
--- a/packages/org.eclipse.epp.package.parallel/pom.xml
+++ b/packages/org.eclipse.epp.package.parallel/pom.xml
@@ -7,22 +7,26 @@
http://www.eclipse.org/org/documents/edl-v10.php
Contributors:
+ Igor Fedorenko - initial implementation
Thanh Ha (Eclipse Foundation) - initial implementation
+ EclipseSource - ongoing development
-->
-<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">
+<project xmlns="http://maven.apache.org/POM/4.0.0"
+ xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance"
+ xsi:schemaLocation="http://maven.apache.org/POM/4.0.0 http://maven.apache.org/xsd/maven-4.0.0.xsd">
<modelVersion>4.0.0</modelVersion>
+
<parent>
<groupId>org.eclipse.epp</groupId>
- <artifactId>epp-parent</artifactId>
+ <artifactId>org.eclipse.epp-parent</artifactId>
<version>2.1.0-SNAPSHOT</version>
- <relativePath>../../</relativePath>
+ <relativePath>../../releng/org.eclipse.epp.config/parent/</relativePath>
</parent>
<groupId>org.eclipse.epp</groupId>
<artifactId>org.eclipse.epp.package.parallel</artifactId>
<version>2.1.0-SNAPSHOT</version>
<packaging>eclipse-plugin</packaging>
+
</project>
diff --git a/packages/org.eclipse.epp.package.rcp.feature/pom.xml b/packages/org.eclipse.epp.package.rcp.feature/pom.xml
index c87730db..8c98b26e 100644
--- a/packages/org.eclipse.epp.package.rcp.feature/pom.xml
+++ b/packages/org.eclipse.epp.package.rcp.feature/pom.xml
@@ -7,22 +7,26 @@
http://www.eclipse.org/org/documents/edl-v10.php
Contributors:
+ Igor Fedorenko - initial implementation
Thanh Ha (Eclipse Foundation) - initial implementation
+ EclipseSource - ongoing development
-->
-<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">
+<project xmlns="http://maven.apache.org/POM/4.0.0"
+ xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance"
+ xsi:schemaLocation="http://maven.apache.org/POM/4.0.0 http://maven.apache.org/xsd/maven-4.0.0.xsd">
<modelVersion>4.0.0</modelVersion>
+
<parent>
<groupId>org.eclipse.epp</groupId>
- <artifactId>epp-parent</artifactId>
+ <artifactId>org.eclipse.epp-parent</artifactId>
<version>2.1.0-SNAPSHOT</version>
- <relativePath>../../</relativePath>
+ <relativePath>../../releng/org.eclipse.epp.config/parent/</relativePath>
</parent>
<groupId>org.eclipse.epp</groupId>
<artifactId>org.eclipse.epp.package.rcp.feature</artifactId>
<version>2.1.0-SNAPSHOT</version>
<packaging>eclipse-feature</packaging>
+
</project>
diff --git a/packages/org.eclipse.epp.package.rcp.product/pom.xml b/packages/org.eclipse.epp.package.rcp.product/pom.xml
index fd2ce8ad..732dddc4 100644
--- a/packages/org.eclipse.epp.package.rcp.product/pom.xml
+++ b/packages/org.eclipse.epp.package.rcp.product/pom.xml
@@ -8,17 +8,19 @@
Contributors:
Thanh Ha (Eclipse Foundation) - initial implementation
+ EclipseSource - ongoing development
-->
-<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">
+<project xmlns="http://maven.apache.org/POM/4.0.0"
+ xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance"
+ xsi:schemaLocation="http://maven.apache.org/POM/4.0.0 http://maven.apache.org/xsd/maven-4.0.0.xsd">
<modelVersion>4.0.0</modelVersion>
+
<parent>
<groupId>org.eclipse.epp</groupId>
- <artifactId>epp-parent</artifactId>
+ <artifactId>org.eclipse.epp-parent</artifactId>
<version>2.1.0-SNAPSHOT</version>
- <relativePath>../../</relativePath>
+ <relativePath>../../releng/org.eclipse.epp.config/parent/</relativePath>
</parent>
<groupId>org.eclipse.epp</groupId>
@@ -31,6 +33,7 @@
<plugin>
<groupId>org.eclipse.tycho</groupId>
<artifactId>tycho-p2-director-plugin</artifactId>
+ <version>${tycho.version}</version>
<executions>
<execution>
<id>materialize-products</id>
@@ -46,6 +49,12 @@
</goals>
</execution>
</executions>
+ <configuration>
+ <formats>
+ <linux>tar.gz</linux>
+ <macosx>tar.gz</macosx>
+ </formats>
+ </configuration>
</plugin>
</plugins>
</build>
diff --git a/packages/org.eclipse.epp.package.rcp/pom.xml b/packages/org.eclipse.epp.package.rcp/pom.xml
index d809f6e6..2f0824b1 100644
--- a/packages/org.eclipse.epp.package.rcp/pom.xml
+++ b/packages/org.eclipse.epp.package.rcp/pom.xml
@@ -7,22 +7,26 @@
http://www.eclipse.org/org/documents/edl-v10.php
Contributors:
+ Igor Fedorenko - initial implementation
Thanh Ha (Eclipse Foundation) - initial implementation
+ EclipseSource - ongoing development
-->
-<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">
+<project xmlns="http://maven.apache.org/POM/4.0.0"
+ xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance"
+ xsi:schemaLocation="http://maven.apache.org/POM/4.0.0 http://maven.apache.org/xsd/maven-4.0.0.xsd">
<modelVersion>4.0.0</modelVersion>
+
<parent>
<groupId>org.eclipse.epp</groupId>
- <artifactId>epp-parent</artifactId>
+ <artifactId>org.eclipse.epp-parent</artifactId>
<version>2.1.0-SNAPSHOT</version>
- <relativePath>../../</relativePath>
+ <relativePath>../../releng/org.eclipse.epp.config/parent/</relativePath>
</parent>
<groupId>org.eclipse.epp</groupId>
<artifactId>org.eclipse.epp.package.rcp</artifactId>
<version>2.1.0-SNAPSHOT</version>
<packaging>eclipse-plugin</packaging>
+
</project>
diff --git a/packages/org.eclipse.epp.package.reporting.feature/pom.xml b/packages/org.eclipse.epp.package.reporting.feature/pom.xml
index c9675cde..c67e886b 100644
--- a/packages/org.eclipse.epp.package.reporting.feature/pom.xml
+++ b/packages/org.eclipse.epp.package.reporting.feature/pom.xml
@@ -7,22 +7,26 @@
http://www.eclipse.org/org/documents/edl-v10.php
Contributors:
+ Igor Fedorenko - initial implementation
Thanh Ha (Eclipse Foundation) - initial implementation
+ EclipseSource - ongoing development
-->
-<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">
+<project xmlns="http://maven.apache.org/POM/4.0.0"
+ xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance"
+ xsi:schemaLocation="http://maven.apache.org/POM/4.0.0 http://maven.apache.org/xsd/maven-4.0.0.xsd">
<modelVersion>4.0.0</modelVersion>
+
<parent>
<groupId>org.eclipse.epp</groupId>
- <artifactId>epp-parent</artifactId>
+ <artifactId>org.eclipse.epp-parent</artifactId>
<version>2.1.0-SNAPSHOT</version>
- <relativePath>../../</relativePath>
+ <relativePath>../../releng/org.eclipse.epp.config/parent/</relativePath>
</parent>
<groupId>org.eclipse.epp</groupId>
<artifactId>org.eclipse.epp.package.reporting.feature</artifactId>
<version>2.1.0-SNAPSHOT</version>
<packaging>eclipse-feature</packaging>
+
</project>
diff --git a/packages/org.eclipse.epp.package.reporting.product/pom.xml b/packages/org.eclipse.epp.package.reporting.product/pom.xml
index 2151db40..40c40baf 100644
--- a/packages/org.eclipse.epp.package.reporting.product/pom.xml
+++ b/packages/org.eclipse.epp.package.reporting.product/pom.xml
@@ -8,17 +8,19 @@
Contributors:
Thanh Ha (Eclipse Foundation) - initial implementation
+ EclipseSource - ongoing development
-->
-<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">
+<project xmlns="http://maven.apache.org/POM/4.0.0"
+ xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance"
+ xsi:schemaLocation="http://maven.apache.org/POM/4.0.0 http://maven.apache.org/xsd/maven-4.0.0.xsd">
<modelVersion>4.0.0</modelVersion>
+
<parent>
<groupId>org.eclipse.epp</groupId>
- <artifactId>epp-parent</artifactId>
+ <artifactId>org.eclipse.epp-parent</artifactId>
<version>2.1.0-SNAPSHOT</version>
- <relativePath>../../</relativePath>
+ <relativePath>../../releng/org.eclipse.epp.config/parent/</relativePath>
</parent>
<groupId>org.eclipse.epp</groupId>
@@ -31,6 +33,7 @@
<plugin>
<groupId>org.eclipse.tycho</groupId>
<artifactId>tycho-p2-director-plugin</artifactId>
+ <version>${tycho.version}</version>
<executions>
<execution>
<id>materialize-products</id>
@@ -46,6 +49,12 @@
</goals>
</execution>
</executions>
+ <configuration>
+ <formats>
+ <linux>tar.gz</linux>
+ <macosx>tar.gz</macosx>
+ </formats>
+ </configuration>
</plugin>
</plugins>
</build>
diff --git a/packages/org.eclipse.epp.package.reporting/pom.xml b/packages/org.eclipse.epp.package.reporting/pom.xml
index a0d73c32..a0623cf8 100644
--- a/packages/org.eclipse.epp.package.reporting/pom.xml
+++ b/packages/org.eclipse.epp.package.reporting/pom.xml
@@ -7,22 +7,26 @@
http://www.eclipse.org/org/documents/edl-v10.php
Contributors:
+ Igor Fedorenko - initial implementation
Thanh Ha (Eclipse Foundation) - initial implementation
+ EclipseSource - ongoing development
-->
-<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">
+<project xmlns="http://maven.apache.org/POM/4.0.0"
+ xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance"
+ xsi:schemaLocation="http://maven.apache.org/POM/4.0.0 http://maven.apache.org/xsd/maven-4.0.0.xsd">
<modelVersion>4.0.0</modelVersion>
+
<parent>
<groupId>org.eclipse.epp</groupId>
- <artifactId>epp-parent</artifactId>
+ <artifactId>org.eclipse.epp-parent</artifactId>
<version>2.1.0-SNAPSHOT</version>
- <relativePath>../../</relativePath>
+ <relativePath>../../releng/org.eclipse.epp.config/parent/</relativePath>
</parent>
<groupId>org.eclipse.epp</groupId>
<artifactId>org.eclipse.epp.package.reporting</artifactId>
<version>2.1.0-SNAPSHOT</version>
<packaging>eclipse-plugin</packaging>
+
</project>
diff --git a/packages/org.eclipse.epp.package.scout.feature/pom.xml b/packages/org.eclipse.epp.package.scout.feature/pom.xml
index 3404e156..4fcc1d74 100644
--- a/packages/org.eclipse.epp.package.scout.feature/pom.xml
+++ b/packages/org.eclipse.epp.package.scout.feature/pom.xml
@@ -7,22 +7,26 @@
http://www.eclipse.org/org/documents/edl-v10.php
Contributors:
+ Igor Fedorenko - initial implementation
Thanh Ha (Eclipse Foundation) - initial implementation
+ EclipseSource - ongoing development
-->
-<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">
+<project xmlns="http://maven.apache.org/POM/4.0.0"
+ xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance"
+ xsi:schemaLocation="http://maven.apache.org/POM/4.0.0 http://maven.apache.org/xsd/maven-4.0.0.xsd">
<modelVersion>4.0.0</modelVersion>
+
<parent>
<groupId>org.eclipse.epp</groupId>
- <artifactId>epp-parent</artifactId>
+ <artifactId>org.eclipse.epp-parent</artifactId>
<version>2.1.0-SNAPSHOT</version>
- <relativePath>../../</relativePath>
+ <relativePath>../../releng/org.eclipse.epp.config/parent/</relativePath>
</parent>
<groupId>org.eclipse.epp</groupId>
<artifactId>org.eclipse.epp.package.scout.feature</artifactId>
<version>2.1.0-SNAPSHOT</version>
<packaging>eclipse-feature</packaging>
+
</project>
diff --git a/packages/org.eclipse.epp.package.scout.product/pom.xml b/packages/org.eclipse.epp.package.scout.product/pom.xml
index c153bb54..3a3007a7 100644
--- a/packages/org.eclipse.epp.package.scout.product/pom.xml
+++ b/packages/org.eclipse.epp.package.scout.product/pom.xml
@@ -8,17 +8,19 @@
Contributors:
Thanh Ha (Eclipse Foundation) - initial implementation
+ EclipseSource - ongoing development
-->
-<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">
+<project xmlns="http://maven.apache.org/POM/4.0.0"
+ xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance"
+ xsi:schemaLocation="http://maven.apache.org/POM/4.0.0 http://maven.apache.org/xsd/maven-4.0.0.xsd">
<modelVersion>4.0.0</modelVersion>
+
<parent>
<groupId>org.eclipse.epp</groupId>
- <artifactId>epp-parent</artifactId>
+ <artifactId>org.eclipse.epp-parent</artifactId>
<version>2.1.0-SNAPSHOT</version>
- <relativePath>../../</relativePath>
+ <relativePath>../../releng/org.eclipse.epp.config/parent/</relativePath>
</parent>
<groupId>org.eclipse.epp</groupId>
@@ -31,6 +33,7 @@
<plugin>
<groupId>org.eclipse.tycho</groupId>
<artifactId>tycho-p2-director-plugin</artifactId>
+ <version>${tycho.version}</version>
<executions>
<execution>
<id>materialize-products</id>
@@ -46,6 +49,12 @@
</goals>
</execution>
</executions>
+ <configuration>
+ <formats>
+ <linux>tar.gz</linux>
+ <macosx>tar.gz</macosx>
+ </formats>
+ </configuration>
</plugin>
</plugins>
</build>
diff --git a/packages/org.eclipse.epp.package.scout/pom.xml b/packages/org.eclipse.epp.package.scout/pom.xml
index 00cb4418..f9fe6726 100644
--- a/packages/org.eclipse.epp.package.scout/pom.xml
+++ b/packages/org.eclipse.epp.package.scout/pom.xml
@@ -7,22 +7,26 @@
http://www.eclipse.org/org/documents/edl-v10.php
Contributors:
+ Igor Fedorenko - initial implementation
Thanh Ha (Eclipse Foundation) - initial implementation
+ EclipseSource - ongoing development
-->
-<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">
+<project xmlns="http://maven.apache.org/POM/4.0.0"
+ xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance"
+ xsi:schemaLocation="http://maven.apache.org/POM/4.0.0 http://maven.apache.org/xsd/maven-4.0.0.xsd">
<modelVersion>4.0.0</modelVersion>
+
<parent>
<groupId>org.eclipse.epp</groupId>
- <artifactId>epp-parent</artifactId>
+ <artifactId>org.eclipse.epp-parent</artifactId>
<version>2.1.0-SNAPSHOT</version>
- <relativePath>../../</relativePath>
+ <relativePath>../../releng/org.eclipse.epp.config/parent/</relativePath>
</parent>
<groupId>org.eclipse.epp</groupId>
<artifactId>org.eclipse.epp.package.scout</artifactId>
<version>2.1.0-SNAPSHOT</version>
<packaging>eclipse-plugin</packaging>
+
</project>
diff --git a/packages/org.eclipse.epp.package.standard.feature/pom.xml b/packages/org.eclipse.epp.package.standard.feature/pom.xml
index a2df9e08..5885b46d 100644
--- a/packages/org.eclipse.epp.package.standard.feature/pom.xml
+++ b/packages/org.eclipse.epp.package.standard.feature/pom.xml
@@ -1,28 +1,32 @@
<?xml version="1.0" encoding="UTF-8"?>
<!--
- Copyright (c) 2013 Eclipse Foundation and others.
+ Copyright (c) 2012, 2013 Eclipse Foundation and others.
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
Thanh Ha (Eclipse Foundation) - initial implementation
+ EclipseSource - ongoing development
-->
-<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">
+<project xmlns="http://maven.apache.org/POM/4.0.0"
+ xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance"
+ xsi:schemaLocation="http://maven.apache.org/POM/4.0.0 http://maven.apache.org/xsd/maven-4.0.0.xsd">
<modelVersion>4.0.0</modelVersion>
+
<parent>
<groupId>org.eclipse.epp</groupId>
- <artifactId>epp-parent</artifactId>
+ <artifactId>org.eclipse.epp-parent</artifactId>
<version>2.1.0-SNAPSHOT</version>
- <relativePath>../../</relativePath>
+ <relativePath>../../releng/org.eclipse.epp.config/parent/</relativePath>
</parent>
<groupId>org.eclipse.epp</groupId>
<artifactId>org.eclipse.epp.package.standard.feature</artifactId>
<version>2.1.0-SNAPSHOT</version>
<packaging>eclipse-feature</packaging>
+
</project>
diff --git a/packages/org.eclipse.epp.package.standard.product/pom.xml b/packages/org.eclipse.epp.package.standard.product/pom.xml
index e8efea3f..3dccf771 100644
--- a/packages/org.eclipse.epp.package.standard.product/pom.xml
+++ b/packages/org.eclipse.epp.package.standard.product/pom.xml
@@ -1,6 +1,6 @@
<?xml version="1.0" encoding="UTF-8"?>
<!--
- Copyright (c) 2013 Eclipse Foundation and others.
+ Copyright (c) 2012, 2013 Eclipse Foundation and others.
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
@@ -8,17 +8,19 @@
Contributors:
Thanh Ha (Eclipse Foundation) - initial implementation
+ EclipseSource - ongoing development
-->
-<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">
+<project xmlns="http://maven.apache.org/POM/4.0.0"
+ xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance"
+ xsi:schemaLocation="http://maven.apache.org/POM/4.0.0 http://maven.apache.org/xsd/maven-4.0.0.xsd">
<modelVersion>4.0.0</modelVersion>
+
<parent>
<groupId>org.eclipse.epp</groupId>
- <artifactId>epp-parent</artifactId>
+ <artifactId>org.eclipse.epp-parent</artifactId>
<version>2.1.0-SNAPSHOT</version>
- <relativePath>../../</relativePath>
+ <relativePath>../../releng/org.eclipse.epp.config/parent/</relativePath>
</parent>
<groupId>org.eclipse.epp</groupId>
@@ -31,6 +33,7 @@
<plugin>
<groupId>org.eclipse.tycho</groupId>
<artifactId>tycho-p2-director-plugin</artifactId>
+ <version>${tycho.version}</version>
<executions>
<execution>
<id>materialize-products</id>
@@ -46,6 +49,12 @@
</goals>
</execution>
</executions>
+ <configuration>
+ <formats>
+ <linux>tar.gz</linux>
+ <macosx>tar.gz</macosx>
+ </formats>
+ </configuration>
</plugin>
</plugins>
</build>
diff --git a/packages/org.eclipse.epp.package.standard/pom.xml b/packages/org.eclipse.epp.package.standard/pom.xml
index c7e50fdd..3e83d3e8 100644
--- a/packages/org.eclipse.epp.package.standard/pom.xml
+++ b/packages/org.eclipse.epp.package.standard/pom.xml
@@ -1,28 +1,32 @@
<?xml version="1.0" encoding="UTF-8"?>
<!--
- Copyright (c) 2013 Eclipse Foundation and others.
+ Copyright (c) 2012, 2013 Eclipse Foundation and others.
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
Thanh Ha (Eclipse Foundation) - initial implementation
+ EclipseSource - ongoing development
-->
-<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">
+<project xmlns="http://maven.apache.org/POM/4.0.0"
+ xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance"
+ xsi:schemaLocation="http://maven.apache.org/POM/4.0.0 http://maven.apache.org/xsd/maven-4.0.0.xsd">
<modelVersion>4.0.0</modelVersion>
+
<parent>
<groupId>org.eclipse.epp</groupId>
- <artifactId>epp-parent</artifactId>
+ <artifactId>org.eclipse.epp-parent</artifactId>
<version>2.1.0-SNAPSHOT</version>
- <relativePath>../../</relativePath>
+ <relativePath>../../releng/org.eclipse.epp.config/parent/</relativePath>
</parent>
<groupId>org.eclipse.epp</groupId>
<artifactId>org.eclipse.epp.package.standard</artifactId>
<version>2.1.0-SNAPSHOT</version>
<packaging>eclipse-plugin</packaging>
+
</project>
diff --git a/packages/org.eclipse.epp.package.testing.feature/pom.xml b/packages/org.eclipse.epp.package.testing.feature/pom.xml
index 6eb25654..39e088e4 100644
--- a/packages/org.eclipse.epp.package.testing.feature/pom.xml
+++ b/packages/org.eclipse.epp.package.testing.feature/pom.xml
@@ -7,22 +7,26 @@
http://www.eclipse.org/org/documents/edl-v10.php
Contributors:
+ Igor Fedorenko - initial implementation
Thanh Ha (Eclipse Foundation) - initial implementation
+ EclipseSource - ongoing development
-->
-<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">
+<project xmlns="http://maven.apache.org/POM/4.0.0"
+ xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance"
+ xsi:schemaLocation="http://maven.apache.org/POM/4.0.0 http://maven.apache.org/xsd/maven-4.0.0.xsd">
<modelVersion>4.0.0</modelVersion>
+
<parent>
<groupId>org.eclipse.epp</groupId>
- <artifactId>epp-parent</artifactId>
+ <artifactId>org.eclipse.epp-parent</artifactId>
<version>2.1.0-SNAPSHOT</version>
- <relativePath>../../</relativePath>
+ <relativePath>../../releng/org.eclipse.epp.config/parent/</relativePath>
</parent>
<groupId>org.eclipse.epp</groupId>
<artifactId>org.eclipse.epp.package.testing.feature</artifactId>
<version>2.1.0-SNAPSHOT</version>
<packaging>eclipse-feature</packaging>
+
</project>
diff --git a/packages/org.eclipse.epp.package.testing.product/pom.xml b/packages/org.eclipse.epp.package.testing.product/pom.xml
index 781a0e08..2daa0d11 100644
--- a/packages/org.eclipse.epp.package.testing.product/pom.xml
+++ b/packages/org.eclipse.epp.package.testing.product/pom.xml
@@ -8,17 +8,19 @@
Contributors:
Thanh Ha (Eclipse Foundation) - initial implementation
+ EclipseSource - ongoing development
-->
-<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">
+<project xmlns="http://maven.apache.org/POM/4.0.0"
+ xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance"
+ xsi:schemaLocation="http://maven.apache.org/POM/4.0.0 http://maven.apache.org/xsd/maven-4.0.0.xsd">
<modelVersion>4.0.0</modelVersion>
+
<parent>
<groupId>org.eclipse.epp</groupId>
- <artifactId>epp-parent</artifactId>
+ <artifactId>org.eclipse.epp-parent</artifactId>
<version>2.1.0-SNAPSHOT</version>
- <relativePath>../../</relativePath>
+ <relativePath>../../releng/org.eclipse.epp.config/parent/</relativePath>
</parent>
<groupId>org.eclipse.epp</groupId>
@@ -31,6 +33,7 @@
<plugin>
<groupId>org.eclipse.tycho</groupId>
<artifactId>tycho-p2-director-plugin</artifactId>
+ <version>${tycho.version}</version>
<executions>
<execution>
<id>materialize-products</id>
@@ -46,6 +49,12 @@
</goals>
</execution>
</executions>
+ <configuration>
+ <formats>
+ <linux>tar.gz</linux>
+ <macosx>tar.gz</macosx>
+ </formats>
+ </configuration>
</plugin>
</plugins>
</build>
diff --git a/packages/org.eclipse.epp.package.testing/pom.xml b/packages/org.eclipse.epp.package.testing/pom.xml
index 729e424d..f4c14b2e 100644
--- a/packages/org.eclipse.epp.package.testing/pom.xml
+++ b/packages/org.eclipse.epp.package.testing/pom.xml
@@ -7,22 +7,26 @@
http://www.eclipse.org/org/documents/edl-v10.php
Contributors:
+ Igor Fedorenko - initial implementation
Thanh Ha (Eclipse Foundation) - initial implementation
+ EclipseSource - ongoing development
-->
-<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">
+<project xmlns="http://maven.apache.org/POM/4.0.0"
+ xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance"
+ xsi:schemaLocation="http://maven.apache.org/POM/4.0.0 http://maven.apache.org/xsd/maven-4.0.0.xsd">
<modelVersion>4.0.0</modelVersion>
+
<parent>
<groupId>org.eclipse.epp</groupId>
- <artifactId>epp-parent</artifactId>
+ <artifactId>org.eclipse.epp-parent</artifactId>
<version>2.1.0-SNAPSHOT</version>
- <relativePath>../../</relativePath>
+ <relativePath>../../releng/org.eclipse.epp.config/parent/</relativePath>
</parent>
- <groupId>org.eclispe.epp</groupId>
+ <groupId>org.eclipse.epp</groupId>
<artifactId>org.eclipse.epp.package.testing</artifactId>
<version>2.1.0-SNAPSHOT</version>
<packaging>eclipse-plugin</packaging>
+
</project>
diff --git a/pom.xml b/pom.xml
index d7d28d05..3f39962c 100644
--- a/pom.xml
+++ b/pom.xml
@@ -8,51 +8,29 @@
Contributors:
Igor Fedorenko - initial implementation
+ EclipseSource - ongoing development
-->
-<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">
+<project xmlns="http://maven.apache.org/POM/4.0.0"
+ xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance"
+ xsi:schemaLocation="http://maven.apache.org/POM/4.0.0 http://maven.apache.org/xsd/maven-4.0.0.xsd">
<modelVersion>4.0.0</modelVersion>
+ <parent>
+ <groupId>org.eclipse.epp</groupId>
+ <artifactId>org.eclipse.epp-parent</artifactId>
+ <version>2.1.0-SNAPSHOT</version>
+ <relativePath>releng/org.eclipse.epp.config/parent/</relativePath>
+ </parent>
+
<groupId>org.eclipse.epp</groupId>
- <artifactId>epp-parent</artifactId>
+ <artifactId>org.eclipse.epp-buildall</artifactId>
<version>2.1.0-SNAPSHOT</version>
<packaging>pom</packaging>
- <properties>
- <tycho.version>0.18.1</tycho.version>
- <cbi.version>1.0.5</cbi.version>
- </properties>
-
- <pluginRepositories>
- <pluginRepository>
- <id>tycho</id>
- <url>https://oss.sonatype.org/content/repositories/public/</url>
- </pluginRepository>
- <pluginRepository>
- <id>cbi</id>
- <url>https://repo.eclipse.org/content/repositories/releases/</url>
- </pluginRepository>
- </pluginRepositories>
-
- <repositories>
- <repository>
- <id>eclipse</id>
- <layout>p2</layout>
- <url>http://download.eclipse.org/releases/staging/</url>
- </repository>
- </repositories>
-
<modules>
-<!--
- <module>features/org.eclipse.epp.allpackages.feature</module>
- <module>packages/org.eclipse.epp.package.common</module>
--->
-
<module>packages/org.eclipse.epp.package.common.feature</module>
-<!--
<module>packages/org.eclipse.epp.package.automotive</module>
<module>packages/org.eclipse.epp.package.automotive.feature</module>
<module>packages/org.eclipse.epp.package.automotive.product</module>
@@ -80,11 +58,11 @@
<module>packages/org.eclipse.epp.package.parallel</module>
<module>packages/org.eclipse.epp.package.parallel.feature</module>
<module>packages/org.eclipse.epp.package.parallel.product</module>
--->
+
<module>packages/org.eclipse.epp.package.rcp</module>
<module>packages/org.eclipse.epp.package.rcp.feature</module>
<module>packages/org.eclipse.epp.package.rcp.product</module>
-<!--
+
<module>packages/org.eclipse.epp.package.reporting</module>
<module>packages/org.eclipse.epp.package.reporting.feature</module>
<module>packages/org.eclipse.epp.package.reporting.product</module>
@@ -93,95 +71,13 @@
<module>packages/org.eclipse.epp.package.scout.feature</module>
<module>packages/org.eclipse.epp.package.scout.product</module>
+ <module>packages/org.eclipse.epp.package.standard</module>
+ <module>packages/org.eclipse.epp.package.standard.feature</module>
+ <module>packages/org.eclipse.epp.package.standard.product</module>
+
<module>packages/org.eclipse.epp.package.testing</module>
<module>packages/org.eclipse.epp.package.testing.feature</module>
<module>packages/org.eclipse.epp.package.testing.product</module>
--->
</modules>
- <build>
- <plugins>
- <plugin>
- <groupId>org.eclipse.tycho</groupId>
- <artifactId>tycho-maven-plugin</artifactId>
- <version>${tycho.version}</version>
- <extensions>true</extensions>
- </plugin>
-
- <plugin>
- <groupId>org.eclipse.tycho</groupId>
- <artifactId>target-platform-configuration</artifactId>
- <configuration>
- <environments>
- <environment>
- <os>linux</os>
- <ws>gtk</ws>
- <arch>x86</arch>
- </environment>
- <environment>
- <os>linux</os>
- <ws>gtk</ws>
- <arch>x86_64</arch>
- </environment>
- <environment>
- <os>win32</os>
- <ws>win32</ws>
- <arch>x86</arch>
- </environment>
- <environment>
- <os>win32</os>
- <ws>win32</ws>
- <arch>x86_64</arch>
- </environment>
- <environment>
- <os>macosx</os>
- <ws>cocoa</ws>
- <arch>x86</arch>
- </environment>
- <environment>
- <os>macosx</os>
- <ws>cocoa</ws>
- <arch>x86_64</arch>
- </environment>
- </environments>
- </configuration>
- </plugin>
- </plugins>
-
- <pluginManagement>
- <plugins>
- <plugin>
- <groupId>org.eclipse.tycho</groupId>
- <artifactId>target-platform-configuration</artifactId>
- <version>${tycho.version}</version>
- </plugin>
- <plugin>
- <groupId>org.eclipse.tycho</groupId>
- <artifactId>tycho-compiler-plugin</artifactId>
- <version>${tycho.version}</version>
- </plugin>
- <plugin>
- <groupId>org.eclipse.tycho</groupId>
- <artifactId>tycho-packaging-plugin</artifactId>
- <version>${tycho.version}</version>
- </plugin>
- <plugin>
- <groupId>org.eclipse.tycho</groupId>
- <artifactId>tycho-surefire-plugin</artifactId>
- <version>${tycho.version}</version>
- </plugin>
- <plugin>
- <groupId>org.eclipse.tycho</groupId>
- <artifactId>tycho-source-plugin</artifactId>
- <version>${tycho.version}</version>
- </plugin>
- <plugin>
- <groupId>org.eclipse.tycho</groupId>
- <artifactId>tycho-p2-director-plugin</artifactId>
- <version>${tycho.version}</version>
- </plugin>
- </plugins>
- </pluginManagement>
- </build>
-
</project>
diff --git a/releng/org.eclipse.epp.config/parent/pom.xml b/releng/org.eclipse.epp.config/parent/pom.xml
new file mode 100644
index 00000000..0f3918df
--- /dev/null
+++ b/releng/org.eclipse.epp.config/parent/pom.xml
@@ -0,0 +1,272 @@
+<?xml version="1.0" encoding="UTF-8"?>
+<!--
+ Copyright (C) 2013 EclipseSource and others.
+ All rights reserved. This program and the accompanying materials
+ are made available under the terms of the Eclipse Public License v1.0
+ which accompanies this distribution, and is available at
+ http://www.eclipse.org/legal/epl-v10.html
+
+ Contributors:
+ EclipseSource - initial implementation
+-->
+<project xmlns="http://maven.apache.org/POM/4.0.0"
+ xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance"
+ xsi:schemaLocation="http://maven.apache.org/POM/4.0.0 http://maven.apache.org/xsd/maven-4.0.0.xsd">
+ <modelVersion>4.0.0</modelVersion>
+
+ <name>Eclipse Packaging Project (EPP) parent</name>
+
+ <groupId>org.eclipse.epp</groupId>
+ <artifactId>org.eclipse.epp-parent</artifactId>
+ <version>2.1.0-SNAPSHOT</version>
+ <packaging>pom</packaging>
+
+ <properties>
+ <tycho.version>0.18.1</tycho.version>
+ <tycho.extras.version>${tycho.version}</tycho.extras.version>
+ <cbi.version>1.0.5</cbi.version>
+ <eclipse.simultaneous.release>http://download.eclipse.org/releases/staging/</eclipse.simultaneous.release>
+ <tycho.scmUrl>scm:git:git://git.eclipse.org/gitroot/epp/org.eclipse.epp.packages.git</tycho.scmUrl>
+ </properties>
+
+ <prerequisites>
+ <maven>3.0</maven>
+ </prerequisites>
+
+ <pluginRepositories>
+ <pluginRepository>
+ <id>eclipse-tycho</id>
+ <url>https://oss.sonatype.org/content/repositories/public/</url>
+ </pluginRepository>
+ <pluginRepository>
+ <id>eclipse-cbi</id>
+ <url>https://repo.eclipse.org/content/repositories/releases/</url>
+ </pluginRepository>
+ </pluginRepositories>
+
+ <repositories>
+ <repository>
+ <id>eclipse-simultaneous-release</id>
+ <layout>p2</layout>
+ <url>${eclipse.simultaneous.release}</url>
+ </repository>
+ </repositories>
+
+ <build>
+ <plugins>
+
+ <plugin>
+ <groupId>org.eclipse.tycho</groupId>
+ <artifactId>tycho-maven-plugin</artifactId>
+ <version>${tycho.version}</version>
+ <extensions>true</extensions>
+ </plugin>
+
+ <plugin>
+ <groupId>org.eclipse.tycho</groupId>
+ <artifactId>target-platform-configuration</artifactId>
+ <version>${tycho.version}</version>
+ <configuration>
+ <includePackedArtifacts>true</includePackedArtifacts>
+ <environments>
+ <environment>
+ <os>linux</os>
+ <ws>gtk</ws>
+ <arch>x86</arch>
+ </environment>
+ <environment>
+ <os>linux</os>
+ <ws>gtk</ws>
+ <arch>x86_64</arch>
+ </environment>
+ <environment>
+ <os>win32</os>
+ <ws>win32</ws>
+ <arch>x86</arch>
+ </environment>
+ <environment>
+ <os>win32</os>
+ <ws>win32</ws>
+ <arch>x86_64</arch>
+ </environment>
+ <environment>
+ <os>macosx</os>
+ <ws>cocoa</ws>
+ <arch>x86</arch>
+ </environment>
+ <environment>
+ <os>macosx</os>
+ <ws>cocoa</ws>
+ <arch>x86_64</arch>
+ </environment>
+ </environments>
+ </configuration>
+ </plugin>
+
+ <plugin>
+ <groupId>org.eclipse.tycho</groupId>
+ <artifactId>tycho-packaging-plugin</artifactId>
+ <version>${tycho.version}</version>
+ <dependencies>
+ <dependency>
+ <groupId>org.eclipse.tycho.extras</groupId>
+ <artifactId>tycho-buildtimestamp-jgit</artifactId>
+ <version>${tycho.extras.version}</version>
+ </dependency>
+ <dependency>
+ <groupId>org.eclipse.tycho.extras</groupId>
+ <artifactId>tycho-sourceref-jgit</artifactId>
+ <version>${tycho.extras.version}</version>
+ </dependency>
+ </dependencies>
+ <configuration>
+ <timestampProvider>jgit</timestampProvider>
+ <format>yyyyMMdd-HHmm</format>
+ <sourceReferences>
+ <generate>true</generate>
+ </sourceReferences>
+ </configuration>
+ </plugin>
+
+ <plugin>
+ <groupId>org.eclipse.tycho</groupId>
+ <artifactId>tycho-p2-repository-plugin</artifactId>
+ <version>${tycho.version}</version>
+ <configuration>
+ <includeAllDependencies>false</includeAllDependencies>
+ <compress>true</compress>
+ </configuration>
+ </plugin>
+
+ <plugin>
+ <groupId>org.eclipse.tycho</groupId>
+ <artifactId>tycho-source-plugin</artifactId>
+ <version>${tycho.version}</version>
+ <executions>
+ <execution>
+ <id>plugin-source</id>
+ <goals>
+ <goal>plugin-source</goal>
+ </goals>
+ </execution>
+ </executions>
+ </plugin>
+
+ </plugins>
+
+ <pluginManagement>
+ <plugins>
+ <plugin>
+ <groupId>org.eclipse.tycho</groupId>
+ <artifactId>target-platform-configuration</artifactId>
+ <version>${tycho.version}</version>
+ </plugin>
+ <plugin>
+ <groupId>org.eclipse.tycho</groupId>
+ <artifactId>tycho-compiler-plugin</artifactId>
+ <version>${tycho.version}</version>
+ </plugin>
+ <plugin>
+ <groupId>org.eclipse.tycho</groupId>
+ <artifactId>tycho-packaging-plugin</artifactId>
+ <version>${tycho.version}</version>
+ </plugin>
+ <plugin>
+ <groupId>org.eclipse.tycho</groupId>
+ <artifactId>tycho-surefire-plugin</artifactId>
+ <version>${tycho.version}</version>
+ </plugin>
+ <plugin>
+ <groupId>org.eclipse.tycho</groupId>
+ <artifactId>tycho-source-plugin</artifactId>
+ <version>${tycho.version}</version>
+ </plugin>
+ <plugin>
+ <groupId>org.eclipse.tycho</groupId>
+ <artifactId>tycho-p2-director-plugin</artifactId>
+ <version>${tycho.version}</version>
+ </plugin>
+ </plugins>
+ </pluginManagement>
+ </build>
+
+ <profiles>
+
+ <profile>
+ <id>eclipse-sign</id>
+
+ <pluginRepositories>
+ <pluginRepository>
+ <id>eclipse-cbi</id>
+ <url>https://repo.eclipse.org/content/groups/cbi/</url>
+ </pluginRepository>
+ </pluginRepositories>
+
+ <build>
+ <plugins>
+ <plugin>
+ <groupId>org.eclipse.tycho.extras</groupId>
+ <artifactId>tycho-pack200a-plugin</artifactId>
+ <version>${tycho.extras.version}</version>
+ <executions>
+ <execution>
+ <id>pack200-normalize</id>
+ <goals>
+ <goal>normalize</goal>
+ </goals>
+ </execution>
+ </executions>
+ </plugin>
+
+ <plugin>
+ <groupId>org.eclipse.cbi.maven.plugins</groupId>
+ <artifactId>eclipse-jarsigner-plugin</artifactId>
+ <version>${cbi.version}</version>
+ <executions>
+ <execution>
+ <id>sign</id>
+ <goals>
+ <goal>sign</goal>
+ </goals>
+ </execution>
+ </executions>
+ </plugin>
+
+ <plugin>
+ <groupId>org.eclipse.tycho.extras</groupId>
+ <artifactId>tycho-pack200b-plugin</artifactId>
+ <version>${cbi.version}</version>
+ <executions>
+ <execution>
+ <id>pack200-pack</id>
+ <goals>
+ <goal>pack</goal>
+ </goals>
+ </execution>
+ </executions>
+ </plugin>
+
+ <plugin>
+ <groupId>org.eclipse.tycho</groupId>
+ <artifactId>tycho-p2-plugin</artifactId>
+ <version>${tycho.version}</version>
+ <executions>
+ <execution>
+ <id>p2-metadata</id>
+ <goals>
+ <goal>p2-metadata</goal>
+ </goals>
+ <phase>package</phase>
+ </execution>
+ </executions>
+ <configuration>
+ <defaultP2Metadata>false</defaultP2Metadata>
+ </configuration>
+ </plugin>
+ </plugins>
+ </build>
+ </profile>
+
+ </profiles>
+
+</project>

Back to the top