From c301f7ab2b6bba0f2d52256ff9dedf8b94cd1b5c Mon Sep 17 00:00:00 2001 From: David Ostrovsky Date: Fri, 8 Nov 2013 07:40:40 +0100 Subject: [PATCH] gerrit-plugin-gwtui: delete maven driven build Change-Id: I02458e5d1ab1026ca6df10ab3037d42c6661cbd2 --- gerrit-plugin-gwtui/pom.xml | 161 ------------------------------------ 1 file changed, 161 deletions(-) delete mode 100644 gerrit-plugin-gwtui/pom.xml diff --git a/gerrit-plugin-gwtui/pom.xml b/gerrit-plugin-gwtui/pom.xml deleted file mode 100644 index 948f13e0b0..0000000000 --- a/gerrit-plugin-gwtui/pom.xml +++ /dev/null @@ -1,161 +0,0 @@ - - - - 4.0.0 - - com.google.gerrit - gerrit-plugin-gwtui - 2.9-SNAPSHOT - Gerrit Code Review - Plugin GWT UI - - - API for UI plugins to build with GWT and integrate with Gerrit - - - - - com.google.gwt - gwt-user - 2.5.1 - - - - com.google.gwt - gwt-dev - 2.5.1 - - - - - - - - org.eclipse.m2e - lifecycle-mapping - 1.0.0 - - - - - - org.codehaus.mojo - gwt-maven-plugin - [2.5.0,) - - resources - compile - i18n - generateAsync - - - - - - - - - org.apache.maven.plugins - maven-war-plugin - [2.1.1,) - - exploded - - - - - - - - - - - - - - - org.apache.maven.plugins - maven-source-plugin - - - - jar - - - - - - - org.codehaus.mojo - gwt-maven-plugin - - com.google.gerrit.Plugin - true - true - - - - - resources - compile - - - - - - - org.apache.maven.plugins - maven-antrun-plugin - - - unpack-sources - package - - - - - - - run - - - - - - org.apache.maven.plugins - maven-javadoc-plugin - - ${project.build.directory}/unpack_sources - ISO-8859-1 - true - false - - - - - jar - - package - - - - - - - -