From fd527936f8fa7c2db4002ccabf3d61ead8d79802 Mon Sep 17 00:00:00 2001 From: Markus Knauer Date: Fri, 15 Nov 2013 15:24:20 +0100 Subject: Extract parent pom into its own file and add more configuration --- .../pom.xml | 14 +- .../pom.xml | 21 +- .../org.eclipse.epp.package.automotive/pom.xml | 14 +- .../org.eclipse.epp.package.common.feature/pom.xml | 16 +- packages/org.eclipse.epp.package.common/.project | 22 -- .../META-INF/MANIFEST.MF | 8 - packages/org.eclipse.epp.package.common/about.html | 28 --- .../build.properties | 7 - .../icons/yoxos32.png | Bin 1921 -> 0 bytes packages/org.eclipse.epp.package.common/plugin.xml | 15 -- packages/org.eclipse.epp.package.common/pom.xml | 28 --- .../org.eclipse.epp.package.cpp.feature/pom.xml | 14 +- .../org.eclipse.epp.package.cpp.product/pom.xml | 21 +- packages/org.eclipse.epp.package.cpp/pom.xml | 16 +- .../org.eclipse.epp.package.dsl.feature/pom.xml | 16 +- .../org.eclipse.epp.package.dsl.product/pom.xml | 21 +- packages/org.eclipse.epp.package.dsl/pom.xml | 16 +- .../org.eclipse.epp.package.java.feature/pom.xml | 14 +- .../org.eclipse.epp.package.java.product/pom.xml | 21 +- packages/org.eclipse.epp.package.java/pom.xml | 14 +- .../org.eclipse.epp.package.jee.feature/pom.xml | 14 +- .../org.eclipse.epp.package.jee.product/pom.xml | 19 +- packages/org.eclipse.epp.package.jee/pom.xml | 14 +- .../pom.xml | 16 +- .../pom.xml | 19 +- packages/org.eclipse.epp.package.modeling/pom.xml | 14 +- .../pom.xml | 14 +- .../pom.xml | 19 +- packages/org.eclipse.epp.package.parallel/pom.xml | 14 +- .../org.eclipse.epp.package.rcp.feature/pom.xml | 14 +- .../org.eclipse.epp.package.rcp.product/pom.xml | 19 +- packages/org.eclipse.epp.package.rcp/pom.xml | 14 +- .../pom.xml | 14 +- .../pom.xml | 19 +- packages/org.eclipse.epp.package.reporting/pom.xml | 14 +- .../org.eclipse.epp.package.scout.feature/pom.xml | 14 +- .../org.eclipse.epp.package.scout.product/pom.xml | 19 +- packages/org.eclipse.epp.package.scout/pom.xml | 14 +- .../pom.xml | 16 +- .../pom.xml | 21 +- packages/org.eclipse.epp.package.standard/pom.xml | 16 +- .../pom.xml | 14 +- .../pom.xml | 19 +- packages/org.eclipse.epp.package.testing/pom.xml | 16 +- pom.xml | 140 ++--------- releng/org.eclipse.epp.config/parent/pom.xml | 272 +++++++++++++++++++++ 46 files changed, 696 insertions(+), 428 deletions(-) delete mode 100644 packages/org.eclipse.epp.package.common/.project delete mode 100644 packages/org.eclipse.epp.package.common/META-INF/MANIFEST.MF delete mode 100644 packages/org.eclipse.epp.package.common/about.html delete mode 100644 packages/org.eclipse.epp.package.common/build.properties delete mode 100644 packages/org.eclipse.epp.package.common/icons/yoxos32.png delete mode 100644 packages/org.eclipse.epp.package.common/plugin.xml delete mode 100644 packages/org.eclipse.epp.package.common/pom.xml create mode 100644 releng/org.eclipse.epp.config/parent/pom.xml 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 --> - + 4.0.0 + org.eclipse.epp - epp-parent + org.eclipse.epp-parent 2.1.0-SNAPSHOT - ../../ + ../../releng/org.eclipse.epp.config/parent/ org.eclipse.epp org.eclipse.epp.package.automotive.feature 2.1.0-SNAPSHOT eclipse-feature + 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 @@ - + 4.0.0 + org.eclipse.epp - epp-parent + org.eclipse.epp-parent 2.1.0-SNAPSHOT - ../../ + ../../releng/org.eclipse.epp.config/parent/ org.eclipse.epp @@ -31,6 +33,7 @@ org.eclipse.tycho tycho-p2-director-plugin + ${tycho.version} materialize-products @@ -46,6 +49,12 @@ + + + tar.gz + tar.gz + + 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 --> - + 4.0.0 + org.eclipse.epp - epp-parent + org.eclipse.epp-parent 2.1.0-SNAPSHOT - ../../ + ../../releng/org.eclipse.epp.config/parent/ org.eclipse.epp org.eclipse.epp.package.automotive 2.1.0-SNAPSHOT eclipse-plugin + 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 @@ - + 4.0.0 + org.eclipse.epp - epp-parent + org.eclipse.epp-parent 2.1.0-SNAPSHOT - ../../ + ../../releng/org.eclipse.epp.config/parent/ org.eclipse.epp org.eclipse.epp.package.common.feature 2.1.0-SNAPSHOT eclipse-feature + 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 @@ - - - org.eclipse.epp.package.common - - - - - - org.eclipse.pde.ManifestBuilder - - - - - org.eclipse.pde.SchemaBuilder - - - - - - org.eclipse.pde.PluginNature - - 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 @@ - - - - -About - - -

