Skip to content

Commit d244a2a

Browse files
committed
[2.3] release build 2.3.0.v20230630-1658
1 parent 1a554dc commit d244a2a

14 files changed

+56
-19
lines changed

site/updates/index.md

+15-15
Original file line numberDiff line numberDiff line change
@@ -6,13 +6,13 @@ This Eclipse plugin allows to open a shell window or file manager from the popup
66

77
Installation:
88
-------------
9-
Eclipse Markeplace: http://marketplace.eclipse.org/content/easyshell
9+
Eclipse Markeplace: https://marketplace.eclipse.org/content/easyshell
1010

11-
<a href="http://marketplace.eclipse.org/marketplace-client-intro?mpc_install=974" class="drag" title="Drag to your running Eclipse* workspace. *Requires Eclipse Marketplace Client"><img class="img-responsive" src="https://marketplace.eclipse.org/sites/all/themes/solstice/public/images/marketplace/btn-install.png" alt="Drag to your running Eclipse* workspace. *Requires Eclipse Marketplace Client" /></a>
11+
<a href="https://marketplace.eclipse.org/marketplace-client-intro?mpc_install=974" class="drag" title="Drag to your running Eclipse* workspace. *Requires Eclipse Marketplace Client"><img class="img-responsive" src="https://marketplace.eclipse.org/sites/all/themes/solstice/public/images/marketplace/btn-install.png" alt="Drag to your running Eclipse* workspace. *Requires Eclipse Marketplace Client" /></a>
1212

1313
OR
1414

15-
Use update site: http://anb0s.github.io/EasyShell
15+
Use update site: https://anb0s.github.io/EasyShell
1616

1717
OR
1818

@@ -76,20 +76,20 @@ The following platform, shell combinations and tools are supported as selections
7676
- PowerShell (also as admin)
7777
- Windows Terminal
7878
- Bash
79-
- Cygwin: http://cygwin.com
79+
- Cygwin: https://cygwin.com
8080
- Git for Windows 1.x/2.x: https://git-for-windows.github.io
81-
- Msys2 / MinGW32 / MinGW64: http://www.msys2.org
81+
- Msys2 / MinGW32 / MinGW64: https://www.msys2.org
8282
- Console:
8383
- Console2: https://sourceforge.net/projects/console
8484
- ConsoleZ: https://github.com/cbucher/console
85-
- ConEmu: https://code.google.com/p/conemu-maximus5
85+
- ConEmu: https://conemu.github.io
8686
- Cmder: https://github.com/cmderdev/cmder
87-
- PowerCmd: http://www.powercmd.com
87+
- PowerCmd: https://www.powercmd.com
8888
- File Browsers
8989
- Explorer
90-
- TotalCommander: http://www.ghisler.com
91-
- DoubleCommander: http://doublecmd.sourceforge.net
92-
- Q-Dir (Quad Explorer): http://www.softwareok.de/?seite=Freeware/Q-Dir
90+
- TotalCommander: https://www.ghisler.com
91+
- DoubleCommander: https://doublecmd.sourceforge.io
92+
- Q-Dir (Quad Explorer): https://www.softwareok.de/?seite=Freeware/Q-Dir
9393

9494
**Linux:**
9595
- Terminals
@@ -114,9 +114,9 @@ The following platform, shell combinations and tools are supported as selections
114114
- Thunar
115115
- Caja
116116
- Krusader
117-
- DoubleCommander: http://doublecmd.sourceforge.net
118-
- Midnight Commander: http://midnight-commander.org
119-
- Sunflower: http://sunflower-fm.org
117+
- DoubleCommander: https://doublecmd.sourceforge.io
118+
- Midnight Commander: https://midnight-commander.org
119+
- Sunflower: https://sunflower-fm.org
120120

121121
**MAC OS X**
122122
- Terminals
@@ -206,6 +206,6 @@ The following substitution variables are available for building the menu name:
206206
- ```${easyshell:command_name}``` = command name
207207
- ```${easyshell:command_os}``` = command operating system
208208

