|
9 | 9 |
|
10 | 10 | <name>Pangor parent POM</name>
|
11 | 11 | <description>
|
12 |
| - Pangor is a software repository mining framework that provides tools for |
| 12 | + CommitMiner is a software repository mining framework that provides tools for |
13 | 13 | deep static analysis of source code and source code changes. More
|
14 |
| - specifically, Pangor (1) automates the collection of source code artifacts |
| 14 | + specifically, CommitMiner (1) automates the collection of source code artifacts |
15 | 15 | from Git repositories, (2) provides a framework for building custom static
|
16 | 16 | analyses (including AST, flow and differential) and (3) provides a framework
|
17 | 17 | for building and analysing datasets of static analysis results.
|
18 | 18 | </description>
|
19 |
| - <url>https://github.com/saltlab/Pangor</url> |
| 19 | + <url>https://github.com/saltlab/CommitMiner</url> |
20 | 20 | <inceptionYear>2015</inceptionYear>
|
21 | 21 |
|
22 | 22 | <prerequisites>
|
|
53 | 53 | <modules>
|
54 | 54 | <module>core</module>
|
55 | 55 | <module>learn</module>
|
56 |
| - <module>classify</module> |
57 |
| - <module>java</module> |
58 |
| - <module>java-classify</module> |
| 56 | + <!--<module>classify</module>--> |
| 57 | + <!--<module>java</module>--> |
| 58 | + <!--<module>java-classify</module>--> |
59 | 59 | <module>js</module>
|
60 | 60 | <module>js-learn</module>
|
61 | 61 | <module>main</module>
|
62 | 62 | </modules>
|
63 | 63 |
|
64 | 64 | <repositories>
|
65 | 65 | <repository>
|
66 |
| - <id>pangor</id> |
67 |
| - <name>Pangor dependency repository</name> |
| 66 | + <id>commitminer</id> |
| 67 | + <name>CommitMiner dependency repository</name> |
68 | 68 | <url>http://ece.ubc.ca/~qhanam/maven/</url>
|
69 | 69 | </repository>
|
70 | 70 | <repository>
|
|
109 | 109 | <artifactId>junit</artifactId>
|
110 | 110 | <version>4.11</version>
|
111 | 111 | </dependency>
|
| 112 | + <dependency> |
| 113 | + <groupId>org.hamcrest</groupId> |
| 114 | + <artifactId>hamcrest-core</artifactId> |
| 115 | + <version>1.3</version> |
| 116 | + </dependency> |
112 | 117 |
|
113 | 118 | <!-- Argument parsing -->
|
114 | 119 |
|
|
173 | 178 | <version>1.0-20130410.213900-5</version>
|
174 | 179 | </dependency>
|
175 | 180 |
|
176 |
| - <!-- Pangor specific forks --> |
| 181 | + <!-- CommitMiner specific forks --> |
177 | 182 |
|
178 | 183 | <dependency>
|
179 |
| - <groupId>ca.ubc.ece.salt.pangor</groupId> |
| 184 | + <groupId>ca.ubc.ece.salt</groupId> |
180 | 185 | <artifactId>optics_dbscan</artifactId>
|
181 | 186 | <version>1.0.0</version>
|
182 | 187 | </dependency>
|
183 | 188 | <dependency>
|
184 |
| - <groupId>ca.ubc.ece.salt.pangor</groupId> |
| 189 | + <groupId>ca.ubc.ece.salt</groupId> |
185 | 190 | <artifactId>rhino</artifactId>
|
186 | 191 | <version>1.0.0</version>
|
187 | 192 | </dependency>
|
188 | 193 | <dependency>
|
189 |
| - <groupId>ca.ubc.ece.salt.pangor</groupId> |
190 |
| - <artifactId>gumtree</artifactId> |
| 194 | + <groupId>ca.ubc.ece.salt</groupId> |
| 195 | + <artifactId>jdt-core</artifactId> |
| 196 | + <version>1.0.0</version> |
| 197 | + </dependency> |
| 198 | + <dependency> |
| 199 | + <groupId>ca.ubc.ece.salt</groupId> |
| 200 | + <artifactId>iris</artifactId> |
191 | 201 | <version>1.0.0</version>
|
192 | 202 | </dependency>
|
| 203 | + <dependency> |
| 204 | + <groupId>fr.labri.gumtree</groupId> |
| 205 | + <artifactId>core</artifactId> |
| 206 | + <version>1.0-SNAPSHOT</version> |
| 207 | + </dependency> |
| 208 | + <dependency> |
| 209 | + <groupId>fr.labri.gumtree</groupId> |
| 210 | + <artifactId>gen.js</artifactId> |
| 211 | + <version>1.0-SNAPSHOT</version> |
| 212 | + </dependency> |
| 213 | + <dependency> |
| 214 | + <groupId>fr.labri.gumtree</groupId> |
| 215 | + <artifactId>gen.jdt</artifactId> |
| 216 | + <version>1.0-SNAPSHOT</version> |
| 217 | + </dependency> |
193 | 218 |
|
194 | 219 | </dependencies>
|
195 | 220 |
|
|
0 commit comments