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
Build updates for git.
dustin (author)
Sun Apr 06 01:01:08 -0700 2008
commit  ad929ad7fb1c7ed61751252a56cc2d34524a91aa
tree    9408a5cd52f713b4eb0fd213cda466b90720f112
parent  d57f3f7439399a405e4092c64abd4c1169db3bce
...
9
10
11
12
13
 
 
14
15
16
...
125
126
127
128
129
130
 
 
 
131
132
133
...
9
10
11
 
 
12
13
14
15
16
...
125
126
127
 
 
 
128
129
130
131
132
133
0
@@ -9,8 +9,8 @@
0
   <preGoal name="java:compile">
0
     <attainGoal name="spyjar:core"/>
0
 
0
- <attainGoal name="hg:versions"/>
0
- <attainGoal name="hg:changelog"/>
0
+ <attainGoal name="git:versions"/>
0
+ <attainGoal name="git:changelog"/>
0
 
0
     <attainGoal name="spyjar:buildprops"/>
0
     <attainGoal name="spyjar:buildinfo"/>
0
@@ -125,9 +125,9 @@
0
       <entry key="java.version" value="${java.version}"/>
0
       <entry key="os.name" value="${os.name}"/>
0
       <entry key="os.version" value="${os.version}"/>
0
- <entry key="hg.long.version" value="${hg.long.version}"/>
0
- <entry key="tree.version" value="${hg.long.version}"/>
0
- <entry key="hg.short.version" value="${hg.short.version}"/>
0
+ <entry key="git.long.version" value="${git.long.version}"/>
0
+ <entry key="tree.version" value="${git.long.version}"/>
0
+ <entry key="git.short.version" value="${git.short.version}"/>
0
     </propertyfile>
0
     <property file="${spy.buildinfo.prop.out}"/>
0
   </goal>
...
23
24
25
26
 
27
28
29
...
23
24
25
 
26
27
28
29
0
@@ -23,7 +23,7 @@ spy.buildinfo.prop.out=\
0
   ${maven.build.dir}/classes/net/spy/build.properties
0
 spy.buildinfo.prop.rel=net/spy/build.properties
0
 
0
-hg.changelog.file=${maven.build.dir}/classes/net/spy/changelog.txt
0
+git.changelog.file=${maven.build.dir}/classes/net/spy/changelog.txt
0
 
0
 spy.buildinfo.changelog=net/spy/changelog.txt
0
 
...
41
42
43
44
 
45
46
47
...
41
42
43
 
44
45
46
47
0
@@ -41,7 +41,7 @@
0
 
0
     <dependency>
0
       <groupId>spy</groupId>
0
- <artifactId>maven-hg-plugin</artifactId>
0
+ <artifactId>maven-git-plugin</artifactId>
0
       <version>1.0</version>
0
       <type>plugin</type>
0
     </dependency>

Comments

    No one has commented yet.