[SCM] eclipse - Powerful IDE written in java - Debian package. branch, master, updated. eclipse-ppa/maverick-39-gd1e3426

Niels Thykier nthykier-guest at alioth.debian.org
Sun Jun 27 17:54:22 UTC 2010


This is an automated email from the git hooks/post-receive script. It was
generated because a ref change was pushed to the repository containing
the project "eclipse - Powerful IDE written in java - Debian package.".

The branch, master has been updated
       via  d1e34264cb75c8a468a15b813a4923190773c510 (commit)
      from  c6e6fc0eb547363764d2a7b5c4489785cdee4e1e (commit)

Those revisions listed above that are new to this repository have
not appeared on any other notification email; so we list those
revisions in full, below.

- Log -----------------------------------------------------------------
commit d1e34264cb75c8a468a15b813a4923190773c510
Author: Niels Thykier <niels at thykier.net>
Date:   Sun Jun 27 19:53:42 2010 +0200

    Added patch to install o.e.equinox.concurrent plugin in eclipse-platform.
    
    Closes: #585178
    Git-Dch: Ignore

-----------------------------------------------------------------------

Summary of changes:
 debian/changelog                                  |    2 +
 debian/eclipse-platform-data.install              |    2 +
 debian/patches/add-o.e.equinox.concurrent.patch   |   25 +++++++++++++++++++++
 debian/patches/series                             |    1 +
 eclipse/features/org.eclipse.platform/feature.xml |    7 ++++++
 5 files changed, 37 insertions(+), 0 deletions(-)

diff --git a/debian/changelog b/debian/changelog
index ccf969d..e05aa6c 100644
--- a/debian/changelog
+++ b/debian/changelog
@@ -13,6 +13,8 @@ eclipse (3.5.2-4) UNRELEASED; urgency=low
   * Added patch to use sat4j 2.2 instead of 2.1 (Closes: #586978)
   * Added recommends on eclipse-pde for eclipse-platform.
     (LP: #593260)
+  * Added patch to install the o.e.equinox.concurrent plugin in
+    eclipse-platform (Closes: #585178)
 
   [ Adnan Hodzic ]
   * Added debian/patches/fix-bashism.patch (Closes: #581099)
diff --git a/debian/eclipse-platform-data.install b/debian/eclipse-platform-data.install
index 3a4e426..3e9a184 100644
--- a/debian/eclipse-platform-data.install
+++ b/debian/eclipse-platform-data.install
@@ -40,6 +40,8 @@ usr/lib/eclipse/plugins/org.eclipse.ecf.source_*.jar
 usr/lib/eclipse/plugins/org.eclipse.ecf.ssl.source_*.jar
 usr/lib/eclipse/plugins/org.eclipse.ecf.ssl_*.jar
 usr/lib/eclipse/plugins/org.eclipse.ecf_*.jar
+usr/lib/eclipse/plugins/org.eclipse.equinox.concurrent.source_*.jar
+usr/lib/eclipse/plugins/org.eclipse.equinox.concurrent_*.jar
 usr/lib/eclipse/plugins/org.eclipse.equinox.frameworkadmin.equinox.source_*.jar
 usr/lib/eclipse/plugins/org.eclipse.equinox.frameworkadmin.equinox_*.jar
 usr/lib/eclipse/plugins/org.eclipse.equinox.frameworkadmin.source_*.jar
diff --git a/debian/patches/add-o.e.equinox.concurrent.patch b/debian/patches/add-o.e.equinox.concurrent.patch
new file mode 100644
index 0000000..3c02190
--- /dev/null
+++ b/debian/patches/add-o.e.equinox.concurrent.patch
@@ -0,0 +1,25 @@
+Description: Adds org.eclipse.equinox.concurrent as one of the plugins to be
+ installed.
+ .
+ This is a Debian specific patch.
+Author: Niels Thykier <niels at thykier.net>
+Bug-Debian: #585178
+Forwarded: not needed
+
+diff --git a/eclipse/features/org.eclipse.platform/feature.xml b/eclipse/features/org.eclipse.platform/feature.xml
+index a85e2dd..49fd699 100644
+--- a/eclipse/features/org.eclipse.platform/feature.xml
++++ b/eclipse/features/org.eclipse.platform/feature.xml
+@@ -625,5 +625,12 @@
+          fragment="true"
+          unpack="false"/>
+ 
++   <plugin
++         id="org.eclipse.equinox.concurrent"
++         download-size="0"
++         install-size="0"
++         version="0.0.0"
++         fragment="true"
++         unpack="false"/>
+ 
+ </feature>
diff --git a/debian/patches/series b/debian/patches/series
index d3dd12a..6611889 100644
--- a/debian/patches/series
+++ b/debian/patches/series
@@ -20,3 +20,4 @@ bp-hover-visability.patch
 fix-bashism.patch
 build-arch.patch
 sat4j-version.patch
+add-o.e.equinox.concurrent.patch
diff --git a/eclipse/features/org.eclipse.platform/feature.xml b/eclipse/features/org.eclipse.platform/feature.xml
index a85e2dd..49fd699 100644
--- a/eclipse/features/org.eclipse.platform/feature.xml
+++ b/eclipse/features/org.eclipse.platform/feature.xml
@@ -625,5 +625,12 @@
          fragment="true"
          unpack="false"/>
 
+   <plugin
+         id="org.eclipse.equinox.concurrent"
+         download-size="0"
+         install-size="0"
+         version="0.0.0"
+         fragment="true"
+         unpack="false"/>
 
 </feature>


hooks/post-receive
-- 
eclipse - Powerful IDE written in java - Debian package.



More information about the pkg-java-commits mailing list