~ubuntu-branches/debian/sid/eclipse-cdt/sid

« back to all changes in this revision

Viewing changes to debug/org.eclipse.cdt.gnu.debug-feature/feature.xml

  • Committer: Package Import Robot
  • Author(s): Jakub Adam
  • Date: 2011-10-06 21:15:04 UTC
  • mfrom: (1.1.4)
  • Revision ID: package-import@ubuntu.com-20111006211504-8dutmljjih0zikfv
Tags: 8.0.1-1
* New upstream release.
* Split the JNI packages into a separate architecture dependent
  package and made eclipse-cdt architecture independent.
* Install JNI libraries into multiarch aware location
* Bumped Standards-Version to 3.9.2.

Show diffs side-by-side

added added

removed removed

Lines of Context:
 
1
<?xml version="1.0" encoding="UTF-8"?>
 
2
<feature
 
3
      id="org.eclipse.cdt.gnu.debug"
 
4
      label="%featureName"
 
5
      version="7.1.0.qualifier"
 
6
      provider-name="%providerName">
 
7
 
 
8
   <description>
 
9
      %description
 
10
   </description>
 
11
 
 
12
   <copyright>
 
13
      %copyright
 
14
   </copyright>
 
15
 
 
16
   <license url="%licenseURL">
 
17
      %license
 
18
   </license>
 
19
 
 
20
   <url>
 
21
      <update label="%updateSiteName" url="http://download.eclipse.org/tools/cdt/releases/indigo"/>
 
22
   </url>
 
23
 
 
24
   <plugin
 
25
         id="org.eclipse.cdt.debug.mi.core"
 
26
         download-size="0"
 
27
         install-size="0"
 
28
         version="0.0.0"
 
29
         unpack="false"/>
 
30
 
 
31
   <plugin
 
32
         id="org.eclipse.cdt.debug.mi.ui"
 
33
         download-size="0"
 
34
         install-size="0"
 
35
         version="0.0.0"
 
36
         unpack="false"/>
 
37
 
 
38
   <plugin
 
39
         id="org.eclipse.cdt.launch"
 
40
         download-size="0"
 
41
         install-size="0"
 
42
         version="0.0.0"
 
43
         unpack="false"/>
 
44
 
 
45
</feature>