File tree 9 files changed +42
-12
lines changed
src/main/java/org/apereo/learninganalytics/snapp
9 files changed +42
-12
lines changed Original file line number Diff line number Diff line change 4
4
<classpathentry kind =" src" path =" src/main/resources" excluding =" **/*.java" />
5
5
<classpathentry kind =" output" path =" target/classes" />
6
6
<classpathentry kind =" con" path =" org.eclipse.jdt.launching.JRE_CONTAINER" />
7
+ <classpathentry kind =" var" path =" M2_REPO/commons-codec/commons-codec/1.3/commons-codec-1.3.jar" />
8
+ <classpathentry kind =" var" path =" M2_REPO/net/sourceforge/collections/collections-generic/4.01/collections-generic-4.01.jar" />
9
+ <classpathentry kind =" var" path =" M2_REPO/net/sf/jung/jung-visualization/2.0.1/jung-visualization-2.0.1.jar" />
10
+ <classpathentry kind =" var" path =" M2_REPO/net/sf/jung/jung-api/2.0.1/jung-api-2.0.1.jar" />
11
+ <classpathentry kind =" var" path =" M2_REPO/net/sf/jung/jung-algorithms/2.0.1/jung-algorithms-2.0.1.jar" />
12
+ <classpathentry kind =" var" path =" M2_REPO/colt/colt/1.2.0/colt-1.2.0.jar" />
13
+ <classpathentry kind =" var" path =" M2_REPO/concurrent/concurrent/1.3.4/concurrent-1.3.4.jar" />
14
+ <classpathentry kind =" var" path =" M2_REPO/com/michaelbaranov/microba/0.4.4.3/microba-0.4.4.3.jar" />
15
+ <classpathentry kind =" var" path =" M2_REPO/net/sf/jung/jung-graph-impl/2.0.1/jung-graph-impl-2.0.1.jar" />
7
16
</classpath >
Original file line number Diff line number Diff line change 14
14
<artifactId >snapp-base</artifactId >
15
15
<version >1.0</version >
16
16
</parent >
17
-
18
-
17
+
18
+ <dependencies >
19
+ <dependency >
20
+ <groupId >commons-codec</groupId >
21
+ <artifactId >commons-codec</artifactId >
22
+ </dependency >
23
+
24
+ <!-- unclear if this is correct dependency -->
25
+ <dependency >
26
+ <groupId >net.sourceforge.collections</groupId >
27
+ <artifactId >collections-generic</artifactId >
28
+ </dependency >
29
+ <dependency >
30
+ <groupId >net.sf.jung</groupId >
31
+ <artifactId >jung-visualization</artifactId >
32
+ </dependency >
33
+ <dependency >
34
+ <groupId >com.michaelbaranov</groupId >
35
+ <artifactId >microba</artifactId >
36
+ </dependency >
37
+ <dependency >
38
+ <groupId >net.sf.jung</groupId >
39
+ <artifactId >jung-graph-impl</artifactId >
40
+ </dependency >
41
+ </dependencies >
19
42
</project >
Original file line number Diff line number Diff line change 1
- package SNAPP ;
1
+ package org . apereo . learninganalytics . snapp ;
2
2
3
3
/*
4
4
* Copyright (c) 2003, the JUNG Project and the Regents of the University
Original file line number Diff line number Diff line change 1
- package SNAPP ;
1
+ package org . apereo . learninganalytics . snapp ;
2
2
3
3
4
4
import java .sql .Connection ;
Original file line number Diff line number Diff line change 1
- package SNAPP ;
1
+ package org . apereo . learninganalytics . snapp ;
2
2
3
3
import java .sql .ResultSet ;
4
4
import java .sql .SQLException ;
Original file line number Diff line number Diff line change 1
- package SNAPP ;
1
+ package org . apereo . learninganalytics . snapp ;
2
2
3
3
import java .text .DecimalFormat ;
4
4
import java .util .*;
Load Diff Large diffs are not rendered by default.
Original file line number Diff line number Diff line change 1
- package SNAPP ;
1
+ package org . apereo . learninganalytics . snapp ;
2
2
3
3
4
4
import java .awt .BasicStroke ;
Original file line number Diff line number Diff line change 1
- package SNAPP ;
1
+ package org . apereo . learninganalytics . snapp ;
2
2
3
3
import java .text .DateFormat ;
4
4
import java .text .ParseException ;
You can’t perform that action at this time.
0 commit comments