~ubuntu-branches/ubuntu/vivid/eclipse-linuxtools/vivid-proposed

« back to all changes in this revision

Viewing changes to .pc/remove-license-feature.patch/profiling/org.eclipse.linuxtools.profiling-feature/feature.xml

  • Committer: Package Import Robot
  • Author(s): Jakub Adam, Jakub Adam, tony mancill
  • Date: 2014-10-11 11:44:05 UTC
  • mfrom: (1.2.4)
  • Revision ID: package-import@ubuntu.com-20141011114405-yazjvxfzzhmi5sgj
Tags: 3.1.0-1
[ Jakub Adam ]
* New upstream release (Closes: #761524).
* Refreshed d/patches.
* Don't build removed feature org.eclipse.linuxtools.tools.launch
  - merged into org.eclipse.linuxtools.profiling.
* Use javac target 1.7.
* Build new feature org.eclipse.linuxtools.dataviewers.feature
  - required by Valgrind integration.
* Build-depend on eclipse-remote-services-api and eclipse-cdt-autotools.
* Bump Standards-Version to 3.9.6.
* Override incompatible-java-bytecode-format - linuxtools needs Java 7.
* Remove unused codeless-jar override.

[ tony mancill ]
* Tweak short package description to make lintian happy.

Show diffs side-by-side

added added

removed removed

Lines of Context:
2
2
<feature
3
3
      id="org.eclipse.linuxtools.profiling"
4
4
      label="%featureName"
5
 
      version="2.2.0.qualifier"
 
5
      version="2.0.0.qualifier"
6
6
      provider-name="%featureProvider"
7
 
      license-feature="org.eclipse.linuxtools.license.feature"
8
 
      license-feature-version="1.0.0.qualifier">
 
7
      license-feature="org.eclipse.license"
 
8
      license-feature-version="0.0.0">
9
9
 
10
10
   <description>
11
11
      %description
67
67
         install-size="0"
68
68
         version="0.0.0"/>
69
69
 
 
70
   <plugin
 
71
         id="org.eclipse.linuxtools.tools.launch.core"
 
72
         download-size="0"
 
73
         install-size="0"
 
74
         version="0.0.0"/>
 
75
 
 
76
    <plugin
 
77
         id="org.eclipse.linuxtools.tools.launch.ui"
 
78
         download-size="0"
 
79
         install-size="0"
 
80
         version="0.0.0"/>
 
81
 
70
82
</feature>