209-
<a href="http://with-eclipse.github.io/" target="_blank">
210-
<img alt="with-Eclipse logo" src="http://with-eclipse.github.io/with-eclipse-0.jpg" />
209+
<a href="https://with-eclipse.github.io/" target="_blank">
210+
<img alt="with-Eclipse logo" src="https://with-eclipse.github.io/with-eclipse-0.jpg" />
211211
</a>
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,4 @@
1+
#Fri Jun 30 16:58:31 UTC 2023
2+
artifact.repository.factory.order=artifacts.xml.xz,artifacts.xml,\!
3+
version=1
4+
metadata.repository.factory.order=content.xml.xz,content.xml,\!
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,11 @@
1+
<?xml version='1.0' encoding='UTF-8'?>
2+
<?compositeArtifactRepository version='1.0.0'?>
3+
<repository name='EasyShell 2.3' type='org.eclipse.equinox.internal.p2.artifact.repository.CompositeArtifactRepository' version='1'>
4+
<properties size='2'>
5+
<property name='p2.timestamp' value='1688144317012'/>
6+
<property name='p2.atomic.composite.loading' value='true'/>
7+
</properties>
8+
<children size='1'>
9+
<child location='2.3.0.v20230630-1658'/>
10+
</children>
11+
</repository>
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,11 @@
1+
<?xml version='1.0' encoding='UTF-8'?>
2+
<?compositeMetadataRepository version='1.0.0'?>
3+
<repository name='EasyShell 2.3' type='org.eclipse.equinox.internal.p2.metadata.repository.CompositeMetadataRepository' version='1'>
4+
<properties size='2'>
5+
<property name='p2.timestamp' value='1688144317046'/>
6+
<property name='p2.atomic.composite.loading' value='true'/>
7+
</properties>
8+
<children size='1'>
9+
<child location='2.3.0.v20230630-1658'/>
10+
</children>
11+
</repository>

site/updates/release/2.3/p2.index

+3
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,3 @@
1+
version=1
2+
metadata.repository.factory.order=compositeContent.xml,\!
3+
artifact.repository.factory.order=compositeArtifacts.xml,\!
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,6 @@
1+
build_version_major_minor=2.3
2+
build_version_unqualified=2.3.0
3+
build_version_qualifier=v20230630-1658
4+
build_version_full=2.3.0.v20230630-1658
5+
build_version_path=2.3/2.3.0.v20230630-1658
6+
build_version_milestone=8

site/updates/release/compositeArtifacts.xml

+3-2
Original file line numberDiff line numberDiff line change
@@ -3,12 +3,13 @@
33
<repository name='EasyShell Release Versions' type='org.eclipse.equinox.internal.p2.artifact.repository.CompositeArtifactRepository' version='1.0.0'>
44
<properties size='2'>
55
<property name='p2.atomic.composite.loading' value='true'/>
6-
<property name='p2.timestamp' value='1621327169445'/>
6+
<property name='p2.timestamp' value='1688144317365'/>
77
</properties>
8-
<children size='4'>
8+
<children size='5'>
99
<child location='1.4'/>
1010
<child location='2.0'/>
1111
<child location='2.1'/>
1212
<child location='2.2'/>
13+
<child location='2.3'/>
1314
</children>
1415
</repository>

site/updates/release/compositeContent.xml

+3-2
Original file line numberDiff line numberDiff line change
@@ -3,12 +3,13 @@
33
<repository name='EasyShell Release Versions' type='org.eclipse.equinox.internal.p2.metadata.repository.CompositeMetadataRepository' version='1.0.0'>
44
<properties size='2'>
55
<property name='p2.atomic.composite.loading' value='true'/>
6-
<property name='p2.timestamp' value='1621327169446'/>
6+
<property name='p2.timestamp' value='1688144317367'/>
77
</properties>
8-
<children size='4'>
8+
<children size='5'>
99
<child location='1.4'/>
1010
<child location='2.0'/>
1111
<child location='2.1'/>
1212
<child location='2.2'/>
13+
<child location='2.3'/>
1314
</children>
1415
</repository>

0 commit comments

Comments
 (0)