public
Description: NetBeans Git Module
Homepage: http://nbgit.org/
Clone URL: git://github.com/myabc/nbgit.git
Click here to lend your support to: nbgit and make a donation at www.pledgie.com !
Adding missing META-INF directory: NBGit should now run properly and 
appear in menus.
Updated spec versions, copyright, whitespace changes.
myabc (author)
Wed Apr 16 03:23:09 -0700 2008
commit  d0ca0a6aa0dc4bf50ca3616e0745d22fc856c17d
tree    c749d2e7f114f3ef711cf91bbbd3973a31907774
parent  f4c690fc6e12f5bb1214bbb5914c4373e8e22fad
...
1
2
3
4
5
6
 
 
 
...
1
2
 
 
 
3
4
5
6
0
@@ -1,5 +1,5 @@
0
 <?xml version="1.0" encoding="UTF-8"?>
0
 <project basedir="." default="netbeans" name="git">
0
- <description>Builds, tests, and runs the project org.netbeans.modules.git</description>
0
- <import file="nbproject/build-impl.xml"/>
0
-</project>
0
\ No newline at end of file
0
+ <description>Builds, tests, and runs the project org.netbeans.modules.git</description>
0
+ <import file="nbproject/build-impl.xml"/>
0
+</project>
...
104
105
106
107
108
109
110
111
112
113
114
115
116
117
118
119
120
121
122
123
124
125
126
127
...
163
164
165
166
 
167
168
169
...
172
173
174
175
 
176
177
178
...
104
105
106
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
107
108
109
...
145
146
147
 
148
149
150
151
...
154
155
156
 
157
158
159
160
0
@@ -104,24 +104,6 @@
0
                     </run-dependency>
0
                 </dependency>
0
                 <dependency>
0
- <code-name-base>org.netbeans.modules.jellytools</code-name-base>
0
- <build-prerequisite/>
0
- <compile-dependency/>
0
- <run-dependency>
0
- <release-version>2</release-version>
0
- <implementation-version/>
0
- </run-dependency>
0
- </dependency>
0
- <dependency>
0
- <code-name-base>org.netbeans.modules.jemmy.idemodule</code-name-base>
0
- <build-prerequisite/>
0
- <compile-dependency/>
0
- <run-dependency>
0
- <release-version>2</release-version>
0
- <implementation-version/>
0
- </run-dependency>
0
- </dependency>
0
- <dependency>
0
                     <code-name-base>org.netbeans.modules.junit</code-name-base>
0
                     <build-prerequisite/>
0
                     <compile-dependency/>
0
@@ -163,7 +145,7 @@
0
                     <compile-dependency/>
0
                     <run-dependency>
0
                         <release-version>1</release-version>
0
- <specification-version>1.11</specification-version>
0
+ <specification-version>1.12</specification-version>
0
                     </run-dependency>
0
                 </dependency>
0
                 <dependency>
0
@@ -172,7 +154,7 @@
0
                     <compile-dependency/>
0
                     <run-dependency>
0
                         <release-version>1</release-version>
0
- <specification-version>1.6.0.1.42.1</specification-version>
0
+ <specification-version>1.7.0.1.42.1</specification-version>
0
                     </run-dependency>
0
                 </dependency>
0
                 <dependency>
...
1
2
3
4
 
5
6
7
...
24
25
26
27
 
28
29
30
...
350
351
352
353
354
 
...
1
2
3
 
4
5
6
7
...
24
25
26
 
27
28
29
30
...
350
351
352
 
353
354
0
@@ -1,7 +1,7 @@
0
 /*
0
  * DO NOT ALTER OR REMOVE COPYRIGHT NOTICES OR THIS HEADER.
0
  *
0
- * Copyright 1997-2007 Sun Microsystems, Inc. All rights reserved.
0
+ * Copyright 1997-2008 Sun Microsystems, Inc. All rights reserved.
0
  *
0
  * The contents of this file are subject to the terms of either the GNU
0
  * General Public License Version 2 only ("GPL") or the Common
0
@@ -24,7 +24,7 @@
0
  * Contributor(s):
0
  *
0
  * The Original Software is NetBeans. The Initial Developer of the Original
0
- * Software is Sun Microsystems, Inc. Portions Copyright 1997-2006 Sun
0
+ * Software is Sun Microsystems, Inc. Portions Copyright 1997-2008 Sun
0
  * Microsystems, Inc. All Rights Reserved.
0
  * Portions Copyright 2008 Alexander Coles (Ikonoklastik Productions).
0
  *
0
@@ -350,4 +350,4 @@ public class FileInformation implements Serializable {
0
     public String toString() {
0
         return "Text: " + status + " " + getStatusText(status); // NOI18N
0
     }
0
-}
0
\ No newline at end of file
0
+}
...
1
2
3
4
 
5
6
7
...
24
25
26
27
 
28
29
30
...
858
859
860
861
862
 
...
1
2
3
 
4
5
6
7
...
24
25
26
 
27
28
29
30
...
858
859
860
 
861
862
0
@@ -1,7 +1,7 @@
0
 /*
0
  * DO NOT ALTER OR REMOVE COPYRIGHT NOTICES OR THIS HEADER.
0
  *
0
- * Copyright 1997-2007 Sun Microsystems, Inc. All rights reserved.
0
+ * Copyright 1997-2008 Sun Microsystems, Inc. All rights reserved.
0
  *
0
  * The contents of this file are subject to the terms of either the GNU
0
  * General Public License Version 2 only ("GPL") or the Common
0
@@ -24,7 +24,7 @@
0
  * Contributor(s):
0
  *
0
  * The Original Software is NetBeans. The Initial Developer of the Original
0
- * Software is Sun Microsystems, Inc. Portions Copyright 1997-2006 Sun
0
+ * Software is Sun Microsystems, Inc. Portions Copyright 1997-2008 Sun
0
  * Microsystems, Inc. All Rights Reserved.
0
  * Portions Copyright 2008 Alexander Coles (Ikonoklastik Productions).
0
  *
0
@@ -858,4 +858,4 @@ public class FileStatusCache {
0
         
0
     }
0
     
0
-}
0
\ No newline at end of file
0
+}

Comments

    No one has commented yet.