~ubuntu-branches/ubuntu/utopic/eclipse-wtp/utopic-proposed

« back to all changes in this revision

Viewing changes to org.eclipse.wst.common.fproj.feature/feature.xml

  • Committer: Package Import Robot
  • Author(s): Jakub Adam
  • Date: 2014-07-10 12:54:39 UTC
  • mfrom: (1.1.5)
  • Revision ID: package-import@ubuntu.com-20140710125439-ixzeiqepu8m3e1z6
Tags: 3.6.0-1
* New upstream release.
* Refreshed d/patches/debian-custom-build.patch.
* Regenerate CSSTokenizer during build.
* Override codeless-jar warning in eclipse-wtp binary package.
* Override false positive source-is-missing lintian error in bundle
  org.eclipse.wst.jsdt.support.ie.

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.wst.common.fproj"
4
 
      label="%featureName"
5
 
      version="3.4.0.qualifier"
6
 
      provider-name="%providerName"
7
 
      plugin="org.eclipse.wst.common.project.facet.core"
8
 
      license-feature="org.eclipse.license"
9
 
      license-feature-version="1.0.0.qualifier">
10
 
 
11
 
   <description>
12
 
      %description
13
 
   </description>
14
 
 
15
 
   <copyright>
16
 
      %copyright
17
 
   </copyright>
18
 
 
19
 
   <license url="%licenseURL">
20
 
      %license
21
 
   </license>
22
 
 
23
 
   <plugin
24
 
         id="org.eclipse.wst.common.project.facet.core"
25
 
         download-size="0"
26
 
         install-size="0"
27
 
         version="0.0.0"
28
 
         unpack="false"/>
29
 
 
30
 
   <plugin
31
 
         id="org.eclipse.wst.common.project.facet.ui"
32
 
         download-size="0"
33
 
         install-size="0"
34
 
         version="0.0.0"
35
 
         unpack="false"/>
36
 
 
37
 
</feature>
 
1
<?xml version="1.0" encoding="UTF-8"?>
 
2
<feature
 
3
      id="org.eclipse.wst.common.fproj"
 
4
      label="%featureName"
 
5
      version="3.6.0.qualifier"
 
6
      provider-name="%providerName"
 
7
      plugin="org.eclipse.wst.common.project.facet.core"
 
8
      license-feature="org.eclipse.license"
 
9
      license-feature-version="1.0.1.qualifier">
 
10
 
 
11
   <description>
 
12
      %description
 
13
   </description>
 
14
 
 
15
   <copyright>
 
16
      %copyright
 
17
   </copyright>
 
18
 
 
19
   <license url="%licenseURL">
 
20
      %license
 
21
   </license>
 
22
 
 
23
   <plugin
 
24
         id="org.eclipse.wst.common.project.facet.core"
 
25
         download-size="0"
 
26
         install-size="0"
 
27
         version="0.0.0"
 
28
         unpack="false"/>
 
29
 
 
30
   <plugin
 
31
         id="org.eclipse.wst.common.project.facet.ui"
 
32
         download-size="0"
 
33
         install-size="0"
 
34
         version="0.0.0"
 
35
         unpack="false"/>
 
36
 
 
37
</feature>