Skip to main content
aboutsummaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorMarkus Knauer2015-12-16 18:37:38 +0000
committerMarkus Knauer2015-12-16 18:37:38 +0000
commit8f9b2c682f37c3cce2a48f0a287da7d507517d85 (patch)
treea165f5408abaf9b86d116f859ef034960d2fb37d /packages/org.eclipse.epp.package.rcp.product/pom.xml
parent0939756130f190a26206f9c6d4fbdbfc1816d1a1 (diff)
downloadorg.eclipse.epp.packages-8f9b2c682f37c3cce2a48f0a287da7d507517d85.tar.gz
org.eclipse.epp.packages-8f9b2c682f37c3cce2a48f0a287da7d507517d85.tar.xz
org.eclipse.epp.packages-8f9b2c682f37c3cce2a48f0a287da7d507517d85.zip
Do not mirror org.eclipse.epp.logging.aeri artifacts to packages repo
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>
Diffstat (limited to 'packages/org.eclipse.epp.package.rcp.product/pom.xml')
-rw-r--r--packages/org.eclipse.epp.package.rcp.product/pom.xml2
1 files changed, 1 insertions, 1 deletions
diff --git a/packages/org.eclipse.epp.package.rcp.product/pom.xml b/packages/org.eclipse.epp.package.rcp.product/pom.xml
index 459b6c3a..8fc032b3 100644
--- a/packages/org.eclipse.epp.package.rcp.product/pom.xml
+++ b/packages/org.eclipse.epp.package.rcp.product/pom.xml
@@ -50,7 +50,7 @@
<ius>
<iu>
<query>
- <expression>id ~= /*epp*/ &amp;&amp; !(id ~= /*org.eclipse.epp.mpc*/)</expression>
+ <expression>id ~= /*epp*/ &amp;&amp; !(id ~= /*org.eclipse.epp.mpc*/) &amp;&amp; !(id ~= /*org.eclipse.epp.logging.aeri*/)</expression>
</query>
</iu>
</ius>

Back to the top