[seam-commits] Seam SVN: r14946 - branches/community/Seam_2_3/examples-ee6/remoting/gwt/gwt-web.
seam-commits at lists.jboss.org
seam-commits at lists.jboss.org
Fri Jun 22 09:37:26 EDT 2012
Author: maschmid
Date: 2012-06-22 09:37:24 -0400 (Fri, 22 Jun 2012)
New Revision: 14946
Modified:
branches/community/Seam_2_3/examples-ee6/remoting/gwt/gwt-web/pom.xml
Log:
GWT example fix path to copy generated files to the web module
Modified: branches/community/Seam_2_3/examples-ee6/remoting/gwt/gwt-web/pom.xml
===================================================================
--- branches/community/Seam_2_3/examples-ee6/remoting/gwt/gwt-web/pom.xml 2012-06-22 12:44:05 UTC (rev 14945)
+++ branches/community/Seam_2_3/examples-ee6/remoting/gwt/gwt-web/pom.xml 2012-06-22 13:37:24 UTC (rev 14946)
@@ -45,7 +45,7 @@
<outputDirectory>${project.build.directory}/${project.build.finalName}</outputDirectory>
<resources>
<resource>
- <directory>${basedir}/../gwt-ejb/target/gwt-ejb/org.jboss.seam.example.remoting.gwt.HelloWorld</directory>
+ <directory>${basedir}/../gwt-ejb/target/gwt-ejb-${project.version}/org.jboss.seam.example.remoting.gwt.HelloWorld</directory>
<includes>
<include>**/*</include>
</includes>
More information about the seam-commits
mailing list