summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorShawn O. Pearce <sop@google.com>2009-01-27 14:42:55 -0800
committerShawn O. Pearce <sop@google.com>2009-01-27 14:42:55 -0800
commit5f5a123ff58c73cf49c44bc68733d7f1995aa3d7 (patch)
treef508759a2868cc1b82a580ef3fb7aa0a8f851004
parentd1f5c36809c6abbf3c4179eb70a9704df7d3743b (diff)
Ensure all of our *.gwt.xml files are in the classpath
Earlier I added UserAgent.gwt.xml but failed to ensure it would show up in the JAR produced by Maven. Signed-off-by: Shawn O. Pearce <sop@google.com>
-rw-r--r--appjar/pom.xml2
1 files changed, 1 insertions, 1 deletions
diff --git a/appjar/pom.xml b/appjar/pom.xml
index 2ed08f107e..7fc089eb9c 100644
--- a/appjar/pom.xml
+++ b/appjar/pom.xml
@@ -262,7 +262,7 @@ limitations under the License.
<directory>src/main/java</directory>
<includes>
<include>log4j.properties</include>
- <include>com/google/gerrit/Gerrit.gwt.xml</include>
+ <include>com/google/gerrit/*.gwt.xml</include>
<include>com/google/gerrit/public/**</include>
<include>com/google/gerrit/client/**</include>
</includes>