Skip to content

Commit 48eb56b

Browse files
committed
Bumping 2.7.3 version
Fixes #136
1 parent 584e53f commit 48eb56b

File tree

2 files changed

+7
-8
lines changed

2 files changed

+7
-8
lines changed

AnyEditTools-feature/feature.xml

Lines changed: 4 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -2,24 +2,24 @@
22
<feature
33
id="AnyEditTools"
44
label="AnyEditTools"
5-
version="2.7.2.qualifier"
5+
version="2.7.3.qualifier"
66
provider-name="Andrey Loskutov"
77
plugin="de.loskutov.anyedit.AnyEditTools">
88

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

1616
<copyright url="..">
17-
Copyright (c) 2004-2020 by Andrey Loskutov Loskutov@gmx.de
17+
Copyright (c) 2004-2025 by Andrey Loskutov Loskutov@gmx.de
1818
All rights reserved.
1919
</copyright>
2020

2121
<license url="https://www.eclipse.org/legal/epl-2.0/">
22-
Copyright (c) 2004 - 2020 Andrey Loskutov, licensed under the Eclipse Public License 2.0.
22+
Copyright (c) 2004 - 2025 Andrey Loskutov, licensed under the Eclipse Public License 2.0.
2323
</license>
2424

2525
<url>

AnyEditTools/META-INF/MANIFEST.MF

Lines changed: 3 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -2,15 +2,15 @@ Manifest-Version: 1.0
22
Bundle-ManifestVersion: 2
33
Bundle-Name: %Bundle-Name
44
Bundle-SymbolicName: de.loskutov.anyedit.AnyEditTools;singleton:=true
5-
Bundle-Version: 2.7.2.qualifier
5+
Bundle-Version: 2.7.3.qualifier
66
Bundle-ClassPath: .
77
Bundle-Activator: de.loskutov.anyedit.AnyEditToolsPlugin
88
Bundle-Vendor: %Bundle-Vendor
99
Bundle-Localization: plugin
1010
Require-Bundle: org.eclipse.core.runtime;bundle-version="3.8.0",
1111
org.eclipse.core.filesystem,
1212
org.eclipse.ui,
13-
org.eclipse.ui.ide,
13+
org.eclipse.ui.ide;bundle-version="3.18.100",
1414
org.eclipse.ui.editors,
1515
org.eclipse.ui.console,
1616
org.eclipse.ui.forms,
@@ -19,12 +19,11 @@ Require-Bundle: org.eclipse.core.runtime;bundle-version="3.8.0",
1919
org.eclipse.jface.text,
2020
org.eclipse.core.expressions,
2121
org.eclipse.compare,
22-
org.eclipse.core.net,
2322
org.eclipse.jdt.launching;resolution:=optional,
2423
org.eclipse.jdt.ui;resolution:=optional,
2524
org.eclipse.jdt.core;resolution:=optional,
2625
org.junit;resolution:=optional,
27-
org.eclipse.jdt.annotation;bundle-version="[1.1.0,1.2.0)";resolution:=optional,
26+
org.eclipse.jdt.annotation;bundle-version="1.2.0";resolution:=optional,
2827
org.eclipse.ui.workbench;bundle-version="3.8.0"
2928
Bundle-ActivationPolicy: lazy
3029
Export-Package: de.loskutov.anyedit,

0 commit comments

Comments
 (0)