~ubuntu-branches/ubuntu/utopic/jetty/utopic-proposed

« back to all changes in this revision

Viewing changes to contrib/eclipse-generic-wst-plugin/feature/feature.xml

  • Committer: Bazaar Package Importer
  • Author(s): Torsten Werner
  • Date: 2009-08-09 08:48:10 UTC
  • Revision ID: james.westby@ubuntu.com-20090809084810-k522b97ind2robyd
ImportĀ upstreamĀ versionĀ 6.1.19

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.mortbay.jetty.serveradaptor"
 
4
      label="Jetty Generic Server Adaptor"
 
5
      version="1.0.2"
 
6
      provider-name="Mort Bay Consulting"
 
7
      image="jetty.gif">
 
8
 
 
9
   <description>
 
10
      This feature provides a Jetty implementation for the WST Server
 
11
functionality to allow control of a Jetty server instance as
 
12
well as deployment of Eclipse webapp projects to it.
 
13
   </description>
 
14
 
 
15
   <copyright>
 
16
      Copyright 2007 Mort Bay Consulting Pty Ltd
 
17
   </copyright>
 
18
 
 
19
   <license url="http://www.apache.org/licenses/LICENSE-2.0">
 
20
      Licensed under the Apache License, Version 2.0 (the &amp;quot;License&amp;quot;); you may not use this file except in compliance with the License. You may obtain a copy of the License at 
 
21
http://www.apache.org/licenses/LICENSE-2.0
 
22
Unless required by applicable law or agreed to in writing, software distributed under the License is distributed on an &amp;quot;AS IS&amp;quot; BASIS, WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied.
 
23
See the License for the specific language governing permissions and imitations under the License.
 
24
   </license>
 
25
 
 
26
   <url>
 
27
      <update label="Webtide" url="http://www.webtide.com/eclipse"/>
 
28
   </url>
 
29
 
 
30
   <plugin
 
31
         id="org.mortbay.jetty.serveradaptor"
 
32
         download-size="0"
 
33
         install-size="0"
 
34
         version="0.0.0"/>
 
35
 
 
36
</feature>