Author: al
Date: Tue Aug 27 19:18:57 2013
New Revision: 1517930

URL: http://svn.apache.org/r1517930
Log:
Put conditional around gxpc taskdef on third-party

Modified:
    incubator/wave/branches/wave-0.4-release/build-macros.xml

Modified: incubator/wave/branches/wave-0.4-release/build-macros.xml
URL: 
http://svn.apache.org/viewvc/incubator/wave/branches/wave-0.4-release/build-macros.xml?rev=1517930&r1=1517929&r2=1517930&view=diff
==============================================================================
--- incubator/wave/branches/wave-0.4-release/build-macros.xml (original)
+++ incubator/wave/branches/wave-0.4-release/build-macros.xml Tue Aug 27 
19:18:57 2013
@@ -165,7 +165,9 @@
     </sequential>
   </macrodef>
 
-  <!-- Task which compiles GXP templates -->
-  <taskdef name="gxpc" classname="com.google.gxp.compiler.ant.GxpcTask"
-      classpath="${lib.runtime}/gxp/gxp-0.2.4-beta.jar" />
+  <target name="define-gxpc" depends="get-third-party-runtime">
+    <!-- Task which compiles GXP templates -->
+    <taskdef name="gxpc" classname="com.google.gxp.compiler.ant.GxpcTask"
+      classpath="${lib.runtime}/google-gxp-0.2.4-beta.jar" />
+  </target>
 </project>


Reply via email to