This is an automated email from the git hooks/post-receive script. It was
generated because a ref change was pushed to the repository containing
the project "CDO Model Repository".
The branch, master has been updated
via 8733072307b79fb137e386f5f6dccf7d474f0934 (commit)
from 6f76efe34ecc967eb31f19098f317b97eac5e910 (commit)
Those revisions listed above that are new to this repository have
not appeared on any other notification email; so we list those
revisions in full, below.
- Log -----------------------------------------------------------------
commit 8733072307b79fb137e386f5f6dccf7d474f0934
Author: Eike Stepper <[email protected]>
Date: Thu Dec 15 09:09:55 2011 +0100
Add actions to open Dos command prompt or Git bash
-----------------------------------------------------------------------
Summary of changes:
.../.project | 17 ++
.../org.eclipse.ltk.core.refactoring.prefs | 0
.../.settings/org.eclipse.mylyn.tasks.ui.prefs | 0
.../.settings/org.eclipse.mylyn.team.ui.prefs | 0
.../build.properties | 0
.../feature.properties | 8 +
.../feature.xml | 45 +++++
.../org.eclipse.emf.cdo.site-feature/category.xml | 3 +
.../org.eclipse.emf.cdo.site-feature/feature.xml | 4 +
.../build.properties | 3 +-
.../plugin.xml | 13 ++-
.../prompt.gif | Bin 0 -> 591 bytes
.../winexplorer/AbstractContainerAction.java | 67 +++++++
.../emf/cdo/releng/winexplorer/ExplorerAction.java | 49 +-----
.../emf/cdo/releng/winexplorer/PromptAction.java | 32 ++++
.../.classpath | 0
plugins/org.eclipse.emf.cdo.releng.wingit/.project | 28 +++
.../.settings/org.eclipse.core.resources.prefs | 0
.../.settings/org.eclipse.jdt.core.prefs | 0
.../.settings/org.eclipse.jdt.ui.prefs | 0
.../org.eclipse.ltk.core.refactoring.prefs | 0
.../.settings/org.eclipse.mylyn.tasks.ui.prefs | 0
.../.settings/org.eclipse.mylyn.team.ui.prefs | 0
.../.settings/org.eclipse.pde.api.tools.prefs | 0
.../.settings/org.eclipse.pde.prefs | 0
.../META-INF/MANIFEST.MF | 14 ++
.../org.eclipse.emf.cdo.releng.wingit}/about.html | 0
.../about.ini | 0
.../about.mappings | 0
.../about.properties | 31 ++++
.../build.properties | 15 ++
.../copyright.txt | 0
.../modeling32.png | Bin 2414 -> 2414 bytes
.../plugin.properties | 11 ++
.../org.eclipse.emf.cdo.releng.wingit/plugin.xml | 25 +++
.../eclipse/emf/cdo/releng/wingit/Activator.java | 54 ++++++
.../eclipse/emf/cdo/releng/wingit/GitAction.java | 185 ++++++++++++++++++++
.../org.eclipse.emf.cdo.releng.wingit/wingit.gif | Bin 0 -> 926 bytes
plugins/org.eclipse.emf.cdo.releng/build.rmap | 8 +
39 files changed, 566 insertions(+), 46 deletions(-)
create mode 100644 features/org.eclipse.emf.cdo.releng.wingit-feature/.project
copy features/{org.eclipse.emf.cdo.releng.help-feature =>
org.eclipse.emf.cdo.releng.wingit-feature}/.settings/org.eclipse.ltk.core.refactoring.prefs
(100%)
copy features/{org.eclipse.emf.cdo-feature =>
org.eclipse.emf.cdo.releng.wingit-feature}/.settings/org.eclipse.mylyn.tasks.ui.prefs
(100%)
copy features/{org.eclipse.emf.cdo-feature =>
org.eclipse.emf.cdo.releng.wingit-feature}/.settings/org.eclipse.mylyn.team.ui.prefs
(100%)
copy features/{org.eclipse.emf.cdo-feature =>
org.eclipse.emf.cdo.releng.wingit-feature}/build.properties (100%)
create mode 100644
features/org.eclipse.emf.cdo.releng.wingit-feature/feature.properties
create mode 100644
features/org.eclipse.emf.cdo.releng.wingit-feature/feature.xml
create mode 100644 plugins/org.eclipse.emf.cdo.releng.winexplorer/prompt.gif
create mode 100644
plugins/org.eclipse.emf.cdo.releng.winexplorer/src/org/eclipse/emf/cdo/releng/winexplorer/AbstractContainerAction.java
create mode 100644
plugins/org.eclipse.emf.cdo.releng.winexplorer/src/org/eclipse/emf/cdo/releng/winexplorer/PromptAction.java
copy plugins/{org.eclipse.emf.cdo.dawn.codegen.dawngenmodel.emf.edit =>
org.eclipse.emf.cdo.releng.wingit}/.classpath (100%)
create mode 100644 plugins/org.eclipse.emf.cdo.releng.wingit/.project
copy plugins/{org.eclipse.emf.cdo.releng.launches =>
org.eclipse.emf.cdo.releng.wingit}/.settings/org.eclipse.core.resources.prefs
(100%)
copy plugins/{org.eclipse.emf.cdo.explorer =>
org.eclipse.emf.cdo.releng.wingit}/.settings/org.eclipse.jdt.core.prefs (100%)
copy plugins/{org.eclipse.emf.cdo.common =>
org.eclipse.emf.cdo.releng.wingit}/.settings/org.eclipse.jdt.ui.prefs (100%)
copy plugins/{org.eclipse.emf.cdo.common.db =>
org.eclipse.emf.cdo.releng.wingit}/.settings/org.eclipse.ltk.core.refactoring.prefs
(100%)
copy plugins/{org.eclipse.emf.cdo.common.db =>
org.eclipse.emf.cdo.releng.wingit}/.settings/org.eclipse.mylyn.tasks.ui.prefs
(100%)
copy plugins/{org.eclipse.emf.cdo.common.db =>
org.eclipse.emf.cdo.releng.wingit}/.settings/org.eclipse.mylyn.team.ui.prefs
(100%)
copy plugins/{org.eclipse.emf.cdo.common.db =>
org.eclipse.emf.cdo.releng.wingit}/.settings/org.eclipse.pde.api.tools.prefs
(100%)
copy plugins/{org.eclipse.emf.cdo.common.db =>
org.eclipse.emf.cdo.releng.wingit}/.settings/org.eclipse.pde.prefs (100%)
create mode 100644
plugins/org.eclipse.emf.cdo.releng.wingit/META-INF/MANIFEST.MF
copy {features/org.eclipse.emf.cdo.explorer.product-feature =>
plugins/org.eclipse.emf.cdo.releng.wingit}/about.html (100%)
copy plugins/{org.eclipse.emf.cdo.dawn.codegen.dawngenmodel.emf =>
org.eclipse.emf.cdo.releng.wingit}/about.ini (100%)
copy plugins/{org.eclipse.emf.cdo.dawn.codegen.dawngenmodel.emf =>
org.eclipse.emf.cdo.releng.wingit}/about.mappings (100%)
create mode 100644 plugins/org.eclipse.emf.cdo.releng.wingit/about.properties
create mode 100644 plugins/org.eclipse.emf.cdo.releng.wingit/build.properties
copy {features/org.eclipse.emf.cdo.explorer.product-feature =>
plugins/org.eclipse.emf.cdo.releng.wingit}/copyright.txt (100%)
copy plugins/{org.eclipse.emf.cdo.dawn.codegen.dawngenmodel.emf =>
org.eclipse.emf.cdo.releng.wingit}/modeling32.png (100%)
create mode 100644 plugins/org.eclipse.emf.cdo.releng.wingit/plugin.properties
create mode 100644 plugins/org.eclipse.emf.cdo.releng.wingit/plugin.xml
create mode 100644
plugins/org.eclipse.emf.cdo.releng.wingit/src/org/eclipse/emf/cdo/releng/wingit/Activator.java
create mode 100644
plugins/org.eclipse.emf.cdo.releng.wingit/src/org/eclipse/emf/cdo/releng/wingit/GitAction.java
create mode 100644 plugins/org.eclipse.emf.cdo.releng.wingit/wingit.gif
hooks/post-receive
--
CDO Model Repository
_______________________________________________
cdo-commit mailing list
[email protected]
http://dev.eclipse.org/mailman/listinfo/cdo-commit