Blame SOURCES/0003-Fix-OSGi-manifest.patch
|
|
952c07 |
From fa908a1748cb3090d677a63db4986ffc57acbf1e Mon Sep 17 00:00:00 2001
|
|
|
952c07 |
From: Mikolaj Izdebski <mizdebsk@redhat.com>
|
|
|
952c07 |
Date: Wed, 1 Jun 2016 09:31:44 +0200
|
|
|
952c07 |
Subject: [PATCH 3/3] Fix OSGi manifest
|
|
|
952c07 |
|
|
|
952c07 |
Resolves: rhbz#1341052
|
|
|
952c07 |
---
|
|
|
952c07 |
core/pom.xml | 3 ++-
|
|
|
952c07 |
1 file changed, 2 insertions(+), 1 deletion(-)
|
|
|
952c07 |
|
|
|
952c07 |
diff --git a/core/pom.xml b/core/pom.xml
|
|
|
952c07 |
index 5ed6adb..ea6d015 100644
|
|
|
952c07 |
--- a/core/pom.xml
|
|
|
952c07 |
+++ b/core/pom.xml
|
|
|
952c07 |
@@ -100,8 +100,9 @@
|
|
|
952c07 |
<extensions>true</extensions>
|
|
|
952c07 |
<configuration>
|
|
|
952c07 |
<instructions>
|
|
|
952c07 |
- <Export-Package>org.easymock.internal.*;poweruser=true;mandatory:=poweruser</Export-Package>
|
|
|
952c07 |
+ <Export-Package>org.easymock,org.easymock.internal.*;poweruser=true;mandatory:=poweruser</Export-Package>
|
|
|
952c07 |
<Import-Package>org.easymock,org.easymock.internal;poweruser=true,net.sf.cglib.core,net.sf.cglib.proxy,net.sf.cglib.reflect,org.objectweb.asm,org.objenesis;resolution:=optional</Import-Package>
|
|
|
952c07 |
+ <_nouses>true</_nouses>
|
|
|
952c07 |
</instructions>
|
|
|
952c07 |
</configuration>
|
|
|
952c07 |
<executions>
|
|
|
952c07 |
--
|
|
|
952c07 |
2.13.5
|
|
|
952c07 |
|