Skip to main content
summaryrefslogtreecommitdiffstats
AgeCommit message (Collapse)AuthorFilesLines
2016-05-02Mirror only EPP related IUs to EPP p2 repositoryMarkus Knauer1-0/+2
Change-Id: I33b5e7ea04d0fdb4a261909a6bddc6f82c629740 Signed-off-by: Markus Knauer <mknauer@eclipsesource.com>
2015-12-16Do not mirror org.eclipse.epp.logging.aeri artifacts to packages repoMarkus Knauer1-1/+1
Every package build creates a p2 repository comprised of all EPP artifacts; unfortunately that really means every artifact that contains the string 'epp' which includes some artifacts from the logging.aeri sub-component which doesn't belong into this repo. The patch enhances the already existing filter for the o.e.epp.mpc component in all packages. Change-Id: I941923c6b17d187dff9ca44fb67d7d9fb554b260 Signed-off-by: Markus Knauer <mknauer@eclipsesource.com>
2015-07-15Upgrade configuration and version numbers for Neon (M0)Markus Knauer1-2/+2
- Increment version numbers from 4.5.0 to 4.6.0 - Update strings with versions, using neon-M0 temporarily - Update parent pom.xml - Clean up p2.inf files Change-Id: I9d45fcd400eb4b6dac1226d97d6c5018d149b6dd Signed-off-by: Markus Knauer <mknauer@eclipsesource.com>
2015-01-13Update versions, qualifiers, copyright dates for Mars M5 in 2015Markus Knauer1-1/+1
* Udpate all package versions to Mars M5 * Force qualifier update * Update copyright dates to 2015 Change-Id: I2f3ef2797d208e72426e7e0de889721ca1e1b636 Signed-off-by: Markus Knauer <mknauer@eclipsesource.com>
2014-12-15Use Tycho for creating the package archives including symbolic linksPascal Rapicault1-54/+3
- Revert the change that used to be required to fix bug 424769 with symbolic links in tar archives. - Update to Tycho to 0.23.0-SNAPSHOT (temporary solution). - Use maven-antrun-plugin for copying the artifacts. Bug 455101: Use tycho zipping feature instead of createArchive.sh script https://bugs.eclipse.org/bugs/show_bug.cgi?id=455101 Signed-off-by: Pascal Rapicault <pascal@rapicorp.com> Change-Id: I7467f450af212b00a04b002fbe25919b994756e1
2014-11-12Allow fine grained control over used signing servicesMarkus Knauer1-1/+8
EPP uses all three currently available signing services from at the Eclipse Foundation. The general signing service to sign the jar files, the Windows signing service for the Windows executable, and the Mac OSX signing service for various Mac-related signatures. With this change it is possible to control by enabling Maven profiles which signing services are used during build time. Bug 451139: Unable to sign Mac OSX packages from EPP HIPP instance https://bugs.eclipse.org/bugs/show_bug.cgi?id=451139 Change-Id: If2ccd76d85aec2136520e4cbdd397115fa36fb01 Signed-off-by: Markus Knauer <mknauer@eclipsesource.com>
2014-08-07Upgrade configuration files from Luna to Eclipse Mars (4.5.0)Markus Knauer1-2/+2
Change-Id: Icea756ad80e1cb9dd34db86615cf0d50c55e8ddf Signed-off-by: Markus Knauer <mknauer@eclipsesource.com>
2014-03-07Solve symbolic link in Mac OSX .tar archivesMarkus Knauer1-13/+36
The solution replaces the tycho-p2-director:archive-products with a Bash shell script that uses the native tar + gzip + zip implementations. See bug 424769: Symbolic link missing from "Mac packages" https://bugs.eclipse.org/bugs/show_bug.cgi?id=424769 Change-Id: Ie65f98015ab8350e708b102357fa8dbe88962f66 Signed-off-by: Markus Knauer <mknauer@eclipsesource.com>
2013-12-16Filter artifact org.eclipse.emf.cdo.epp of modeling product from repoMarkus Knauer1-1/+1
2013-12-16Use new EPP version 4.4.0 in all placesMarkus Knauer1-2/+2
Bug 423771 - Next version number of EPP for Luna: 2.1.0? 3.0.0? 4.4.0? 8.0? https://bugs.eclipse.org/bugs/show_bug.cgi?id=423771
2013-12-16Adjust build behaviour to old systemMarkus Knauer1-0/+36
- mirror EPP IUs to a single local EPP p2 repository - create download archives according to old naming conventions
2013-11-27Tune product's pom files: change artifactId, p2 profile, directoryMarkus Knauer1-3/+11
- change Maven artifact ID of product modules - use dedicated p2 profile ID instead of default profile - create package content in 'eclipse' directory - harmonize pom files
2013-11-25Update copyright date (headers and about text) to 2014Markus Knauer1-1/+1
2013-11-18Revert "Re-name product artifact ID back to product ID"Markus Knauer1-1/+1
This reverts commit 0c9ff932c366149c0e43fe5560832fc8ecd1671c.
2013-11-18Re-name product artifact ID back to product IDMarkus Knauer1-1/+1
2013-11-15Extract parent pom into its own file and add more configurationMarkus Knauer1-5/+14
2013-11-14Bug 405828 - Sign native launchers for LunaThanh Ha1-0/+51
- Update dependency repo to luna - Update Maven plugin versions - Sign Mac and Windows executables using CBI plugins Signed-off-by: Thanh Ha <thanh.ha@eclipse.org>
2013-08-17Upgrade from Kepler to LunaMarkus Knauer1-2/+2
- Update feature.xml, epp.product, MANIFEST.MF, p2.inf, plugin.xml, epp.website.xml, pom.xml, ... from EPP 2.0 to 2.1 and adjust "Kepler" with new "Luna" - Update build scripts, map files, etc. - Create .project files for new virtual Tycho product projects
2013-08-17Bug 366430 - Building EPP packages with TychoThanh Ha1-0/+52
Based off original work by Igor Fedorenko: https://github.com/ifedorenko/org.eclipse.epp Signed-off-by: Markus Knauer <mknauer@eclipsesource.com>

    Back to the top