About This Content

- -

June, 2011

-

License

- -

The Eclipse Foundation makes available all content in this plug-in ("Content"). Unless otherwise -indicated below, the Content is provided to you under the terms and conditions of the -Eclipse Public License Version 1.0 ("EPL"). A copy of the EPL is available -at http://www.eclipse.org/legal/epl-v10.html. -For purposes of the EPL, "Program" will mean the Content.

- -

If you did not receive this Content directly from the Eclipse Foundation, the Content is -being redistributed by another party ("Redistributor") 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 http://www.eclipse.org.

- - - 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 Binary files a/packages/org.eclipse.epp.package.common/icons/yoxos32.png and /dev/null 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 @@ - - - - - - - - - - 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 @@ - - - - - 4.0.0 - - org.eclipse.epp - epp-parent - 2.1.0-SNAPSHOT - ../../ - - - org.eclipse.epp - org.eclipse.epp.package.common - 2.1.0-SNAPSHOT - eclipse-plugin - 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 --> - + 4.0.0 + org.eclipse.epp - epp-parent + org.eclipse.epp-parent 2.1.0-SNAPSHOT - ../../ + ../../releng/org.eclipse.epp.config/parent/ org.eclipse.epp org.eclipse.epp.package.cpp.feature 2.1.0-SNAPSHOT eclipse-feature + 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 --> - + 4.0.0 + org.eclipse.epp - epp-parent + org.eclipse.epp-parent 2.1.0-SNAPSHOT - ../../ + ../../releng/org.eclipse.epp.config/parent/ org.eclipse.epp @@ -31,6 +33,7 @@ org.eclipse.tycho tycho-p2-director-plugin + ${tycho.version} materialize-products @@ -46,6 +49,12 @@ + + + tar.gz + tar.gz + + 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 @@ - + 4.0.0 + org.eclipse.epp - epp-parent + org.eclipse.epp-parent 2.1.0-SNAPSHOT - ../../ + ../../releng/org.eclipse.epp.config/parent/ org.eclipse.epp org.eclipse.epp.package.cpp 2.1.0-SNAPSHOT eclipse-plugin + 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 @@ - + 4.0.0 + org.eclipse.epp - epp-parent + org.eclipse.epp-parent 2.1.0-SNAPSHOT - ../../ + ../../releng/org.eclipse.epp.config/parent/ org.eclipse.epp org.eclipse.epp.package.dsl.feature 2.1.0-SNAPSHOT eclipse-feature + 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 @@ - + 4.0.0 + org.eclipse.epp - epp-parent + org.eclipse.epp-parent 2.1.0-SNAPSHOT - ../../ + ../../releng/org.eclipse.epp.config/parent/ org.eclipse.epp @@ -31,6 +33,7 @@ org.eclipse.tycho tycho-p2-director-plugin + ${tycho.version} materialize-products @@ -46,6 +49,12 @@ + + + tar.gz + tar.gz + + 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 @@ - + 4.0.0 + org.eclipse.epp - epp-parent + org.eclipse.epp-parent 2.1.0-SNAPSHOT - ../../ + ../../releng/org.eclipse.epp.config/parent/ org.eclipse.epp org.eclipse.epp.package.dsl 2.1.0-SNAPSHOT eclipse-plugin + 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 --> - + 4.0.0 + org.eclipse.epp - epp-parent + org.eclipse.epp-parent 2.1.0-SNAPSHOT - ../../ + ../../releng/org.eclipse.epp.config/parent/ org.eclipse.epp org.eclipse.epp.package.java.feature 2.1.0-SNAPSHOT eclipse-feature + 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 --> - + 4.0.0 + org.eclipse.epp - epp-parent + org.eclipse.epp-parent 2.1.0-SNAPSHOT - ../../ + ../../releng/org.eclipse.epp.config/parent/ org.eclipse.epp @@ -31,6 +33,7 @@ org.eclipse.tycho tycho-p2-director-plugin + ${tycho.version} materialize-products @@ -46,6 +49,12 @@ + + + tar.gz + tar.gz + + 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 --> - + 4.0.0 + org.eclipse.epp - epp-parent + org.eclipse.epp-parent 2.1.0-SNAPSHOT - ../../ + ../../releng/org.eclipse.epp.config/parent/ org.eclipse.epp org.eclipse.epp.package.java 2.1.0-SNAPSHOT eclipse-plugin + 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 --> - + 4.0.0 + org.eclipse.epp - epp-parent + org.eclipse.epp-parent 2.1.0-SNAPSHOT - ../../ + ../../releng/org.eclipse.epp.config/parent/ org.eclipse.epp org.eclipse.epp.package.jee.feature 2.1.0-SNAPSHOT eclipse-feature + 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 --> - + 4.0.0 + org.eclipse.epp - epp-parent + org.eclipse.epp-parent 2.1.0-SNAPSHOT - ../../ + ../../releng/org.eclipse.epp.config/parent/ org.eclipse.epp @@ -31,6 +33,7 @@ org.eclipse.tycho tycho-p2-director-plugin + ${tycho.version} materialize-products @@ -46,6 +49,12 @@ + + + tar.gz + tar.gz + + 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 --> - + 4.0.0 + org.eclipse.epp - epp-parent + org.eclipse.epp-parent 2.1.0-SNAPSHOT - ../../ + ../../releng/org.eclipse.epp.config/parent/ org.eclipse.epp org.eclipse.epp.package.jee 2.1.0-SNAPSHOT eclipse-plugin + 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 --> - + 4.0.0 + org.eclipse.epp - epp-parent + org.eclipse.epp-parent 2.1.0-SNAPSHOT - ../../ + ../../releng/org.eclipse.epp.config/parent/ - + org.eclipse.epp org.eclipse.epp.package.modeling.feature 2.1.0-SNAPSHOT eclipse-feature + 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 --> - + 4.0.0 + org.eclipse.epp - epp-parent + org.eclipse.epp-parent 2.1.0-SNAPSHOT - ../../ + ../../releng/org.eclipse.epp.config/parent/ org.eclipse.epp @@ -31,6 +33,7 @@ org.eclipse.tycho tycho-p2-director-plugin + ${tycho.version} materialize-products @@ -46,6 +49,12 @@ + + + tar.gz + tar.gz + + 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 --> - + 4.0.0 + org.eclipse.epp - epp-parent + org.eclipse.epp-parent 2.1.0-SNAPSHOT - ../../ + ../../releng/org.eclipse.epp.config/parent/ org.eclipse.epp org.eclipse.epp.package.modeling 2.1.0-SNAPSHOT eclipse-plugin + 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 --> - + 4.0.0 + org.eclipse.epp - epp-parent + org.eclipse.epp-parent 2.1.0-SNAPSHOT - ../../ + ../../releng/org.eclipse.epp.config/parent/ org.eclipse.epp org.eclipse.epp.package.parallel.feature 2.1.0-SNAPSHOT eclipse-feature + 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 --> - + 4.0.0 + org.eclipse.epp - epp-parent + org.eclipse.epp-parent 2.1.0-SNAPSHOT - ../../ + ../../releng/org.eclipse.epp.config/parent/ org.eclipse.epp @@ -31,6 +33,7 @@ org.eclipse.tycho tycho-p2-director-plugin + ${tycho.version} materialize-products @@ -46,6 +49,12 @@ + + + tar.gz + tar.gz + + 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 --> - + 4.0.0 + org.eclipse.epp - epp-parent + org.eclipse.epp-parent 2.1.0-SNAPSHOT - ../../ + ../../releng/org.eclipse.epp.config/parent/ org.eclipse.epp org.eclipse.epp.package.parallel 2.1.0-SNAPSHOT eclipse-plugin + 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 --> - + 4.0.0 + org.eclipse.epp - epp-parent + org.eclipse.epp-parent 2.1.0-SNAPSHOT - ../../ + ../../releng/org.eclipse.epp.config/parent/ org.eclipse.epp org.eclipse.epp.package.rcp.feature 2.1.0-SNAPSHOT eclipse-feature + 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 --> - + 4.0.0 + org.eclipse.epp - epp-parent + org.eclipse.epp-parent 2.1.0-SNAPSHOT - ../../ + ../../releng/org.eclipse.epp.config/parent/ org.eclipse.epp @@ -31,6 +33,7 @@ org.eclipse.tycho tycho-p2-director-plugin + ${tycho.version} materialize-products @@ -46,6 +49,12 @@ + + + tar.gz + tar.gz + + 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 --> - + 4.0.0 + org.eclipse.epp - epp-parent + org.eclipse.epp-parent 2.1.0-SNAPSHOT - ../../ + ../../releng/org.eclipse.epp.config/parent/ org.eclipse.epp org.eclipse.epp.package.rcp 2.1.0-SNAPSHOT eclipse-plugin + 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 --> - + 4.0.0 + org.eclipse.epp - epp-parent + org.eclipse.epp-parent 2.1.0-SNAPSHOT - ../../ + ../../releng/org.eclipse.epp.config/parent/ org.eclipse.epp org.eclipse.epp.package.reporting.feature 2.1.0-SNAPSHOT eclipse-feature + 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 --> - + 4.0.0 + org.eclipse.epp - epp-parent + org.eclipse.epp-parent 2.1.0-SNAPSHOT - ../../ + ../../releng/org.eclipse.epp.config/parent/ org.eclipse.epp @@ -31,6 +33,7 @@ org.eclipse.tycho tycho-p2-director-plugin + ${tycho.version} materialize-products @@ -46,6 +49,12 @@ + + + tar.gz + tar.gz + + 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 --> - + 4.0.0 + org.eclipse.epp - epp-parent + org.eclipse.epp-parent 2.1.0-SNAPSHOT - ../../ + ../../releng/org.eclipse.epp.config/parent/ org.eclipse.epp org.eclipse.epp.package.reporting 2.1.0-SNAPSHOT eclipse-plugin + 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 --> - + 4.0.0 + org.eclipse.epp - epp-parent + org.eclipse.epp-parent 2.1.0-SNAPSHOT - ../../ + ../../releng/org.eclipse.epp.config/parent/ org.eclipse.epp org.eclipse.epp.package.scout.feature 2.1.0-SNAPSHOT eclipse-feature + 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 --> - + 4.0.0 + org.eclipse.epp - epp-parent + org.eclipse.epp-parent 2.1.0-SNAPSHOT - ../../ + ../../releng/org.eclipse.epp.config/parent/ org.eclipse.epp @@ -31,6 +33,7 @@ org.eclipse.tycho tycho-p2-director-plugin + ${tycho.version} materialize-products @@ -46,6 +49,12 @@ + + + tar.gz + tar.gz + + 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 --> - + 4.0.0 + org.eclipse.epp - epp-parent + org.eclipse.epp-parent 2.1.0-SNAPSHOT - ../../ + ../../releng/org.eclipse.epp.config/parent/ org.eclipse.epp org.eclipse.epp.package.scout 2.1.0-SNAPSHOT eclipse-plugin + 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 @@ - + 4.0.0 + org.eclipse.epp - epp-parent + org.eclipse.epp-parent 2.1.0-SNAPSHOT - ../../ + ../../releng/org.eclipse.epp.config/parent/ org.eclipse.epp org.eclipse.epp.package.standard.feature 2.1.0-SNAPSHOT eclipse-feature + 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 @@ - + 4.0.0 + org.eclipse.epp - epp-parent + org.eclipse.epp-parent 2.1.0-SNAPSHOT - ../../ + ../../releng/org.eclipse.epp.config/parent/ org.eclipse.epp @@ -31,6 +33,7 @@ org.eclipse.tycho tycho-p2-director-plugin + ${tycho.version} materialize-products @@ -46,6 +49,12 @@ + + + tar.gz + tar.gz + + 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 @@ - + 4.0.0 + org.eclipse.epp - epp-parent + org.eclipse.epp-parent 2.1.0-SNAPSHOT - ../../ + ../../releng/org.eclipse.epp.config/parent/ org.eclipse.epp org.eclipse.epp.package.standard 2.1.0-SNAPSHOT eclipse-plugin + 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 --> - + 4.0.0 + org.eclipse.epp - epp-parent + org.eclipse.epp-parent 2.1.0-SNAPSHOT - ../../ + ../../releng/org.eclipse.epp.config/parent/ org.eclipse.epp org.eclipse.epp.package.testing.feature 2.1.0-SNAPSHOT eclipse-feature + 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 --> - + 4.0.0 + org.eclipse.epp - epp-parent + org.eclipse.epp-parent 2.1.0-SNAPSHOT - ../../ + ../../releng/org.eclipse.epp.config/parent/ org.eclipse.epp @@ -31,6 +33,7 @@ org.eclipse.tycho tycho-p2-director-plugin + ${tycho.version} materialize-products @@ -46,6 +49,12 @@ + + + tar.gz + tar.gz + + 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 --> - + 4.0.0 + org.eclipse.epp - epp-parent + org.eclipse.epp-parent 2.1.0-SNAPSHOT - ../../ + ../../releng/org.eclipse.epp.config/parent/ - org.eclispe.epp + org.eclipse.epp org.eclipse.epp.package.testing 2.1.0-SNAPSHOT eclipse-plugin + 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 --> - + 4.0.0 + + org.eclipse.epp + org.eclipse.epp-parent + 2.1.0-SNAPSHOT + releng/org.eclipse.epp.config/parent/ + + org.eclipse.epp - epp-parent + org.eclipse.epp-buildall 2.1.0-SNAPSHOT pom - - 0.18.1 - 1.0.5 - - - - - tycho - https://oss.sonatype.org/content/repositories/public/ - - - cbi - https://repo.eclipse.org/content/repositories/releases/ - - - - - - eclipse - p2 - http://download.eclipse.org/releases/staging/ - - - - - packages/org.eclipse.epp.package.common.feature - + packages/org.eclipse.epp.package.rcp packages/org.eclipse.epp.package.rcp.feature packages/org.eclipse.epp.package.rcp.product - - - - - org.eclipse.tycho - tycho-maven-plugin - ${tycho.version} - true - - - - org.eclipse.tycho - target-platform-configuration - - - - linux - gtk - x86 - - - linux - gtk - x86_64 - - - win32 - win32 - x86 - - - win32 - win32 - x86_64 - - - macosx - cocoa - x86 - - - macosx - cocoa - x86_64 - - - - - - - - - - org.eclipse.tycho - target-platform-configuration - ${tycho.version} - - - org.eclipse.tycho - tycho-compiler-plugin - ${tycho.version} - - - org.eclipse.tycho - tycho-packaging-plugin - ${tycho.version} - - - org.eclipse.tycho - tycho-surefire-plugin - ${tycho.version} - - - org.eclipse.tycho - tycho-source-plugin - ${tycho.version} - - - org.eclipse.tycho - tycho-p2-director-plugin - ${tycho.version} - - - - - 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 @@ + + + + 4.0.0 + + Eclipse Packaging Project (EPP) parent + + org.eclipse.epp + org.eclipse.epp-parent + 2.1.0-SNAPSHOT + pom + + + 0.18.1 + ${tycho.version} + 1.0.5 + http://download.eclipse.org/releases/staging/ + scm:git:git://git.eclipse.org/gitroot/epp/org.eclipse.epp.packages.git + + + + 3.0 + + + + + eclipse-tycho + https://oss.sonatype.org/content/repositories/public/ + + + eclipse-cbi + https://repo.eclipse.org/content/repositories/releases/ + + + + + + eclipse-simultaneous-release + p2 + ${eclipse.simultaneous.release} + + + + + + + + org.eclipse.tycho + tycho-maven-plugin + ${tycho.version} + true + + + + org.eclipse.tycho + target-platform-configuration + ${tycho.version} + + true + + + linux + gtk + x86 + + + linux + gtk + x86_64 + + + win32 + win32 + x86 + + + win32 + win32 + x86_64 + + + macosx + cocoa + x86 + + + macosx + cocoa + x86_64 + + + + + + + org.eclipse.tycho + tycho-packaging-plugin + ${tycho.version} + + + org.eclipse.tycho.extras + tycho-buildtimestamp-jgit + ${tycho.extras.version} + + + org.eclipse.tycho.extras + tycho-sourceref-jgit + ${tycho.extras.version} + + + + jgit + yyyyMMdd-HHmm + + true + + + + + + org.eclipse.tycho + tycho-p2-repository-plugin + ${tycho.version} + + false + true + + + + + org.eclipse.tycho + tycho-source-plugin + ${tycho.version} + + + plugin-source + + plugin-source + + + + + + + + + + + org.eclipse.tycho + target-platform-configuration + ${tycho.version} + + + org.eclipse.tycho + tycho-compiler-plugin + ${tycho.version} + + + org.eclipse.tycho + tycho-packaging-plugin + ${tycho.version} + + + org.eclipse.tycho + tycho-surefire-plugin + ${tycho.version} + + + org.eclipse.tycho + tycho-source-plugin + ${tycho.version} + + + org.eclipse.tycho + tycho-p2-director-plugin + ${tycho.version} + + + + + + + + + eclipse-sign + + + + eclipse-cbi + https://repo.eclipse.org/content/groups/cbi/ + + + + + + + org.eclipse.tycho.extras + tycho-pack200a-plugin + ${tycho.extras.version} + + + pack200-normalize + + normalize + + + + + + + org.eclipse.cbi.maven.plugins + eclipse-jarsigner-plugin + ${cbi.version} + + + sign + + sign + + + + + + + org.eclipse.tycho.extras + tycho-pack200b-plugin + ${cbi.version} + + + pack200-pack + + pack + + + + + + + org.eclipse.tycho + tycho-p2-plugin + ${tycho.version} + + + p2-metadata + + p2-metadata + + package + + + + false + + + + + + + + + -- cgit v1.2.3