File: 00ignore.pc

package info (click to toggle)
jmock2 2.5.1%2Bdfsg-2
  • links: PTS, VCS
  • area: main
  • in suites: wheezy
  • size: 1,296 kB
  • sloc: java: 7,436; xml: 541; sh: 122; makefile: 24; ansic: 9
file content (11 lines) | stat: -rw-r--r-- 353 bytes parent folder | download | duplicates (2)
1
2
3
4
5
6
7
8
9
10
11
Description: Ignores .pc directory
Author: Gabriele Giacone <1o5g4r8o@gmail.com>

--- jmock2-2.5.1+dfsg.orig/build.xml
+++ jmock2-2.5.1+dfsg/build.xml
@@ -1,4 +1,5 @@
 <project name="jMock 2" default="build">
+	<defaultexcludes add=".pc/**"/>
 	<property name="version" value="2-SNAPSHOT"/>
 	<property name="distdir" value="build/jmock-${version}"/>