Skip to content

Commit 7482a67

Browse files
committed
#94 [v2.0] issues found in RC3
- [x] #34 [v2.0] prepare release - [x] #37 [v2.0] update project description - [x] #38 [v2.0] update sourceforge binaries and close all issues there - [x] #39 [v2.0] update Eclipse Marketplace Signed-off-by: Andre Bossert <[email protected]>
1 parent c502620 commit 7482a67

File tree

11 files changed

+36
-8
lines changed

11 files changed

+36
-8
lines changed

feature/feature.xml

Lines changed: 4 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -6,13 +6,14 @@
66
provider-name="Andre Bossert">
77

88
<description url="https://github.com/anb0s/EasyShell">
9-
This plugin allows to open a shell window or file manager from the popup menu in the navigation tree or editor view. The current directory of the opened shell is the directory which was selected with the popup menu. Additionally it is possible to run selected file in the shell and copy file or directory path. Multiple selections are also supported.
9+
EasyShell - This Eclipse plugin allows to open a shell window or file manager from the popup menu in the navigation tree or editor view. Additionally it is possible to run selected file in the shell, copy file or directory path or run user defined external tools. Key shortcuts and multiple selections are also supported!
1010
</description>
1111

1212
<copyright>
13-
Copyright (c) 2015 Andre Bossert.
13+
Copyright (c) 2014-2016 Andre Bossert.
1414
All rights reserved. This program and the accompanying materials
15-
are made available under the terms of the Eclipse Public License v1.0
15+
are made available under the terms of the Eclipse Public License
16+
v1.0
1617
which accompanies this distribution, and is available at
1718
http://www.eclipse.org/legal/epl-v10.html
1819
</copyright>

plugin/src/de/anbos/eclipse/easyshell/plugin/types/Version.java

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -24,7 +24,7 @@ public enum Version {
2424
v2_0_003(4, "v2.0 beta 3"),
2525
v2_0_004(5, "v2.0 beta 4"),
2626
v2_0_005(6, "v2.0 RC1 / RC2"),
27-
v2_0_006(7, "v2.0 RC3");
27+
v2_0_006(7, "v2.0 RC3 / Final");
2828
// actual version is always the last one!
2929
public static Version actual = Version.values()[Version.values().length-1];
3030
// attributes
735 Bytes
Binary file not shown.
5.64 KB
Binary file not shown.
Lines changed: 11 additions & 0 deletions
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.0' type='org.eclipse.equinox.internal.p2.artifact.repository.CompositeArtifactRepository' version='1'>
4+
<properties size='2'>
5+
<property name='p2.timestamp' value='1475167327589'/>
6+
<property name='p2.atomic.composite.loading' value='true'/>
7+
</properties>
8+
<children size='1'>
9+
<child location='2.0.0.v20160929-1641'/>
10+
</children>
11+
</repository>
Lines changed: 11 additions & 0 deletions
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.0' type='org.eclipse.equinox.internal.p2.metadata.repository.CompositeMetadataRepository' version='1'>
4+
<properties size='2'>
5+
<property name='p2.timestamp' value='1475167327603'/>
6+
<property name='p2.atomic.composite.loading' value='true'/>
7+
</properties>
8+
<children size='1'>
9+
<child location='2.0.0.v20160929-1641'/>
10+
</children>
11+
</repository>

site/updates/release/2.0/p2.index

Lines changed: 3 additions & 0 deletions
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,\!

site/updates/release/compositeArtifacts.xml

Lines changed: 3 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -3,9 +3,10 @@
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='1464890300683'/>
6+
<property name='p2.timestamp' value='1475167327725'/>
77
</properties>
8-
<children size='1'>
8+
<children size='2'>
99
<child location='1.4'/>
10+
<child location='2.0'/>
1011
</children>
1112
</repository>

0 commit comments

Comments
 (0)