summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
-rw-r--r--vaadin-app/build.xml17
1 files changed, 17 insertions, 0 deletions
diff --git a/vaadin-app/build.xml b/vaadin-app/build.xml
index a922e3e..9ea1aab 100644
--- a/vaadin-app/build.xml
+++ b/vaadin-app/build.xml
@@ -514,4 +514,21 @@ includeantruntime="false">
</target>
+<!-- ==================== Update Target =================================== -->
+
+<!--
+
+ The "update" target tells the specified Tomcat installation to dynamically
+ update this web application from service.
+
+-->
+
+ <target name="update" depends="compile"
+ description="Update application on servlet container">
+
+ <antcall target="remove"/>
+ <antcall target="install"/>
+
+ </target>
+
</project>