Revision: 154
Author: mmastrac
Date: Thu Apr 8 16:14:19 2010
Log: Updating the CI gwt-rpc-plus build to 2.0.
http://code.google.com/p/gwt-rpc-plus/source/detail?r=154
Added:
/tools/gwt/gwt-all-2.0.0.zip
Modified:
/trunk/build/build.xml
/trunk/gwt-rpc-plus/build.xml
=======================================
--- /dev/null
+++ /tools/gwt/gwt-all-2.0.0.zip Thu Apr 8 16:14:19 2010
File is too large to display a diff.
=======================================
--- /trunk/build/build.xml Thu Aug 13 20:25:35 2009
+++ /trunk/build/build.xml Thu Apr 8 16:14:19 2010
@@ -1,12 +1,9 @@
<project basedir="." name="gwt-rpc-plus-build" default="build">
<target name="build">
- <unzip src="../../tools/gwt/gwt-all-1.7.0.zip" dest=".">
- </unzip>
-
- <!-- Patch the security prefs so it doesn't warn and mess up the build
-->
- <echo file="gwt/mozilla-1.7.12/greprefs/security-prefs.js" append="true">
-pref("security.warn_submit_insecure", false);
- </echo>
+ <delete dir="gwt" failonerror="false" />
+
+ <unzip src="../../tools/gwt/gwt-all-2.0.0.zip" dest=".">
+ </unzip>
<condition property="gwt.test.args" value="-selenium
vm-dotspots-selenium:4444/*${selenium}">
<equals arg1="${label}" arg2="selenium" />
=======================================
--- /trunk/gwt-rpc-plus/build.xml Fri Dec 11 22:51:53 2009
+++ /trunk/gwt-rpc-plus/build.xml Thu Apr 8 16:14:19 2010
@@ -12,16 +12,8 @@
<!-- Use jarjar to hide some dependencies -->
<taskdef name="jarjar" classname="com.tonicsystems.jarjar.JarJarTask"
classpath="lib/jarjar-1.0.jar"/>
- <!-- Determine platform for GWT (gwt-dev-*.jar) -->
- <condition property="gwt.platform" value="-windows">
- <os family="windows" />
- </condition>
- <condition property="gwt.platform" value="-mac">
- <os family="mac" />
- </condition>
- <condition property="gwt.platform" value="-linux">
- <os family="unix" />
- </condition>
+ <!-- No more platform-specific jars -->
+ <property name="gwt.platform" value="" />
<!-- .exe suffix for tools -->
--
Subscription settings:
http://groups.google.com/group/dotspots-open-source/subscribe?hl=en