[seam-commits] Seam SVN: r14280 - in branches/community/Seam_2_3/examples/remoting/gwt: gwt-web and 1 other directory.

seam-commits at lists.jboss.org seam-commits at lists.jboss.org
Wed Feb 1 04:57:08 EST 2012


Author: maschmid
Date: 2012-02-01 04:57:07 -0500 (Wed, 01 Feb 2012)
New Revision: 14280

Modified:
   branches/community/Seam_2_3/examples/remoting/gwt/gwt-ejb/pom.xml
   branches/community/Seam_2_3/examples/remoting/gwt/gwt-web/pom.xml
Log:
fix the remoting/gwt build and a typo


Modified: branches/community/Seam_2_3/examples/remoting/gwt/gwt-ejb/pom.xml
===================================================================
--- branches/community/Seam_2_3/examples/remoting/gwt/gwt-ejb/pom.xml	2012-02-01 09:46:14 UTC (rev 14279)
+++ branches/community/Seam_2_3/examples/remoting/gwt/gwt-ejb/pom.xml	2012-02-01 09:57:07 UTC (rev 14280)
@@ -21,7 +21,7 @@
                 <version>1.2</version> <!-- version 1.2 allows us to specify gwt version by gwt-user dependency -->
                 <configuration>
                     <generateDirectory>${project.build.outoutDirectory}/${project.build.finalName}</generateDirectory>
-                    <inplace>fakse</inplace>
+                    <inplace>false</inplace>
                     <logLevel>TRACE</logLevel>
                     <extraJvmArgs>-Xmx512m -DDEBUG</extraJvmArgs>
                     <soyc>false</soyc>

Modified: branches/community/Seam_2_3/examples/remoting/gwt/gwt-web/pom.xml
===================================================================
--- branches/community/Seam_2_3/examples/remoting/gwt/gwt-web/pom.xml	2012-02-01 09:46:14 UTC (rev 14279)
+++ branches/community/Seam_2_3/examples/remoting/gwt/gwt-web/pom.xml	2012-02-01 09:57:07 UTC (rev 14280)
@@ -48,7 +48,7 @@
                                 <outputDirectory>${project.build.directory}/${project.build.finalName}</outputDirectory>
                                 <resources>          
                                     <resource>
-                                        <directory>${basedir}/../gwt-ejb/target/gwt-ejb-${project.version}/org.jboss.seam.example.remoting.gwt.HelloWorld</directory>
+                                        <directory>${basedir}/../gwt-ejb/target/gwt-ejb/org.jboss.seam.example.remoting.gwt.HelloWorld</directory>
                                         <includes>
                                             <include>**/*</include>
                                         </includes>



More information about the seam-commits mailing list