File: 010_build_clean_target.diff

package info (click to toggle)
java-snmp 1.4-1
  • links: PTS
  • area: main
  • in suites: sarge
  • size: 556 kB
  • ctags: 526
  • sloc: java: 4,712; xml: 43; makefile: 39
file content (13 lines) | stat: -rw-r--r-- 293 bytes parent folder | download
1
2
3
4
5
6
7
8
9
10
11
12
13
diff -ruN build.xml.orig build.xml
--- build.xml	2005-03-21 18:28:37.556968272 +0100
+++ build.xml	2005-03-21 18:29:52.630555352 +0100
@@ -70,6 +70,9 @@
     </zip>
   </target>
 
+  <target name="clean" description="The clean target">
+    <!-- Do nothing -->
+  </target>
 
 </project>