Skip to content

Commit

Permalink
#94 [v2.0] issues found in RC3
Browse files Browse the repository at this point in the history
- [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]>
  • Loading branch information
anb0s committed Sep 29, 2016
1 parent c502620 commit 7482a67
Show file tree
Hide file tree
Showing 11 changed files with 36 additions and 8 deletions.
7 changes: 4 additions & 3 deletions feature/feature.xml
Original file line number Diff line number Diff line change
Expand Up @@ -6,13 +6,14 @@
provider-name="Andre Bossert">

<description url="https://github.com/anb0s/EasyShell">
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.
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!
</description>

<copyright>
Copyright (c) 2015 Andre Bossert.
Copyright (c) 2014-2016 Andre Bossert.
All rights reserved. This program and the accompanying materials
are made available under the terms of the Eclipse Public License v1.0
are made available under the terms of the Eclipse Public License
v1.0
which accompanies this distribution, and is available at
http://www.eclipse.org/legal/epl-v10.html
</copyright>
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -24,7 +24,7 @@ public enum Version {
v2_0_003(4, "v2.0 beta 3"),
v2_0_004(5, "v2.0 beta 4"),
v2_0_005(6, "v2.0 RC1 / RC2"),
v2_0_006(7, "v2.0 RC3");
v2_0_006(7, "v2.0 RC3 / Final");
// actual version is always the last one!
public static Version actual = Version.values()[Version.values().length-1];
// attributes
Expand Down
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
11 changes: 11 additions & 0 deletions site/updates/release/2.0/compositeArtifacts.xml
Original file line number Diff line number Diff line change
@@ -0,0 +1,11 @@
<?xml version='1.0' encoding='UTF-8'?>
<?compositeArtifactRepository version='1.0.0'?>
<repository name='EasyShell 2.0' type='org.eclipse.equinox.internal.p2.artifact.repository.CompositeArtifactRepository' version='1'>
<properties size='2'>
<property name='p2.timestamp' value='1475167327589'/>
<property name='p2.atomic.composite.loading' value='true'/>
</properties>
<children size='1'>
<child location='2.0.0.v20160929-1641'/>
</children>
</repository>
11 changes: 11 additions & 0 deletions site/updates/release/2.0/compositeContent.xml
Original file line number Diff line number Diff line change
@@ -0,0 +1,11 @@
<?xml version='1.0' encoding='UTF-8'?>
<?compositeMetadataRepository version='1.0.0'?>
<repository name='EasyShell 2.0' type='org.eclipse.equinox.internal.p2.metadata.repository.CompositeMetadataRepository' version='1'>
<properties size='2'>
<property name='p2.timestamp' value='1475167327603'/>
<property name='p2.atomic.composite.loading' value='true'/>
</properties>
<children size='1'>
<child location='2.0.0.v20160929-1641'/>
</children>
</repository>
3 changes: 3 additions & 0 deletions site/updates/release/2.0/p2.index
Original file line number Diff line number Diff line change
@@ -0,0 +1,3 @@
version=1
metadata.repository.factory.order=compositeContent.xml,\!
artifact.repository.factory.order=compositeArtifacts.xml,\!
5 changes: 3 additions & 2 deletions site/updates/release/compositeArtifacts.xml
Original file line number Diff line number Diff line change
Expand Up @@ -3,9 +3,10 @@
<repository name='EasyShell Release Versions' type='org.eclipse.equinox.internal.p2.artifact.repository.CompositeArtifactRepository' version='1.0.0'>
<properties size='2'>
<property name='p2.atomic.composite.loading' value='true'/>
<property name='p2.timestamp' value='1464890300683'/>
<property name='p2.timestamp' value='1475167327725'/>
</properties>
<children size='1'>
<children size='2'>
<child location='1.4'/>
<child location='2.0'/>
</children>
</repository>
5 changes: 3 additions & 2 deletions site/updates/release/compositeContent.xml
Original file line number Diff line number Diff line change
Expand Up @@ -3,9 +3,10 @@
<repository name='EasyShell Release Versions' type='org.eclipse.equinox.internal.p2.metadata.repository.CompositeMetadataRepository' version='1.0.0'>
<properties size='2'>
<property name='p2.atomic.composite.loading' value='true'/>
<property name='p2.timestamp' value='1464890300686'/>
<property name='p2.timestamp' value='1475167327729'/>
</properties>
<children size='1'>
<children size='2'>
<child location='1.4'/>
<child location='2.0'/>
</children>
</repository>

0 comments on commit 7482a67

Please sign in to comment.