We don't have GWT until we have gwt-utils, too, I guess.

git-svn-id: svn+ssh://src.earth.threerings.net/narya/trunk@6181 542714f4-19e9-0310-aa3c-eee0fc999fb1
This commit is contained in:
Par Winzell
2010-10-07 19:59:57 +00:00
parent f7bd94543f
commit d4ee1a9d4e
+4 -2
View File
@@ -27,8 +27,10 @@
<available property="ehcache.present" classpathref="classpath"
classname="net.sf.ehcache.CacheManager"/>
<echo level="info" message="Have EHCache: ${ehcache.present}"/>
<available property="gwt.present"
classname="com.google.gwt.core.client.GWT" classpathref="classpath"/>
<condition property="gwt.present"><and>
<available classname="com.google.gwt.core.client.GWT" classpathref="classpath"/>
<available classname="com.threerings.gwt.ui.Widgets" classpathref="classpath"/>
</and></condition>
<echo level="info" message="Have GWT: ${gwt.present}"/>
</target>