File: 00cleanfix

package info (click to toggle)
jutils 20100502%2Bdfsg-5
  • links: PTS, VCS
  • area: main
  • in suites: bookworm, bullseye, forky, sid, trixie
  • size: 428 kB
  • sloc: java: 305; xml: 166; makefile: 2
file content (14 lines) | stat: -rw-r--r-- 463 bytes parent folder | download | duplicates (3)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
Description: Fixes clean target 
Author: Gabriele Giacone <1o5g4r8o@gmail.com>

--- jutils-1.0.0-b01~cvs20100404+dfsg.orig/build.xml
+++ jutils-1.0.0-b01~cvs20100404+dfsg/build.xml
@@ -114,7 +114,7 @@
             </fileset>
         </delete>
         <delete file="bin/jutils.jar"/>
-        <delete file="tests/test_plugins/test_plugins.jar"/>
+        <delete file="src/tests/test_plugins/test_plugins.jar"/>
         <delete dir="apidocs"/>
     </target>