public
Description: My digg interface for java.
Homepage: http://bleu.west.spy.net/~dustin/projects/digg/
Clone URL: git://github.com/dustin/java-digg.git
  Documentation updates.
dustin (author)
Sat Apr 21 02:15:42 -0700 2007
commit  4d0fe463c10bb7dc76870273e27315478163dd8f
tree    6fa0f1a50378295c7d6a29416b5ab7807d01de5b
parent  8a3d6d91942b802b9fcf5c1e5babf8097e9a14d1
...
3
4
5
6
 
7
8
9
...
3
4
5
 
6
7
8
9
0
@@ -3,7 +3,7 @@
0
 <!-- Copyright (c) 2005 Dustin Sallings (dustin@spy.net) -->
0
 
0
 <project default="jar">
0
- <preGoal name="java:compile">
0
+ <preGoal name="jar:jar">
0
     <attainGoal name="hg:versions"/>
0
     <attainGoal name="spy:buildinfo"/>
0
     <attainGoal name="hg:changelog"/>
...
53
54
55
56
57
58
59
60
61
62
63
...
53
54
55
 
 
 
 
 
56
57
58
0
@@ -53,11 +53,6 @@
0
 
0
     <dependency>
0
       <groupId>spy</groupId>
0
- <artifactId>spy</artifactId>
0
- <version>2.3.1</version>
0
- </dependency>
0
- <dependency>
0
- <groupId>spy</groupId>
0
       <artifactId>maven-hg-plugin</artifactId>
0
       <version>1.0</version>
0
       <type>plugin</type>

Comments

    No one has commented yet.