Skip to content

Commit

Permalink
Version 1.2.0
Browse files Browse the repository at this point in the history
  • Loading branch information
basti1302 committed Mar 14, 2012
1 parent 20fe334 commit bcd3286
Show file tree
Hide file tree
Showing 6 changed files with 12 additions and 17 deletions.
6 changes: 5 additions & 1 deletion README.markdown
Expand Up @@ -77,10 +77,14 @@ To the best of my knowledge, at the time of writing (February 2012), StartExplor
* Best configurability * Best configurability
* Supports all Eclipse variables (and some variables that StartExplorer adds) in custom commands as well as custom desktop environments. * Supports all Eclipse variables (and some variables that StartExplorer adds) in custom commands as well as custom desktop environments.



Release Notes Release Notes
------------- -------------


### Version 1.2.0

* Custom Commands can be stored as files in one of your projects in the workspace instead of the preference store. They will be imported automatically on Eclipse startup. This makes it possible to share custom commands in a version control system, for example to share them with your team.
* Copy Resource Path to Clipboard from editor window now always uses the file opened in editor and never the selected text region.

### Version 1.1.3 ### Version 1.1.3


* Bugfix for problem with StartExplorer's own variables. * Bugfix for problem with StartExplorer's own variables.
Expand Down
2 changes: 1 addition & 1 deletion feature/feature.xml
Expand Up @@ -2,7 +2,7 @@
<feature <feature
id="de.bastiankrol.startexplorer.feature" id="de.bastiankrol.startexplorer.feature"
label="StartExplorer Feature" label="StartExplorer Feature"
version="1.1.3" version="1.2.0"
provider-name="Bastian Krol"> provider-name="Bastian Krol">


<description url="http://basti1302.github.com/startexplorer/"> <description url="http://basti1302.github.com/startexplorer/">
Expand Down
11 changes: 5 additions & 6 deletions misc/HOWTO-PUBLISH-A-NEW-VERSION.TXT
Expand Up @@ -6,16 +6,15 @@
* OR: In tab Overview, change field Version, that's the same * OR: In tab Overview, change field Version, that's the same
* Go to de.bastiankrol.startexplorer-feature/feature.xml, Tab Overview. * Go to de.bastiankrol.startexplorer-feature/feature.xml, Tab Overview.
* Enter the same version number as above in the Version field, without the .qualifier. * Enter the same version number as above in the Version field, without the .qualifier.
* Go to de.bastiankrol.startexplorer-updatesite/site.xml, tab site.xml * Go to startexplorer-gh-pages/update/site.xml, tab site.xml
* Correct the version number in the jar referenced in the url attribute as well * Correct the version number in the jar referenced in the url attribute as well
as in the version attribute as in the version attribute
* Go to de.bastiankrol.startexplorer-updatesite/site.xml, tab Site Map. * Go to startexplorer-gh-pages/update/site.xml, tab Site Map.
* Click "Build All" * Click "Build All"
* Check that new jars with the corresponding versions have been build in * Check that new jars with the corresponding versions have been build in
de.bastiankrol.startexplorer-updatesite/plugins and startexplorer-gh-pages/update/plugins and
de.bastiankrol.startexplorer-updatesite/features startexplorer-gh-pages/update/features
* Copy all changed stuff in the updatesite project to startexplorer-gh-pages/update, * Commit and push all changes
commit and push


* If you want to check if the new version can be correctly installed through the * If you want to check if the new version can be correctly installed through the
Eclipse update mechanism, beware: if you contacted the update site before the Eclipse update mechanism, beware: if you contacted the update site before the
Expand Down
2 changes: 1 addition & 1 deletion plugin/META-INF/MANIFEST.MF
Expand Up @@ -2,7 +2,7 @@ Manifest-Version: 1.0
Bundle-ManifestVersion: 2 Bundle-ManifestVersion: 2
Bundle-Name: Startexplorer Plug-in Bundle-Name: Startexplorer Plug-in
Bundle-SymbolicName: de.bastiankrol.startexplorer; singleton:=true Bundle-SymbolicName: de.bastiankrol.startexplorer; singleton:=true
Bundle-Version: 1.1.3.qualifier Bundle-Version: 1.2.0.qualifier
Bundle-Activator: de.bastiankrol.startexplorer.Activator Bundle-Activator: de.bastiankrol.startexplorer.Activator
Bundle-Vendor: Bastian Krol Bundle-Vendor: Bastian Krol
Require-Bundle: org.eclipse.ui, Require-Bundle: org.eclipse.ui,
Expand Down
5 changes: 0 additions & 5 deletions release-notes-upcoming.txt
@@ -1,5 +0,0 @@
### Version 1.2.0

* Custom Commands can be stored as files in one of your projects in the workspace instead of the preference store. They will be imported automatically on Eclipse startup. This makes it possible to share custom commands in a version control system, for example to share them with your team.
* Copy Resource Path to Clipboard from editor window now always uses the file opened in editor and never the selected text region.

3 changes: 0 additions & 3 deletions todo.txt
Expand Up @@ -19,6 +19,3 @@
- help - help
+ plugin/de.bastiankrol.startexplorer/help + plugin/de.bastiankrol.startexplorer/help
+ /startexplorer-gh-pages/help + /startexplorer-gh-pages/help
- update site:
+ de.bastiankrol.startexplorer-updatesite
+ /startexplorer-gh-pages/update

0 comments on commit bcd3286

Please sign in to comment.