RETIRED, Gerrit as used by OpenStack
Go to file
David Ostrovsky c53827816d Buck: Add support for gerrit GWT plugins
This changes extends gerrit_plugin function with additional gwt_module
parameters. When passed, GWT application is created. Assumtion is met,
that this application depends on gerrit-plugin-gwtui module.

With this change Gerrit GWT plugins can be build with Buck:

  MODULE = 'com.googlesource.gerrit.plugins.cookbook.HelloForm'

  gerrit_plugin(
    name = 'cookbook-plugin',
    srcs = glob(['src/main/java/**/*.java']),
    resources = glob(['src/main/**/*']),
    gwt_module = MODULE,
    manifest_entries = [
      'Gerrit-PluginName: cookbook',
      'Gerrit-Module: com.googlesource.gerrit.plugins.cookbook.Module',
      'Gerrit-HttpModule: com.googlesource.gerrit.plugins.cookbook.HttpModule',
      'Gerrit-SshModule: com.googlesource.gerrit.plugins.cookbook.SshModule',
    ]
  )

Change-Id: I4b131c7c2672675d99457651fcee63bf4f149c2f
2013-11-15 09:53:24 +01:00
.settings Suppress Eclipse warning "annotation should not be used as a superinterface" 2013-05-10 10:31:19 -07:00
contrib Recompression *.png images with pngout tool to reduce the size of files 2013-11-03 14:33:54 +00:00
Documentation Merge branch 'stable-2.8' into master 2013-11-14 15:08:39 +01:00
gerrit-acceptance-tests Make LifecycleModule inherit from FactoryModule 2013-11-13 16:14:00 +00:00
gerrit-antlr Document that QueryParseException message is shown to end users 2013-08-22 11:51:26 -07:00
gerrit-cache-h2 Make LifecycleModule inherit from FactoryModule 2013-11-13 16:14:00 +00:00
gerrit-common Remove unnecessary invocation toString() method 2013-11-14 02:56:47 +04:00
gerrit-extension-api Remove unnecessary semicolons 2013-11-15 00:55:52 +04:00
gerrit-gwtdebug Remove unnecessary invocation toString() method 2013-11-14 02:56:47 +04:00
gerrit-gwtexpui Removing unnecessary add an empty string 2013-11-08 00:24:22 +04:00
gerrit-gwtui Buck: Add support for gerrit GWT plugins 2013-11-15 09:53:24 +01:00
gerrit-httpd Make LifecycleModule inherit from FactoryModule 2013-11-13 16:14:00 +00:00
gerrit-launcher Comparing Strings with equals() instead of == 2013-11-10 05:06:15 +04:00
gerrit-lucene Make LifecycleModule inherit from FactoryModule 2013-11-13 16:14:00 +00:00
gerrit-main Delete Maven based build 2013-05-21 20:28:56 -07:00
gerrit-openid Remove unnecessary semicolons 2013-11-10 05:44:17 +04:00
gerrit-patch-commonsnet Delete Maven based build 2013-05-21 20:28:56 -07:00
gerrit-patch-jgit Completed test migration to junit4, easymock updated to version 3.2 2013-11-07 11:22:24 -08:00
gerrit-pgm Bump Jetty version to 9.0.6.v20130930 2013-11-15 09:24:17 +01:00
gerrit-plugin-api Delete Maven based build 2013-05-21 20:28:56 -07:00
gerrit-plugin-archetype Merge "Include standard settings into plugin archetypes" 2013-11-07 19:37:23 +00:00
gerrit-plugin-gwt-archetype Remove unused images from GWT plugin archetype 2013-11-11 17:04:24 +01:00
gerrit-plugin-gwtui Fix JavaScript syntax error in NativeString 2013-11-10 08:37:43 +01:00
gerrit-plugin-js-archetype Merge "Include standard settings into plugin archetypes" 2013-11-07 19:37:23 +00:00
gerrit-prettify Update prettify to March 4, 2013 release 2013-09-18 13:06:19 -05:00
gerrit-reviewdb Remove unnecessary semicolons 2013-11-10 05:44:17 +04:00
gerrit-server Remove unnecessary type cast 2013-11-15 00:36:14 +04:00
gerrit-solr Fix last line of license headers 2013-10-14 17:40:17 +00:00
gerrit-sshd Remove unnecessary type cast 2013-11-15 00:36:14 +04:00
gerrit-util-cli Remove jsr305 library 2013-09-26 23:12:55 -07:00
gerrit-util-ssl Delete Maven based build 2013-05-21 20:28:56 -07:00
gerrit-war Make LifecycleModule inherit from FactoryModule 2013-11-13 16:14:00 +00:00
lib Bump Jetty version to 9.0.6.v20130930 2013-11-15 09:24:17 +01:00
plugins Update replication plugin to latest revision 2013-11-14 13:43:48 -05:00
ReleaseNotes Merge branch 'stable-2.8' into master 2013-11-14 15:08:39 +01:00
tools Buck: Add support for gerrit GWT plugins 2013-11-15 09:53:24 +01:00
website/releases Update release website index to use new documentation site 2013-10-17 17:07:30 +09:00
.buckconfig Update Buck to latest master 2013-09-20 19:41:26 -07:00
.buckversion Update Buck 2013-11-05 21:38:53 +00:00
.gitignore Add org.eclipse.ltk.core.refactoring.prefs to .gitignore 2013-07-11 18:02:25 +09:00
.gitmodules Add singleusergroup plugin 2013-11-09 07:45:00 +01:00
.pydevproject Set python version back to 2.6.5 in .pydevproject 2013-05-20 11:36:08 +09:00
BUCK Buck: add build for gerrit-plugin-gwtui 2013-11-07 19:52:15 +01:00
COPYING Initial project setup of Gerrit 2 2008-11-14 16:59:34 -08:00
INSTALL Remove Gerrit 1.x to 2.x import tools 2009-03-27 20:20:10 -07:00
SUBMITTING_PATCHES Update push URL in SUBMITTING_PATCHES 2012-03-29 00:57:14 -04:00
VERSION Update VERSION file to 2.9-SNAPSHOT 2013-10-17 23:09:00 +09:00