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:
@@ -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>
|
||||
|
||||
|
||||
Reference in New Issue
Block a user