summaryrefslogtreecommitdiffstats
path: root/client-compiler/build.xml
diff options
context:
space:
mode:
authorArtur Signell <artur@vaadin.com>2012-09-12 16:59:27 +0300
committerArtur Signell <artur@vaadin.com>2012-09-12 16:59:27 +0300
commitd2e75eb1d596a6506110c3122aa5ef5c2d68a8d4 (patch)
tree4ec5017125bfe8b479204819fb229448dc5a3591 /client-compiler/build.xml
parent4d17eced19fd3705532e501e9d92c5ffe87f69b6 (diff)
downloadvaadin-framework-d2e75eb1d596a6506110c3122aa5ef5c2d68a8d4.tar.gz
vaadin-framework-d2e75eb1d596a6506110c3122aa5ef5c2d68a8d4.zip
Moved validation dependency and hack to client (#9551)
Diffstat (limited to 'client-compiler/build.xml')
-rw-r--r--client-compiler/build.xml15
1 files changed, 0 insertions, 15 deletions
diff --git a/client-compiler/build.xml b/client-compiler/build.xml
index cff8057274..733ee73e32 100644
--- a/client-compiler/build.xml
+++ b/client-compiler/build.xml
@@ -38,21 +38,6 @@ gwt.svnrev=${git.revision}</echo>
<reference refid="compiler.includes" torefid="extra.jar.includes" />
</antcall>
- <!-- Hack to add validation dependency with source classifier -->
- <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;
- &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;
- &lt;scope&gt;compile&lt;/scope&gt;
- &lt;classifier&gt;sources&lt;/classifier&gt;
- &lt;/dependency&gt;
- &lt;/dependencies&gt;" />
- </filterchain>
- </copy>
- <move file="${temp.pom}" tofile="${pom.xml}" />
</target>
<target name="publish-local" depends="jar">