[eclipse-dltk/f17] Install missing bundles.

swagiaal swagiaal at fedoraproject.org
Wed Apr 25 20:28:30 UTC 2012


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

    Install missing bundles.

 eclipse-dltk.spec |   17 ++++++++++++++---
 1 files changed, 14 insertions(+), 3 deletions(-)
---
diff --git a/eclipse-dltk.spec b/eclipse-dltk.spec
index cb9ffa6..c7e05d3 100644
--- a/eclipse-dltk.spec
+++ b/eclipse-dltk.spec
@@ -2,7 +2,7 @@
 
 Name:      eclipse-dltk
 Version:   4.0.0
-Release:   0.2.201201070225cvs%{?dist}
+Release:   0.3.201201070225cvs%{?dist}
 Summary:   Dynamic Languages Toolkit (DLTK) Eclipse plugin
 Group:     System Environment/Libraries
 License:   EPL
@@ -212,10 +212,18 @@ for s in $SUBPACKAGES ; do
 done
 
 #Install .launching, .debug*, .ui, .console bundles into core
-mv plugins/org.eclipse.dltk.launching* %{buildroot}%{eclipse_dropin}/dltk-core/eclipse/plugins
+mv plugins/org.eclipse.dltk_* %{buildroot}%{eclipse_dropin}/dltk-core/eclipse/plugins
+mv plugins/org.eclipse.dltk.console* %{buildroot}%{eclipse_dropin}/dltk-core/eclipse/plugins
 mv plugins/org.eclipse.dltk.debug* %{buildroot}%{eclipse_dropin}/dltk-core/eclipse/plugins
+mv plugins/org.eclipse.dltk.formatter* %{buildroot}%{eclipse_dropin}/dltk-core/eclipse/plugins
+mv plugins/org.eclipse.dltk.launching* %{buildroot}%{eclipse_dropin}/dltk-core/eclipse/plugins
+mv plugins/org.eclipse.dltk.logconsole* %{buildroot}%{eclipse_dropin}/dltk-core/eclipse/plugins
+mv plugins/org.eclipse.dltk.testing* %{buildroot}%{eclipse_dropin}/dltk-core/eclipse/plugins
 mv plugins/org.eclipse.dltk.ui* %{buildroot}%{eclipse_dropin}/dltk-core/eclipse/plugins
-mv plugins/org.eclipse.dltk.console* %{buildroot}%{eclipse_dropin}/dltk-core/eclipse/plugins
+mv plugins/org.eclipse.dltk.validators* %{buildroot}%{eclipse_dropin}/dltk-core/eclipse/plugins
+
+#install org.eclipse.dltk.ssh.core to rse
+mv plugins/org.eclipse.dltk.ssh.core* %{buildroot}%{eclipse_dropin}/dltk-rse/eclipse/plugins
 
 popd
 
@@ -258,6 +266,9 @@ popd
 %doc core/features/org.eclipse.dltk.core.sdk/rootfiles/*
 
 %changelog
+* Thu Apr 25 2012 Sami Wagiaalla <swagiaal at redhat.com> - 4.0.0-0.3.201201070225cvs
+- Install missing bundles.
+
 * Thu Apr 24 2012 Sami Wagiaalla <swagiaal at redhat.com> - 4.0.0-0.2.201201070225cvs
 - Checkout entire org.eclipse.dltk module.
 - Patch dltk to build with tycho 0.14.0


More information about the scm-commits mailing list