~verterok/bzr-eclipse/better-configure-wizard

1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
37
38
39
40
41
42
43
44
45
46
47
48
49
50
51
52
53
54
55
56
57
58
59
60
61
62
63
64
65
66
67
68
69
70
71
72
73
74
75
76
77
78
79
80
81
82
83
84
85
86
87
88
89
90
91
92
93
<?xml version="1.0" encoding="UTF-8"?>
<feature
      id="org.vcs.bazaar.eclipse.feature"
      label="Eclipse plugin for Bazaar"
      version="1.1.1.qualifier"
      provider-name="Guillermo Gonzalez"
      plugin="org.vcs.bazaar.eclipse.ui">

   <description url="https://launchpad.net/bzr-eclipse">
      Bazaar (http://bazaar-vcs.org) DVCS integration
   </description>

   <copyright url="http://www.example.com/copyright">
      Copyright (c) 2007-2008 Guillermo Gonzalez. All Rights Reserved 
Portions of this plugin that are based or use code from MercurialEclispe - Copyright (c) 2006 Zingo Andersen (VecTrace).
Console integration &amp; Status Management is based in Subclipse
Implementation- Copyright (c) 2003, 2006 Subclipse project and
others.
Icon&apos;s and Logo of Bazaar - Copyright (c) 2006 Canonical Ltd.
All Rights Reserved.
Eclipse - Copyright (c) 2007 The Eclipse Foundation. All Rights
Reserved.
Portions of this plugin that are based or use code from eclipsedarcs
- Copyright (c) 2004-2005 by Leif Frenzel and others.
   </copyright>

   <license>
      This content is made available under the terms of the GNU General
Public License Version 2, June 1991 (GPL).
The portions devired from mercurialeclipse are under zlib/png
license.
Remainin portions of this content based in subclipse are under
the EPL, which is available at http://www.eclipse.org/legal/epl-v10.html
and in the root of the branch epl-v10.html.
   </license>

   <url>
      <update label="Eclipse plugin for Bazaar" url="http://verterok.com.ar/bzr-eclipse/update-site/"/>
   </url>

   <requires>
      <import plugin="org.eclipse.core.runtime"/>
      <import plugin="org.eclipse.team.core"/>
      <import plugin="org.eclipse.core.resources"/>
      <import plugin="org.eclipse.core.filesystem"/>
      <import plugin="org.eclipse.ui"/>
      <import plugin="org.eclipse.team.ui"/>
      <import plugin="org.eclipse.jface.text"/>
      <import plugin="org.eclipse.ui.editors"/>
      <import plugin="org.eclipse.ui.workbench.texteditor"/>
      <import plugin="org.eclipse.ui.ide"/>
      <import plugin="org.eclipse.ui.console"/>
      <import plugin="org.eclipse.compare"/>
      <import plugin="org.eclipse.core.expressions"/>
   </requires>

   <plugin
         id="org.vcs.bazaar.eclipse.core"
         download-size="0"
         install-size="0"
         version="0.0.0"
         unpack="false"/>

   <plugin
         id="org.vcs.bazaar.eclipse.ui"
         download-size="0"
         install-size="0"
         version="0.0.0"
         unpack="false"/>

   <plugin
         id="org.vcs.bazaar.eclipse.client"
         download-size="0"
         install-size="0"
         version="0.0.0"/>
         
   <plugin
         id="org.apache.commons.logging"
         download-size="0"
         install-size="0"
         version="0.0.0"/>
   <plugin
         id="org.kxml2"
         download-size="0"
         install-size="0"
         version="0.0.0"/>
   <plugin
         id="redstone.xmlrpc"
         download-size="0"
         install-size="0"
         version="0.0.0"/>

</feature>