[eclipse] Fix jdt files section.

Alexander Kurtakov akurtakov at fedoraproject.org
Tue Jun 10 11:42:33 UTC 2014


commit f352deec70a7c829e5cb44abd1208684b6281615
Author: Alexander Kurtakov <akurtako at redhat.com>
Date:   Tue Jun 10 14:42:23 2014 +0300

    Fix jdt files section.

 eclipse.spec |    4 +++-
 1 files changed, 3 insertions(+), 1 deletions(-)
---
diff --git a/eclipse.spec b/eclipse.spec
index e5d7e3f..562098e 100644
--- a/eclipse.spec
+++ b/eclipse.spec
@@ -638,7 +638,7 @@ popd
 #################################
 
 # Symlink OSGI jars into javadir
-for J in osgi osgi.services osgi.util osgi.compatibility.state equinox.http.servlet jdt.core ; do
+for J in osgi osgi.services osgi.util osgi.compatibility.state equinox.http.servlet ; do
   pushd $RPM_BUILD_ROOT%{_javadir}/eclipse
     DIR=%{?scl: ../../../../}../../../..%{_libdir}/%{pkg_name}
     [ -e "`ls $DIR/plugins/org.eclipse.${J}_*.jar`" ] && ln -s $DIR/plugins/org.eclipse.${J}_*.jar ${J}.jar
@@ -975,6 +975,8 @@ fi
 %files jdt
 %attr(0755,root,root) %{_bindir}/efj
 %{_libdir}/%{pkg_name}/dropins/jdt
+%{_javadir}/%{pkg_name}/jdt.core.jar
+%{_mavenpomdir}/JPP.%{pkg_name}-jdt.core.pom
 
 %files pde
 %{_bindir}/%{pkg_name}-pdebuild


More information about the scm-commits mailing list