summaryrefslogtreecommitdiffstats
path: root/client/build.xml
diff options
context:
space:
mode:
authorArtur Signell <artur@vaadin.com>2015-01-15 08:56:10 +0200
committerArtur Signell <artur@vaadin.com>2015-01-15 08:56:10 +0200
commit8361d1379c49ef5ce03d329d4e5fdcf63579e652 (patch)
tree2cc298a5e386302c663d412e57a165d5d84ba0a5 /client/build.xml
parentb6fda7481f0be3a0b94dde3e7f659a0b211d3943 (diff)
downloadvaadin-framework-8361d1379c49ef5ce03d329d4e5fdcf63579e652.tar.gz
vaadin-framework-8361d1379c49ef5ce03d329d4e5fdcf63579e652.zip
Reformat build files
Change-Id: Iab68be3e5d5e59bb05610677642a5715efe50feb
Diffstat (limited to 'client/build.xml')
-rw-r--r--client/build.xml12
1 files changed, 8 insertions, 4 deletions
diff --git a/client/build.xml b/client/build.xml
index a6d6f17020..1e65dc37c5 100644
--- a/client/build.xml
+++ b/client/build.xml
@@ -23,21 +23,25 @@
<path id="classpath.test.custom" />
<target name="jar">
- <property name="jar.file" location="${result.dir}/lib/${module.name}-${vaadin.version}.jar" />
+ <property name="jar.file"
+ location="${result.dir}/lib/${module.name}-${vaadin.version}.jar" />
<antcall target="common.jar">
<reference refid="client.gwt.includes" torefid="extra.jar.includes" />
</antcall>
<jar destfile="${jar.file}" update="true">
<manifest>
- <attribute name="Vaadin-Package-Version" value="1" />
+ <attribute name="Vaadin-Package-Version"
+ value="1" />
<attribute name="Vaadin-Widgetsets" value="com.vaadin.DefaultWidgetSet" />
</manifest>
</jar>
<!-- Hack to add validation dependency with source classifier -->
- <property name="pom.xml" location="${result.dir}/lib/${module.name}-${vaadin.version}.pom" />
+ <property name="pom.xml"
+ location="${result.dir}/lib/${module.name}-${vaadin.version}.pom" />
<copy file="${pom.xml}" tofile="${temp.pom}">
<filterchain>
- <replacestring from=" &lt;/dependencies&gt;" to=" &lt;dependency&gt;
+ <replacestring from=" &lt;/dependencies&gt;"
+ to=" &lt;dependency&gt;
&lt;groupId&gt;javax.validation&lt;/groupId&gt;
&lt;artifactId&gt;validation-api&lt;/artifactId&gt;
&lt;version&gt;1.0.0.GA&lt;/version&gt;