[eclipse-m2e-core] Revert "Fix FTBFS by removing unnecessary type attribute."

Mikolaj Izdebski mizdebsk at fedoraproject.org
Sat Feb 7 16:07:26 UTC 2015


commit aac27fbc96b971ece31d65f4b129eef7d89602bf
Author: Mikolaj Izdebski <mizdebsk at redhat.com>
Date:   Sat Feb 7 16:43:11 2015 +0100

    Revert "Fix FTBFS by removing unnecessary type attribute."
    
    This reverts commit 7b5018dba460466d16d4908d0fab6d836f7b7747.

 eclipse-m2e-core.spec |    7 +++++--
 1 files changed, 5 insertions(+), 2 deletions(-)
---
diff --git a/eclipse-m2e-core.spec b/eclipse-m2e-core.spec
index ddc6b9a..ff7c8bb 100644
--- a/eclipse-m2e-core.spec
+++ b/eclipse-m2e-core.spec
@@ -4,7 +4,7 @@
 
 Name:           eclipse-m2e-core
 Version:        1.5.0
-Release:        16%{?dist}
+Release:        17%{?dist}
 Summary:        Maven integration for Eclipse
 
 Group:          Development/Tools
@@ -308,7 +308,7 @@ for mod in org.eclipse.m2e.archetype.common \
            org.eclipse.m2e.maven.runtime \
            org.eclipse.m2e.maven.runtime.slf4j.simple
 do
-    %mvn_artifact m2e-maven-runtime/$mod/pom.xml m2e-maven-runtime/$mod/target/$mod-%{version}-SNAPSHOT.jar
+    %mvn_artifact -Dtype=eclipse-plugin m2e-maven-runtime/$mod/pom.xml m2e-maven-runtime/$mod/target/$mod-%{version}-SNAPSHOT.jar
 done
 
 %mvn_install
@@ -328,6 +328,9 @@ xmvn-subst -s `find %{buildroot}%{install_loc} -name jars` $extra
 
 
 %changelog
+* Sat Feb  7 2015 Mikolaj Izdebski <mizdebsk at redhat.com> - 1.5.0-17
+- Install runtime bundles in dropins directory
+
 * Fri Dec 12 2014 Roland Grunberg <rgrunber at redhat.com> - 1.5.0-16
 - Fix FTBFS by removing unnecessary type attribute.
 


More information about the scm-commits mailing list