Revision: 9423
Author: [email protected]
Date: Tue Dec 14 16:40:09 2010
Log: Update samples/expenses/pom.xml for 2.1.1. Also fix bad gwt-maven-plugin config.

Review at http://gwt-code-reviews.appspot.com/1218801

Review by: [email protected]
http://code.google.com/p/google-web-toolkit/source/detail?r=9423

Added:
 /trunk/samples/expenses/src/main/resources
 /trunk/samples/expenses/src/main/resources/log4j.properties
Modified:
 /trunk/samples/expenses/pom.xml
 /trunk/tools/scripts/maven_script.sh

=======================================
--- /trunk/samples/expenses/pom.xml     Thu Dec  9 08:29:18 2010
+++ /trunk/samples/expenses/pom.xml     Tue Dec 14 16:40:09 2010
@@ -7,7 +7,7 @@
        <version>0.1.0.BUILD-SNAPSHOT</version>
        <name>expenses</name>
        <properties>
-                <gwt.version>2.1.1-rc1</gwt.version>
+    <gwt.version>2.1.1</gwt.version>
                <roo.version>1.1.0.RELEASE</roo.version>
                <spring.version>3.0.3.RELEASE</spring.version>
                <slf4j.version>1.6.1</slf4j.version>
@@ -620,7 +620,7 @@
           </dependency>
           <dependency>
             <groupId>com.google.gwt</groupId>
-            <artifactId>gwt-user</artifactId>
+            <artifactId>gwt-dev</artifactId>
             <version>${gwt.version}</version>
           </dependency>
         </dependencies>
=======================================
--- /trunk/tools/scripts/maven_script.sh        Thu Dec  9 08:29:18 2010
+++ /trunk/tools/scripts/maven_script.sh        Tue Dec 14 16:40:09 2010
@@ -14,16 +14,15 @@
# License for the specific language governing permissions and limitations under
 # the License.

-
 # This script should be run from the trunk dir.
-ant clean dist-dev
+echo Did you remember to run ant clean dist-dev

 MAVEN_REPO=~/.m2/repository

 for i in dev user servlet
 do
- mvn install:install-file -DgroupId=com.google.gwt -DartifactId=gwt-${i} -Dversion=2.1.1-rc1 -Dpackaging=jar -Dfile=build/lib/gwt-${i}.jar -DgeneratePom=true + mvn install:install-file -DgroupId=com.google.gwt -DartifactId=gwt-${i} -Dversion=2.1.1 -Dpackaging=jar -Dfile=build/lib/gwt-${i}.jar -DgeneratePom=true
 done
 touch /tmp/empty-fake-soyc-vis.jar
-mvn install:install-file -DgroupId=com.google.gwt -DartifactId=gwt-soyc-vis -Dversion=2.1.1-rc1 -Dpackaging=jar -DgeneratePom=true -Dfile=/tmp/empty-fake-soyc-vis.jar +mvn install:install-file -DgroupId=com.google.gwt -DartifactId=gwt-soyc-vis -Dversion=2.1.1 -Dpackaging=jar -DgeneratePom=true -Dfile=/tmp/empty-fake-soyc-vis.jar
 echo "installed the gwt libs in the maven repo"

--
http://groups.google.com/group/Google-Web-Toolkit-Contributors

Reply via email to