[overlord-commits] Overlord SVN: r1042 - bpm-console/trunk/gui/war.

overlord-commits at lists.jboss.org overlord-commits at lists.jboss.org
Thu May 6 08:22:47 EDT 2010


Author: heiko.braun at jboss.com
Date: 2010-05-06 08:22:46 -0400 (Thu, 06 May 2010)
New Revision: 1042

Modified:
   bpm-console/trunk/gui/war/pom.xml
Log:
use GWT 2.0.3

Modified: bpm-console/trunk/gui/war/pom.xml
===================================================================
--- bpm-console/trunk/gui/war/pom.xml	2010-05-03 10:35:13 UTC (rev 1041)
+++ bpm-console/trunk/gui/war/pom.xml	2010-05-06 12:22:46 UTC (rev 1042)
@@ -341,9 +341,14 @@
                             <tasks>                                
                                 <filter token="comment.left" value="" />
                                 <filter token="comment.right" value="" />
+                                <filter token="console.app.webcontext" value="${console.app.webcontext}" />
                                 <copy file="src/main/templates/WEB-INF/web.xml"
                                       todir="war/WEB-INF"
                                         filtering="true" overwrite="true"/>
+
+                                 <copy file="src/main/templates/errai-proxy.json"
+                                      todir="war/WEB-INF/classes"
+                                        filtering="true" overwrite="true"/>
                             </tasks>
                             <sourceRoot>
                                 ${project.build.directory}/generated-sources



More information about the overlord-commits mailing list