File: feature.xml

package info (click to toggle)
eclipse-anyedit 2.4.2-1
  • links: PTS, VCS
  • area: main
  • in suites: wheezy
  • size: 1,340 kB
  • sloc: java: 10,848; xml: 1,013; makefile: 6
file content (53 lines) | stat: -rw-r--r-- 2,121 bytes parent folder | download
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
<?xml version="1.0" encoding="UTF-8"?>
<feature
      id="AnyEditTools"
      label="AnyEditTools"
      version="2.4.2.qualifier"
      provider-name="Andrey Loskutov"
      plugin="de.loskutov.anyedit.AnyEditTools"
      image="loskutov32.gif">

   <description url="http://andrei.gmxhome.de/anyedit/index.html">
      Adds useful context menu actions to text files and editors - Open file, type under
      cursor, Convert tabs to spaces, case, html, base64, unicode, Compare/Replace with
      clipboard or external files etc. AnyEdit can remove trailing whitespace and/or
      convert tabs-spaces on save and contributes Import/Export working sets wizards.
   </description>

   <copyright url="http://andrei.gmxhome.de/anyedit/copyright.html">
      Copyright (c)2002 - 2010 by Andrei Loskutov &lt;Loskutov@gmx.de&gt;. All rights reserved.
   </copyright>

   <license url="http://www.eclipse.org/legal/epl-v10.html">
      Copyright (c) 2002 - 2010 Andrei Loskutov, licensed under the Eclipse Public License 1.0.
   </license>

   <url>
      <update label="Andrey Loskutov plugins site" url="http://andrei.gmxhome.de/eclipse/"/>
      <discovery label="Andrei Loskutov plugins site" url="http://andrei.gmxhome.de/eclipse/"/>
   </url>

   <requires>
      <import plugin="org.eclipse.core.runtime" version="3.5.0" match="greaterOrEqual"/>
      <import plugin="org.eclipse.core.filesystem"/>
      <import plugin="org.eclipse.ui"/>
      <import plugin="org.eclipse.ui.ide"/>
      <import plugin="org.eclipse.ui.editors"/>
      <import plugin="org.eclipse.ui.console"/>
      <import plugin="org.eclipse.ui.forms"/>
      <import plugin="org.eclipse.ui.workbench.texteditor"/>
      <import plugin="org.eclipse.debug.ui"/>
      <import plugin="org.eclipse.jface.text"/>
      <import plugin="org.eclipse.compare"/>
      <import plugin="org.eclipse.core.net"/>
      <import plugin="org.eclipse.core.expressions"/>
   </requires>

   <plugin
         id="de.loskutov.anyedit.AnyEditTools"
         download-size="400"
         install-size="400"
         version="0.0.0"
         unpack="false"/>

</feature>