dustin / java-digg

My digg interface for java.

This URL has Read+Write access

java-digg / project.properties
100644 29 lines (19 sloc) 0.868 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
maven.junit.fork=true
maven.junit.jvmargs=-ea
 
maven.javadoc.links=\
http://java.sun.com/j2se/1.5.0/docs/api/, \
http://bleu.west.spy.net/~dustin/spyjar/doc/2.2/apidocs/
 
maven.jar.mainclass=net.spy.digg.BuildInfo
 
spy.buildinfo.prop.out=\
${maven.build.dir}/classes/net/spy/digg/build.properties
spy.buildinfo.prop.rel=net/spy/digg/build.properties
 
hg.changelog.file=${maven.build.dir}/classes/net/spy/digg/changelog.txt
spy.buildinfo.changelog=net/spy/digg/changelog.txt
 
maven.cobertura.instrumentation.excludes=**/BuildInfo.class
 
spy.buildinfo.package=net.spy.digg
spy.buildinfo.prop.out=\
${maven.build.dir}/classes/net/spy/digg/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