diff options
author | Artur Signell <artur@vaadin.com> | 2012-09-13 08:56:51 +0300 |
---|---|---|
committer | Artur Signell <artur@vaadin.com> | 2012-09-13 08:56:51 +0300 |
commit | 6a30cfa58aef579058c5b14ea0d041bb48d8509c (patch) | |
tree | 049363e5556920a362eab0eac26590dae7f8fc77 /client/build.xml | |
parent | d2e75eb1d596a6506110c3122aa5ef5c2d68a8d4 (diff) | |
download | vaadin-framework-6a30cfa58aef579058c5b14ea0d041bb48d8509c.tar.gz vaadin-framework-6a30cfa58aef579058c5b14ea0d041bb48d8509c.zip |
Fixed typo
Diffstat (limited to 'client/build.xml')
-rw-r--r-- | client/build.xml | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/client/build.xml b/client/build.xml index 462a98ed5d..47b113e90f 100644 --- a/client/build.xml +++ b/client/build.xml @@ -36,7 +36,7 @@ <scope>compile</scope> <classifier>sources</classifier> </dependency> -cies>" /> + </dependencies>" /> </filterchain> </copy> <move file="${temp.pom}" tofile="${pom.xml}" /> |