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 "The Saros Eclipse Plugin". Pusher was dpp-gerrit.

The branch, master has been updated
       via  2b9178cb5a339bc0f994505b0af48bd0dd083ac8 (commit)
      from  f1bb5882261b90184065493f0ef7dd39bfddb522 (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 2b9178cb5a339bc0f994505b0af48bd0dd083ac8
Author: Stefan Rossbach <[email protected]>
Date:   Tue Nov 12 03:44:49 2013 +0100

    [INTERNAL] added AWT UISynchronizer for multi-platform support
    
    Just read 'Portierung von Saros auf andere Entwicklungsumgebungen on the
    thesis Website'. Well Netbeans uses AWT.
    
    But to be honest, this is not a topic for a Bachelor Thesis. This is not
    even a topic for just only one D/M Thesis.
    
    Starting to split components depending on their
    implementation and to fetch them to build a product is a fully qualified
    paid job (production team, btw we currently use Ant4->ECLIPSE<- for
    production) along with proper SCM layout (this class
    is definitely misplaced here in that package) and last not least
    qualified developers using proper software engineering
    practices.
    
    If you would really like to support multi platforms:
    
    Create a basic core that does not need to be compiled against IDE
    specific stuff (a.k.a compile against interfaces).
    
    Compile the specific implementation against the interfaces.
    
    Make sure you setup the context (Pico Container) properly. As this may
    be hard to include this during compile time it may have to be setup
    during runtime using meta-programming (config files)
    
    And btw ... the F5 button will no longer be the "compile button". It may
    be much harder to correctly checkout the needed components. I do not
    even know if GIT is capable of this compared to the "easy" use of config
    specs in Clearcase or Perforce equivalents.
    
    Change-Id: Iddb15b59d50083b1cb2e8ac46c8a979b8aeed6d2
    Reviewed-on: http://saros-build.imp.fu-berlin.de/gerrit/1218
    Tested-by: Jenkins CI
    Reviewed-by: Stefan Rossbach <[email protected]>

-----------------------------------------------------------------------

Summary of changes:
 .../dpp/synchronize/internal/AWTSynchronizer.java  |   59 ++++++++++++++++++++
 1 files changed, 59 insertions(+), 0 deletions(-)
 create mode 100644 
de.fu_berlin.inf.dpp/src/de/fu_berlin/inf/dpp/synchronize/internal/AWTSynchronizer.java


hooks/post-receive
-- 
The Saros Eclipse Plugin

------------------------------------------------------------------------------
November Webinars for C, C++, Fortran Developers
Accelerate application performance with scalable programming models. Explore
techniques for threading, error checking, porting, and tuning. Get the most 
from the latest Intel processors and coprocessors. See abstracts and register
http://pubads.g.doubleclick.net/gampad/clk?id=60136231&iu=/4140/ostg.clktrk
_______________________________________________
Dpp-robot mailing list
[email protected]
https://lists.sourceforge.net/lists/listinfo/dpp-robot

Reply via email to