Korean translation from Chang Hyun Park
[zxing.git] / javase / build.xml
index 2ecdde3..14f6d08 100644 (file)
@@ -1,7 +1,7 @@
 <?xml version="1.0" encoding="UTF-8"?>
 
 <!--
- Copyright 2007 Google Inc.
+ Copyright 2007 ZXing authors
 
  Licensed under the Apache License, Version 2.0 (the "License");
  you may not use this file except in compliance with the License.
@@ -20,7 +20,7 @@
 
   <target name="init">
     <tstamp/>
-         <fail message="Please build 'core' first">
+    <fail message="Please build 'core' first">
       <condition>
         <not>
           <available file="../core/core.jar" type="file"/>
@@ -42,7 +42,7 @@
         <pathelement location="../core/core.jar"/>
       </classpath>
     </javac>
-    <jar jarfile="javase.jar" basedir="build" level="9"/>
+    <jar jarfile="javase.jar" basedir="build"/>
   </target>
 
   <target name="clean">