GitHub Sale: sign up for any paid plan this week and pay nothing until January 1, 2009!  [ hide ]

public
Description: My generally useful java library I take wherever I go.
Homepage: http://bleu.west.spy.net/~dustin/projects/spyjar/
Clone URL: git://github.com/dustin/spyjar.git
dustin (author)
Sun Apr 06 01:01:08 -0700 2008
commit  ad929ad7fb1c7ed61751252a56cc2d34524a91aa
tree    9408a5cd52f713b4eb0fd213cda466b90720f112
parent  d57f3f7439399a405e4092c64abd4c1169db3bce
spyjar / project.properties
100644 40 lines (28 sloc) 1.261 kb
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
37
38
39
40
# Stuff to make the tests go better.
maven.junit.sysproperties=log4j.configuration net.spy.log.LoggerImpl
# Logging is good in that it should be turned on full debug, but must be quiet
log4j.configuration=file:///${basedir}/etc/log4j.test.properties
net.spy.log.LoggerImpl=net.spy.log.Log4JLogger
 
# Exempt generated classes from the coverage test where the generator is tested
# and known to generate good stuff.
maven.cobertura.instrumentation.excludes=**/BuildInfo.class,\
  **/ProxyResultSet.class,\
  **/CachedResultSet.class,\
  **/CachePreparedStatement.class \
  **/FileResultSet.class
 
# Magic build stuff.
 
maven.jar.mainclass=net.spy.BuildInfo
 
maven.junit.fork=true
maven.junit.jvmargs=-ea
 
spy.buildinfo.prop.out=\
  ${maven.build.dir}/classes/net/spy/build.properties
spy.buildinfo.prop.rel=net/spy/build.properties
 
git.changelog.file=${maven.build.dir}/classes/net/spy/changelog.txt
 
spy.buildinfo.changelog=net/spy/changelog.txt
 
spy.buildinfo.package=net.spy
spy.buildinfo.prop.out=\
  ${maven.build.dir}/classes/net/spy/build.properties
 
spy.buildinfo.dest=${maven.build.dir}/src/
 
maven.repo.remote=http://repo1.maven.org/maven/, \
  http://bleu.west.spy.net/~dustin/repo/
 
maven.xdoc.distributionUrl=http://bleu.west.spy.net/~dustin/repo/spy/jars