[eclipse-m2e-core/1.5.0-experimental: 6/9] Fix modification to MANIFEST file

Gerard Ryan galileo at fedoraproject.org
Fri Feb 28 23:52:19 UTC 2014


commit c35dd87f9efe683ab7750c6d4f9f7396156ef26d
Author: Gerard Ryan <gerard at ryan.lt>
Date:   Wed Feb 19 20:46:48 2014 +0000

    Fix modification to MANIFEST file

 eclipse-m2e-core.spec |    4 ++--
 1 files changed, 2 insertions(+), 2 deletions(-)
---
diff --git a/eclipse-m2e-core.spec b/eclipse-m2e-core.spec
index 131003d..90f828a 100644
--- a/eclipse-m2e-core.spec
+++ b/eclipse-m2e-core.spec
@@ -236,8 +236,8 @@ popd
 
 # Fix OSGI generation in pom.xml for MANIFEST.MF
 pushd m2e-maven-runtime/org.eclipse.m2e.maven.runtime/
-  sed -i -e 's/;bundle-version=\".*/,/g' \
-         -e 's/org.slf4j.api,/slf4j.api/g' pom.xml
+  sed -i -e 's/org.slf4j.api/slf4j.api,/g' \
+         -e 's/;bundle-version=\".*//g' pom.xml
 
   # While we're here, re-allow aopalliance to be embedded in OSGi
   # and exclude plexus-container-default


More information about the scm-commits mailing list