~ubuntu-branches/ubuntu/quantal/eclipse-linuxtools/quantal

« back to all changes in this revision

Viewing changes to debian/patches/valgrind-add-swtchart.patch

  • Committer: Package Import Robot
  • Author(s): Jakub Adam
  • Date: 2012-06-29 12:07:30 UTC
  • Revision ID: package-import@ubuntu.com-20120629120730-um7a5gz1w6yzx3hg
Tags: 1.0.0-1
* New upstream release.
* Remove eclipse-cdt-autotools binary package.
  - The code moved to Eclipse CDT.
* Drop d/patches/valgrind-remove-unused-emf-dependency.patch
  - Included upstream.

Show diffs side-by-side

added added

removed removed

Lines of Context:
 
1
From: Jakub Adam <jakub.adam@ktknet.cz>
 
2
Date: Sat, 21 Apr 2012 22:37:36 +0200
 
3
Subject: valgrind-add-swtchart
 
4
 
 
5
---
 
6
 .../feature.xml                                    |    7 +++++++
 
7
 1 file changed, 7 insertions(+)
 
8
 
 
9
diff --git a/valgrind/org.eclipse.linuxtools.valgrind-feature/feature.xml b/valgrind/org.eclipse.linuxtools.valgrind-feature/feature.xml
 
10
index ecf9092..5e09bcb 100644
 
11
--- a/valgrind/org.eclipse.linuxtools.valgrind-feature/feature.xml
 
12
+++ b/valgrind/org.eclipse.linuxtools.valgrind-feature/feature.xml
 
13
@@ -111,4 +111,11 @@
 
14
          version="0.0.0"
 
15
          unpack="false"/>
 
16
 
 
17
+   <plugin
 
18
+         id="org.swtchart"
 
19
+         download-size="0"
 
20
+         install-size="0"
 
21
+         version="0.0.0"
 
22
+         unpack="false"/>
 
23
+
 
24
 </feature>