~ubuntu-branches/ubuntu/precise/eclipse/precise

« back to all changes in this revision

Viewing changes to debian/patches/codec.patch

  • Committer: Bazaar Package Importer
  • Author(s): Benjamin Drung
  • Date: 2010-01-30 18:55:04 UTC
  • Revision ID: james.westby@ubuntu.com-20100130185504-wrngmv5peoqz77zu
Tags: 3.5.1+repack~3-0ubuntu2
* Rebase to packaging from pkg-java/eclipse (thanks to Niels Thykier):
  + Set a sane file limit for osgi-bundles. (Closes: #558693, LP: #293573)
  + Inject update sites on first run. (LP: #460944)
  + Prevent conflict with swt-gtk's swt packages.
    - Rename our swt packages.
    - Do not install conflicting symlinks/files.
    (Closes: #541638, LP: #491880)
  + Imported patch from Fedora that fixes seg. faults in libpango.
    (LP: #445009)
  + Update manpage. (LP: #494065)
  + Bump Standards-Version to 3.8.4.
* Re-add versioned dependency on libcommons-el-java, libjetty-java,
  libservlet2.4-java; the packages are now available in Ubuntu.
* Drop versioned dependency on liblucene2-java and libmx4j-java; they are not
  yet available in Ubuntu.

Show diffs side-by-side

added added

removed removed

Lines of Context:
 
1
Description: Tell eclipse that any version of commons-codec can be used.
 
2
Author: Niels Thykier <niels@thykier.net>
 
3
Bug: https://bugs.eclipse.org/bugs/show_bug.cgi?id=294748
 
4
Applied-Upstream: no
 
5
 
 
6
diff --git a/eclipse/features/org.eclipse.equinox.p2.user.ui/feature.xml b/eclipse/features/org.eclipse.equinox.p2.user.ui/feature.xml
 
7
index 8a34d35..6bac392 100644
 
8
--- a/eclipse/features/org.eclipse.equinox.p2.user.ui/feature.xml
 
9
+++ b/eclipse/features/org.eclipse.equinox.p2.user.ui/feature.xml
 
10
@@ -305,7 +305,7 @@
 
11
          id="org.apache.commons.codec"
 
12
          download-size="0"
 
13
          install-size="0"
 
14
-         version="1.3.0.qualifier"
 
15
+         version="0.0.0"
 
16
          unpack="false"/>
 
17
 
 
18
    <plugin