[eclipse-dltk] Install a symlink to h2 in dropins.

swagiaal swagiaal at fedoraproject.org
Thu May 3 18:11:16 UTC 2012


commit a8a3896377647e9ef49f5bc8b0436464714c3a36
Author: Sami Wagiaalla <swagiaal at redhat.com>
Date:   Wed Apr 25 16:16:28 2012 -0400

    Install a symlink to h2 in dropins.

 eclipse-dltk.spec |   13 ++++++++-----
 1 files changed, 8 insertions(+), 5 deletions(-)
---
diff --git a/eclipse-dltk.spec b/eclipse-dltk.spec
index c7e05d3..d30ab04 100644
--- a/eclipse-dltk.spec
+++ b/eclipse-dltk.spec
@@ -2,7 +2,7 @@
 
 Name:      eclipse-dltk
 Version:   4.0.0
-Release:   0.3.201201070225cvs%{?dist}
+Release:   0.4.201201070225cvs%{?dist}
 Summary:   Dynamic Languages Toolkit (DLTK) Eclipse plugin
 Group:     System Environment/Libraries
 License:   EPL
@@ -178,10 +178,6 @@ OPTIONS="-DforceContextQualifier=v201201070225 -Dmaven.test.skip=true clean inst
 
 ln -s %{_javadir}/h2.jar SDK/plugins/h2.jar
 
-pushd SDK
-ln -s %{_javadir} javadir
-popd
-
 eclipse -debug -consolelog -nosplash -verbose -application org.eclipse.equinox.p2.publisher.FeaturesAndBundlesPublisher -me\
 tadataRepository file:$PWD/myrepo -artifactRepository file:$PWD/myrepo -source $PWD/SDK -compress -append -publishArtifacts
 
@@ -225,6 +221,9 @@ mv plugins/org.eclipse.dltk.validators* %{buildroot}%{eclipse_dropin}/dltk-core/
 #install org.eclipse.dltk.ssh.core to rse
 mv plugins/org.eclipse.dltk.ssh.core* %{buildroot}%{eclipse_dropin}/dltk-rse/eclipse/plugins
 
+# Install symlinks to required OSGi jars
+ln -s %{_javadir}/h2.jar %{buildroot}/%{eclipse_dropin}/dltk-core.index/eclipse/plugins/org.h2.jar
+
 popd
 
 %files
@@ -266,6 +265,10 @@ popd
 %doc core/features/org.eclipse.dltk.core.sdk/rootfiles/*
 
 %changelog
+* Thu May 03 2012 Sami Wagiaalla <swagiaal at redhat.com> - 4.0.0-0.4.201201070225cvs
+- Install a symlink to h2 in dropins.
+- Remove blanket symlink of javadir.
+
 * Thu Apr 25 2012 Sami Wagiaalla <swagiaal at redhat.com> - 4.0.0-0.3.201201070225cvs
 - Install missing bundles.
 


More information about the scm-commits mailing list