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  84c4609a9effe2fa52171d80885961d567fd3b36 (commit)
      from  55aff3bd9401469fc742964fa46c9a0918ac753e (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 84c4609a9effe2fa52171d80885961d567fd3b36
Author: Christian Cikryt <[email protected]>
Date:   Mon Nov 24 15:32:27 2014 +0100

    [API/BUILD] Adds SWT plugin for upcomming IntelliJ browser
    
    It is planned to display the Saros UI in an embedded webbrowser in the 
future.
    For this the SWT browser will be used, which was the result of the 
evaluation.
    The evaluation result will be linked at 
http://www.inf.fu-berlin.de/w/SE/ThesisTestingSaros
    in the near future.
    As IntelliJ has no SWT libaries, they have to be distributed with Saros.
    Due to licence conflicts (Saros under GPL vs. SWT under EPL) this has to be 
done
    in a separate plugin.
    This commit sets the basis for a web-based implementation by providing
    the SWT libraries for all relevant OS as an IntelliJ plugin. The plugin has 
no
    further responsibilities. The contained libraries are intended to be loaded
    dynamically by the Saros/I plug-in. Therefore, the .iml is empty.
    
    Change-Id: I6b833fbd9738a50c8f17c42a977b03fdd4edacd9
    Reviewed-on: http://saros-build.imp.fu-berlin.de/gerrit/2027
    Tested-by: Jenkins CI
    Reviewed-by: Holger Schmeisky <[email protected]>

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

Summary of changes:
 de.fu_berlin.inf.dpp.intellij/.idea/modules.xml    |    1 +
 .../InstallationNotes.txt                          |    6 +
 de.fu_berlin.inf.dpp.swt_plugin/LICENSE            |  225 ++++++++++++++++++++
 .../META-INF/plugin.xml                            |   17 ++
 .../de.fu_berlin.inf.dpp.swt_plugin.iml            |   11 +
 .../resources/swt-4.4-cocoa-macosx-x86.jar         |  Bin 0 -> 1729966 bytes
 .../resources/swt-4.4-cocoa-macosx-x86_64.jar      |  Bin 0 -> 1631750 bytes
 .../resources/swt-4.4-gtk-linux-x86.jar            |  Bin 0 -> 1755159 bytes
 .../resources/swt-4.4-gtk-linux-x86_64.jar         |  Bin 0 -> 1903827 bytes
 .../resources/swt-4.4-win32-x86.jar                |  Bin 0 -> 1922994 bytes
 .../resources/swt-4.4-win32-x86_64.jar             |  Bin 0 -> 1937639 bytes
 11 files changed, 260 insertions(+), 0 deletions(-)
 create mode 100644 de.fu_berlin.inf.dpp.swt_plugin/InstallationNotes.txt
 create mode 100644 de.fu_berlin.inf.dpp.swt_plugin/LICENSE
 create mode 100644 de.fu_berlin.inf.dpp.swt_plugin/META-INF/plugin.xml
 create mode 100644 
de.fu_berlin.inf.dpp.swt_plugin/de.fu_berlin.inf.dpp.swt_plugin.iml
 create mode 100644 
de.fu_berlin.inf.dpp.swt_plugin/resources/swt-4.4-cocoa-macosx-x86.jar
 create mode 100644 
de.fu_berlin.inf.dpp.swt_plugin/resources/swt-4.4-cocoa-macosx-x86_64.jar
 create mode 100644 
de.fu_berlin.inf.dpp.swt_plugin/resources/swt-4.4-gtk-linux-x86.jar
 create mode 100644 
de.fu_berlin.inf.dpp.swt_plugin/resources/swt-4.4-gtk-linux-x86_64.jar
 create mode 100644 
de.fu_berlin.inf.dpp.swt_plugin/resources/swt-4.4-win32-x86.jar
 create mode 100644 
de.fu_berlin.inf.dpp.swt_plugin/resources/swt-4.4-win32-x86_64.jar


hooks/post-receive
-- 
The Saros Eclipse Plugin

------------------------------------------------------------------------------
Download BIRT iHub F-Type - The Free Enterprise-Grade BIRT Server
from Actuate! Instantly Supercharge Your Business Reports and Dashboards
with Interactivity, Sharing, Native Excel Exports, App Integration & more
Get technology previously reserved for billion-dollar corporations, FREE
http://pubads.g.doubleclick.net/gampad/clk?id=164703151&iu=/4140/ostg.clktrk
_______________________________________________
Dpp-robot mailing list
[email protected]
https://lists.sourceforge.net/lists/listinfo/dpp-robot

Reply via email to