OSDN Git Service

ログの形式をlogbackに修正。
[rabbit-bts/RabbitBTS.git] / build.xml
index 165fc0d..9c563fa 100644 (file)
--- a/build.xml
+++ b/build.xml
     </fileset>
   </path>
 
+  <target name="init">
+    <delete>
+      <fileset dir=".">
+        <include name="**/*.swp" />
+      </fileset>
+    </delete>
+  </target>
+
   <target name="copyjars"
+      depends="init"
       description="Copies the App Engine JARs to the WAR.">
     <copy
         todir="war/WEB-INF/lib"