[eclipse] Fix equinox.http.servlet JAR name to match POM name

Andrew Overholt overholt at fedoraproject.org
Thu Dec 22 21:10:48 UTC 2011


commit 3b0fb0e13d65511f96b8afc8b41d70b7719908db
Author: Andrew Overholt <overholt at redhat.com>
Date:   Thu Dec 22 16:10:36 2011 -0500

    Fix equinox.http.servlet JAR name to match POM name

 eclipse.spec |    2 +-
 1 files changed, 1 insertions(+), 1 deletions(-)
---
diff --git a/eclipse.spec b/eclipse.spec
index 3c377f0..ae4b2d7 100644
--- a/eclipse.spec
+++ b/eclipse.spec
@@ -277,7 +277,7 @@ pushd $RPM_BUILD_ROOT%{_javadir}/eclipse
 ln -s ../../../../%{_libdir}/%{name}/plugins/org.eclipse.equinox.http.servlet_*.jar equinox.http.servlet.jar
 popd
 install -m 0644 %{SOURCE7} $RPM_BUILD_ROOT/%{_mavenpomdir}/JPP.eclipse-equinox.http.servlet.pom
-%add_maven_depmap JPP.eclipse-equinox.http.servlet.pom %{name}/equinox.servlet.jar -a "org.eclipse.equinox.http:servlet"
+%add_maven_depmap JPP.eclipse-equinox.http.servlet.pom %{name}/equinox.http.servlet.jar -a "org.eclipse.equinox.http:servlet"
 
 # A sanity check.
 desktop-file-validate %{buildroot}/%{_datadir}/applications/%{name}.desktop


More information about the scm-commits mailing list