[SCM] eclipse - Powerful IDE written in java - Debian package. branch, master, updated. debian/3.7.1-1-3-g1cf5490

Jakub Adam jakub.adam at ktknet.cz
Sun Jan 15 17:11:47 UTC 2012


The following commit has been merged in the master branch:
commit 1cf54902e5b684154e7c0f97464803294afbd9ea
Author: Jakub Adam <jakub.adam at ktknet.cz>
Date:   Sun Jan 15 16:59:00 2012 +0100

    Add org.eclipse.equinox.log to eclipse-rcp
    
    Required by some 3rd party eclipse plugins.

diff --git a/debian/changelog b/debian/changelog
index 2d7c4d3..d7b627b 100644
--- a/debian/changelog
+++ b/debian/changelog
@@ -1,6 +1,7 @@
 eclipse (3.7.1-2) UNRELEASED; urgency=low
 
   * Use SWT from swt-gtk package instead of the bundled version (Closes: #538808).
+  * Add org.eclipse.equinox.log to eclipse-rcp.
 
  -- Jakub Adam <jakub.adam at ktknet.cz>  Sat, 14 Jan 2012 19:32:00 +0100
 
diff --git a/debian/eclipse-rcp.install b/debian/eclipse-rcp.install
index a1704df..d21c45e 100644
--- a/debian/eclipse-rcp.install
+++ b/debian/eclipse-rcp.install
@@ -17,6 +17,7 @@ usr/lib/eclipse/plugins/org.eclipse.equinox.common_*.jar
 usr/lib/eclipse/plugins/org.eclipse.equinox.ds_*.jar
 usr/lib/eclipse/plugins/org.eclipse.equinox.launcher.gtk.linux.*
 usr/lib/eclipse/plugins/org.eclipse.equinox.launcher_*.jar
+usr/lib/eclipse/plugins/org.eclipse.equinox.log_*.jar
 usr/lib/eclipse/plugins/org.eclipse.equinox.preferences_*.jar
 usr/lib/eclipse/plugins/org.eclipse.equinox.registry_*.jar
 usr/lib/eclipse/plugins/org.eclipse.equinox.simpleconfigurator_*.jar
diff --git a/debian/patches/add-o.e.equinox.log.patch b/debian/patches/add-o.e.equinox.log.patch
new file mode 100644
index 0000000..4642538
--- /dev/null
+++ b/debian/patches/add-o.e.equinox.log.patch
@@ -0,0 +1,27 @@
+From: Jakub Adam <jakub.adam at ktknet.cz>
+Date: Sun, 15 Jan 2012 16:47:18 +0100
+Subject: add-o.e.equinox.log
+
+---
+ eclipse/features/org.eclipse.rcp/feature.xml |    7 +++++++
+ 1 files changed, 7 insertions(+), 0 deletions(-)
+
+diff --git a/eclipse/features/org.eclipse.rcp/feature.xml b/eclipse/features/org.eclipse.rcp/feature.xml
+index beaeca1..a8b761c 100644
+--- a/eclipse/features/org.eclipse.rcp/feature.xml
++++ b/eclipse/features/org.eclipse.rcp/feature.xml
+@@ -353,6 +353,13 @@
+          unpack="false"/>
+ 
+    <plugin
++         id="org.eclipse.equinox.log"
++         download-size="0"
++         install-size="0"
++         version="0.0.0"
++         unpack="false"/>
++
++   <plugin
+          id="org.eclipse.equinox.util"
+          download-size="0"
+          install-size="0"
+-- 
diff --git a/debian/patches/series b/debian/patches/series
index 4be4db4..25d7ef4 100644
--- a/debian/patches/series
+++ b/debian/patches/series
@@ -20,3 +20,4 @@ relabel-to-3-7-1.patch
 fix-com-ibm-icu-search-path.patch
 set-shared-config-dir.patch
 use-distribution-swt.patch
+add-o.e.equinox.log.patch

-- 
eclipse - Powerful IDE written in java - Debian package.



More information about the pkg-java-commits mailing list