Oops, fix RIM build script to not depend on old "javame-basic" target
authorsrowen <srowen@59b500cc-1b3d-0410-9834-0bbf25fbcc57>
Thu, 10 Jul 2008 20:05:03 +0000 (20:05 +0000)
committersrowen <srowen@59b500cc-1b3d-0410-9834-0bbf25fbcc57>
Thu, 10 Jul 2008 20:05:03 +0000 (20:05 +0000)
git-svn-id: http://zxing.googlecode.com/svn/trunk@513 59b500cc-1b3d-0410-9834-0bbf25fbcc57

rim/build.xml

index e908520..5087a83 100644 (file)
         </not>
       </condition>
     </fail>
         </not>
       </condition>
     </fail>
-    <fail message="Please build 'build-basic' in 'javame' first">
+    <fail message="Please build 'javame' first">
       <condition>
         <not>
       <condition>
         <not>
-          <available file="../javame/javame-basic.jar" type="file"/>
+          <available file="../javame/javame.jar" type="file"/>
         </not>
       </condition>
     </fail>
         </not>
       </condition>
     </fail>
            fork="true">
       <classpath>
         <pathelement location="../core/core.jar"/>
            fork="true">
       <classpath>
         <pathelement location="../core/core.jar"/>
-        <pathelement location="../javame/javame-basic.jar"/>        
+        <pathelement location="../javame/javame.jar"/>
       </classpath>
     </javac>
 
     <unzip src="../core/core.jar" dest="build"/>
       </classpath>
     </javac>
 
     <unzip src="../core/core.jar" dest="build"/>
-    <unzip src="../javame/javame-basic.jar" dest="build"/>
+    <unzip src="../javame/javame.jar" dest="build"/>
 
     <mkdir dir="build-j2me"/>
     <exec executable="${WTK-home}/bin/preverify1.1" failonerror="true">
 
     <mkdir dir="build-j2me"/>
     <exec executable="${WTK-home}/bin/preverify1.1" failonerror="true">