javauis/eswt_qt/build/eswtqt/build.xml
changeset 61 bf7ee68962da
parent 35 85266cc22c7f
--- a/javauis/eswt_qt/build/eswtqt/build.xml	Tue Jul 06 14:10:26 2010 +0300
+++ b/javauis/eswt_qt/build/eswtqt/build.xml	Wed Aug 18 09:43:15 2010 +0300
@@ -52,8 +52,10 @@
       </properties>
     </target>
 
+    <!-- Exclude CDCCompatibilityDelegate class from the build since we are
+         building for CLDC. -->
     <target name="compile">
-        <omj.javac classpath="${impl.cldc.jar}" excludes="**/CDCCompatibilityDelegate.java"/>
+        <omj.javac excludes="**/CDCCompatibilityDelegate.java"/>
     </target>
 
     <target name="create.public.api.jar">