~piastucki/bzr-eclipse/execute-bit

« back to all changes in this revision

Viewing changes to org.vcs.bazaar.eclipse.tests-feature/feature.xml

  • Committer: Guillermo Gonzalez
  • Date: 2008-10-26 21:07:09 UTC
  • Revision ID: guillo.gonzo@gmail.com-20081026210709-craiqyzwyljocwqy
 * added org.bazaar...client to wrap bzr-java-lib as a OSGI bundle
 * added core.test and tests-feature projects 
  - added tests for CommitCommand and the base test case
 * added ant tasks (dependecies.xml) to client and core.test to ease the fetch of dependencies 

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.vcs.bazaar.eclipse.tests-feature"
 
4
      label="Eclipse Tests Plugin for Bazaar"
 
5
      version="1.1.1.qualifier"
 
6
      provider-name="Guillermo Gonzalez">
 
7
 
 
8
   <description url="https://launchpad.net/bzr-eclipse">
 
9
      Bazaar (http://bazaar-vcs.org) DVCS integration Tests
 
10
   </description>
 
11
 
 
12
   <copyright url="http://www.example.com/copyright">
 
13
      Copyright (c) 2007-2008 Guillermo Gonzalez. All Rights Reserved 
 
14
Portions of this plugin that are based or use code from MercurialEclispe - Copyright (c) 2006 Zingo Andersen (VecTrace).
 
15
Console integration &amp; Status Management is based in Subclipse
 
16
Implementation- Copyright (c) 2003, 2006 Subclipse project and
 
17
others.
 
18
Icon&apos;s and Logo of Bazaar - Copyright (c) 2006 Canonical Ltd.
 
19
All Rights Reserved.
 
20
Eclipse - Copyright (c) 2007 The Eclipse Foundation. All Rights
 
21
Reserved.
 
22
Portions of this plugin that are based or use code from eclipsedarcs
 
23
- Copyright (c) 2004-2005 by Leif Frenzel and others.
 
24
   </copyright>
 
25
 
 
26
   <license>
 
27
      This content is made available under the terms of the GNU General
 
28
Public License Version 2, June 1991 (GPL).
 
29
The portions devired from mercurialeclipse are under zlib/png
 
30
license.
 
31
Remainin portions of this content based in subclipse are under
 
32
the EPL, which is available at http://www.eclipse.org/legal/epl-v10.html
 
33
and in the root of the branch epl-v10.html.
 
34
   </license>
 
35
 
 
36
   <url>
 
37
      <update label="Eclipse plugin for Bazaar" url="http://verterok.com.ar/bzr-eclipse/update-site/"/>
 
38
   </url>
 
39
 
 
40
   <requires>
 
41
      <import plugin="org.eclipse.core.runtime"/>
 
42
      <import plugin="org.eclipse.team.core"/>
 
43
      <import plugin="org.eclipse.core.resources"/>
 
44
      <import plugin="org.eclipse.core.filesystem"/>
 
45
      <import plugin="org.eclipse.ui"/>
 
46
      <import plugin="org.eclipse.team.ui"/>
 
47
      <import plugin="org.eclipse.jface.text"/>
 
48
      <import plugin="org.eclipse.ui.editors"/>
 
49
      <import plugin="org.eclipse.ui.workbench.texteditor"/>
 
50
      <import plugin="org.eclipse.ui.ide"/>
 
51
      <import plugin="org.eclipse.ui.console"/>
 
52
      <import plugin="org.eclipse.compare"/>
 
53
      <import plugin="org.eclipse.core.expressions"/>
 
54
   </requires>
 
55
 
 
56
   <plugin
 
57
         id="org.vcs.bazaar.eclipse.core.test"
 
58
         download-size="0"
 
59
         install-size="0"
 
60
         version="0.0.0"
 
61
         unpack="false"/>
 
62
 
 
63
</feature>