Revision: 7862
Author: [email protected]
Date: Fri Apr 2 08:52:03 2010
Log: Introduces 'dist-bikeshed' target, removes dependency of 'buildonly'
target on
bikeshed directory.
Patch by: amitmanjhi
Review by: rjrjr, fabbott
http://code.google.com/p/google-web-toolkit/source/detail?r=7862
Modified:
/trunk/build.xml
=======================================
--- /trunk/build.xml Fri Apr 2 08:14:38 2010
+++ /trunk/build.xml Fri Apr 2 08:52:03 2010
@@ -33,11 +33,16 @@
<property name="gwt.apicheck.config"
location="tools/api-checker/config/gwt20_21userApi.conf"/>
+ <target name="dist-bikeshed" depends="buildonly"
+ description="[action] Build bikeshed and minimal stuff, without
distro packaging">
+ <call-subproject subproject="bikeshed" subtarget="build" />
+ <gwt.ant dir="distro-source" target="build" />
+ </target>
+
<target name="buildonly"
description="[action] Minimal one-platform devel build, without
distro packaging">
<call-subproject subproject="dev" subtarget="build" />
<call-subproject subproject="user" subtarget="build" />
- <call-subproject subproject="bikeshed" subtarget="build" />
<call-subproject subproject="servlet" subtarget="build" />
<call-subproject subproject="jni" subtarget="build" />
</target>
--
http://groups.google.com/group/Google-Web-Toolkit-Contributors
To unsubscribe, reply using "remove me" as the subject.